public class GraphBuilder
extends java.lang.Object
Constructor and Description |
---|
GraphBuilder() |
Modifier and Type | Method and Description |
---|---|
static GeometricGraph_2 |
getGraphFrom2DTriangulation(java.util.List<Point_2> vertices,
java.util.List<Point_2[]> faces)
Construct the graph corresponding to a 2D triangulation.
|
static GeometricGraph_3 |
getGraphFrom3DMesh(java.lang.String filename)
Construct the graph corresponding to a 3D mesh (OFF file).
|
static GeometricGraph_3 |
getGraphFrom3DTriangulation(Delaunay_3 tri)
Construct the graph corresponding to a 3D triangulation.
|
public static GeometricGraph_2 getGraphFrom2DTriangulation(java.util.List<Point_2> vertices, java.util.List<Point_2[]> faces)
public static GeometricGraph_3 getGraphFrom3DMesh(java.lang.String filename)
public static GeometricGraph_3 getGraphFrom3DTriangulation(Delaunay_3 tri)