|
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 | |
|
std::vector < CoredMeshData2::Vertex > | oocPoints |
| std::vector< std::vector< int > > | polygons |
| int | polygonIndex |
| int | oocPointIndex |
Additional Inherited Members | |
Public Attributes inherited from CoredMeshData2 | |
| std::vector< Vertex > | inCorePoints |
Definition at line 358 of file Geometry.h.