package mesh

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type color = int
val save : ?edge:(int -> int option) -> 'a t -> string -> unit
val write : ?edge:(int -> int option) -> 'a t -> Pervasives.out_channel -> unit
val level_curves : ?boundary:(int -> int option) -> 'a t -> 'a vec -> ?level_eq:(float -> float -> bool) -> (float * int) list -> string -> unit
val super_level : ?boundary:(int -> int option) -> 'a t -> 'a vec -> float -> int -> string -> unit
val sub_level : ?boundary:(int -> int option) -> 'a t -> 'a vec -> float -> int -> string -> unit
OCaml

Innovation. Community. Security.