Package | Description |
---|---|
compactTriangulations.bench | |
compactTriangulations.building | |
compactTriangulations.check | |
compactTriangulations.encoding | |
compactTriangulations.test |
Modifier and Type | Method and Description |
---|---|
static int[] |
EvaluateNavigationalOperations.getAllEdges(CompactTriangleMesh_6nNew ds)
Return the collection of all 'valid' edges, encoded as pairs: (u, color)
|
static double |
EvaluateNavigationalOperations.testGetLeftFront(CompactTriangleMesh_6nNew ds)
Performance of 'getLeftFront' for Compact 6n
|
static void |
EvaluateNavigationalOperations.testGetRightBack(CompactTriangleMesh_6nNew ds)
Performance of 'getLeftFront' for Compact 6n
|
static void |
EvaluateNavigationalOperations.testGetRightFront(CompactTriangleMesh_6nNew ds)
Performance of 'getLeftFront' for Compact 6n
|
static double |
EvaluateNavigationalOperations.testGetTarget(CompactTriangleMesh_6nNew ds)
Performance of 'getTarget' for Compact 6n
|
static double |
EvaluateNavigationalOperations.testVertexDegree(CompactTriangleMesh_6nNew ds)
Evaluating Compact triangle DS New(using 6 references per vertex)
|
static double |
EvaluateNavigationalOperations.testVertexNormal(CompactTriangleMesh_6nNew ds)
Performance of vertex normal (simple float precision) for Compact 6n
|
Modifier and Type | Method and Description |
---|---|
CompactTriangleMesh_6nNew |
CompactMeshBuilder_6nNew.buildFromPolyhedron()
Construct an compact array based data structure requiring 6 reference per vertex
Half-edges must be oriented.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CheckCorrectness.checkTargetLeftFront(CompactTriangleMesh_6nNew ds)
Check the correctness of the 'getTarget' operator
|
Modifier and Type | Method and Description |
---|---|
CompactTriangleMesh_6nNew |
MeshDecoder.decode()
Decode and construct the compact representation (using 6n references)
|
Modifier and Type | Field and Description |
---|---|
CompactTriangleMesh_6nNew |
TestVertexDegree.cdsNew6 |
CompactTriangleMesh_6nNew |
TestVertexNormals.cdsNew6 |
CompactTriangleMesh_6nNew |
TestBuildingFromOFF.cdsNew6 |