Esempio n. 1
0
 public MeshContour(MeshContourTree graph, int id, int level) : this(graph, id)
 {
     Level = level;
 }
Esempio n. 2
0
 public MeshContour(MeshContourTree graph, int id)
 {
     this.graph = graph;
     ID         = id;
 }