Package | Description |
---|---|
compactTriangulations.encoding |
Modifier and Type | Field and Description |
---|---|
StringEncoderTwoWords |
MeshEncoder.encoding
encoding of the mesh (based on two binary strings): it provides methods for scanning (for reading and writing) the string encoding the mesh
|
Modifier and Type | Method and Description |
---|---|
StringEncoderTwoWords |
MeshDecoder.readEncodingFromBinaryFile(java.lang.String inputFile)
Read the vertex coordinates and the red and black words from a binary file
|
StringEncoderTwoWords |
MeshDecoder.readEncodingFromFile(java.lang.String inputFile)
Read the vertex coordinates and the red and black words from a text file
|