public class TestVertexDegree
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CompactTriangleMesh_4n |
cds4 |
CompactTriangleMesh_5n |
cds5 |
CompactTriangleMesh_6n |
cds6 |
CompactTriangleMesh_6nNew |
cdsNew6 |
ArrayBasedHalfedge |
hads |
ArrayBasedWingededge |
weds |
Constructor and Description |
---|
TestVertexDegree(java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
void |
bench4n()
Evaluate the performance of the vertex degree computation, for the CDS4n (Isaac 2011 implementation)
|
void |
bench5n()
Evaluate the performance of the vertex degree computation, for the CDS5n (Isaac 2011 implementation)
|
void |
bench6n()
Evaluate the performance of the vertex degree computation, for the CDS6n (Isaac 2011 implementation)
|
void |
bench6nNew()
Evaluate the performance of the vertex degree computation, for the CDS6n (new implementation)
|
void |
benchHE()
Evaluate the performance of the vertex degree computation, for the Half-edge data structure
|
void |
benchWE()
Evaluate the performance of the vertex degree computation, for the Winged-edge data structure
|
void |
buildCDS4n()
Construct the CDS4n (Isaac 2011 implementation)
|
void |
buildCDS5n()
Construct the CDS5n (Isaac 2011 implementation)
|
void |
buildCDS6n()
Construct the CDS6n (Isaac 2011 implementation)
|
void |
buildCDS6nNew()
Construct the CDS6n (new implementation)
|
void |
buildHE()
Construct the Half-edge data structure
|
void |
buildWE()
Construct the Winged-edge data structure
|
static void |
main(java.lang.String[] args)
Perform all tests (for each data structure)
|
public CompactTriangleMesh_6n cds6
public CompactTriangleMesh_5n cds5
public CompactTriangleMesh_4n cds4
public CompactTriangleMesh_6nNew cdsNew6
public ArrayBasedHalfedge hads
public ArrayBasedWingededge weds
public void buildCDS6nNew()
public void bench6nNew()
public void buildCDS6n()
public void bench6n()
public void buildCDS5n()
public void bench5n()
public void buildCDS4n()
public void bench4n()
public void buildHE()
public void benchHE()
public void buildWE()
public void benchWE()
public static void main(java.lang.String[] args)