Package | Description |
---|---|
<Unnamed> | |
scarst | |
scarst.bench |
Modifier and Type | Field and Description |
---|---|
CompactHalfedge |
RuntimeBenchmark.cheds |
Modifier and Type | Method and Description |
---|---|
static CompactHalfedge |
CompactHalfedgeBuilder.createMeshEfficiently(java.lang.String filename,
boolean readCoordinates)
Memory efficient construction of the Compact Half-edge representation for closed triangle meshes.
|
Modifier and Type | Method and Description |
---|---|
static double |
LRBuilder.createLRFromHalfedge(CompactHalfedge che,
int seed)
Compute the storage cost of LR
|
Modifier and Type | Method and Description |
---|---|
static double |
EvaluateNavigationalOperations.testVertexDegree(CompactHalfedge ds)
Evaluating the performance of array based implementation of Compact half edge DS
|
static double |
EvaluateDegree.testVertexDegree(CompactHalfedge ds)
Evaluating the performance of array based implementation of Compact half edge DS
|