Package | Description |
---|---|
arraybasedDS | |
compactTriangulations.bench | |
compactTriangulations.check | |
compactTriangulations.test |
Modifier and Type | Method and Description |
---|---|
ArrayBasedHalfedge |
ArrayBasedMeshBuilder.halfedgeFromPolyhedron()
Construct an array based implementation of a halfedge data structure.
|
Modifier and Type | Method and Description |
---|---|
static double |
EvaluateNavigationalOperations.testVertexDegree(ArrayBasedHalfedge ds)
Evaluating the performance of array based implementation of half edge DS
|
static double |
EvaluateNavigationalOperations.testVertexNormal(ArrayBasedHalfedge ds)
Benchmarking the vertex normal operator, for array based half-edge (for 3D meshes)
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CheckCorrectness.checkVertexDegree(ArrayBasedHalfedge ds)
Check the correctness of the vertex degree computation
|
Modifier and Type | Field and Description |
---|---|
ArrayBasedHalfedge |
TestVertexDegree.hads |