|
Developer Documentation
|
Public Member Functions | |
| void | resetIterator (void) |
| int | addOutOfCorePoint (const CoredMeshData2::Vertex &v) |
| int | addPolygon (const std::vector< CoredVertexIndex > &vertices) |
| int | nextOutOfCorePoint (CoredMeshData2::Vertex &v) |
| int | nextPolygon (std::vector< CoredVertexIndex > &vertices) |
| int | outOfCorePointCount (void) |
| int | polygonCount (void) |
Private Attributes | |
| FILE * | oocPointFile |
| FILE * | polygonFile |
| int | oocPoints |
| int | polygons |
Additional Inherited Members | |
Public Attributes inherited from CoredMeshData2 | |
| std::vector< Vertex > | inCorePoints |
Definition at line 411 of file Geometry.h.