public class TestBuildingFromOFF
extends java.lang.Object
Supported input formats are:
Two types of input files are supported:
-) standard OFF format (encoded as text file)
-) binary OFF format: binary encoding where each integer and float value is encoded on 32 bbits (4 bytes)
Use as input argument for the Java Virtual Machine: -Xms2G -Xmx2G -XX:+UseConcMarkSweepGC
Modifier and Type | Field and Description |
---|---|
CompactTriangleMesh_6nNew |
cdsNew6 |
Constructor and Description |
---|
TestBuildingFromOFF(java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
void |
buildCDS6nFromBinaryOFF()
Construct the CDS6n (new implementation), from a mesh stored in binary OFF format
|
void |
buildCDS6nFromOFF()
Construct the CDS6n (new implementation), from a mesh stored in standard OFF format (text file)
|
static void |
main(java.lang.String[] args)
Read an OFF file (text or binary encoding) and build the compact data structure
|
public CompactTriangleMesh_6nNew cdsNew6
public void buildCDS6nFromOFF()
public void buildCDS6nFromBinaryOFF()
public static void main(java.lang.String[] args)