Package | Description |
---|---|
<Unnamed> | |
scarst | |
scarst.bench |
Modifier and Type | Field and Description |
---|---|
CompactTriangleMesh_5n |
RuntimeBenchmark.cds5 |
Modifier and Type | Method and Description |
---|---|
CompactTriangleMesh_5n |
CompactMeshBuilder_5n.buildFromPolyhedron()
Deprecated.
This is method is not memory efficient and thus deprecated.
|
CompactTriangleMesh_5n |
EfficientCompactMeshBuilder_5n.buildFromPolyhedron(float[] coordinates)
Construct the compact array based data structure requiring 5 reference per vertex
Half-edges must be oriented.
|
Modifier and Type | Method and Description |
---|---|
void |
EfficientCompactMeshBuilder_5n.setEdge(CompactTriangleMesh_5n ds,
int e)
Initialize the information concerning edge 'e'
|
void |
CompactMeshBuilder_5n.setEdge(CompactTriangleMesh_5n ds,
MinHalfedge e)
Deprecated.
Initialize the information concerning edge e
|
Modifier and Type | Method and Description |
---|---|
static double |
EvaluateNavigationalOperations.testVertexDegree(CompactTriangleMesh_5n ds)
Evaluating Compact triangle DS (using 5 references per vertex)
|
static double |
EvaluateDegree.testVertexDegree(CompactTriangleMesh_5n ds)
Evaluating Compact triangle DS (using 5 references per vertex)
|