| calculateAdjacency() | Mesh | |
| calculateBoundingBox() | Mesh | |
| calculateNormals() | Mesh | |
| get1Neighbourhood(int ver, int &valence, bool &boundary, int &left, int &right) | Mesh | |
| getBoundingBoxMax() const | Mesh | [inline] |
| getBoundingBoxMin() const | Mesh | [inline] |
| getBoundingRadius() const | Mesh | [inline] |
| getEdge(int i) | Mesh | [inline] |
| getEdgeCount() const | Mesh | [inline] |
| getEdges() | Mesh | [inline] |
| getSurface(int i) | Mesh | [inline] |
| getSurfaceCount() const | Mesh | [inline] |
| getSurfaces() | Mesh | [inline] |
| getTriangle(int i) | Mesh | [inline] |
| getTriangleCount() const | Mesh | [inline] |
| getTriangles() | Mesh | [inline] |
| getVertex(int i) | Mesh | [inline] |
| getVertexCount() const | Mesh | [inline] |
| getVertices() | Mesh | [inline] |
| load(const char *fileName) | Mesh | |
| loadLW5() | Mesh | [protected] |
| loadLW6() | Mesh | [protected] |
| m_adjacencyCalculated | Mesh | [protected] |
| m_ambiguousNeighbours | Mesh | [protected] |
| m_boundingBoxMax | Mesh | [protected] |
| m_boundingBoxMin | Mesh | [protected] |
| m_boundingRadius | Mesh | [protected] |
| m_edges | Mesh | [protected] |
| m_fileend | Mesh | [protected, static] |
| m_filename | Mesh | [protected] |
| m_fileptr | Mesh | [protected, static] |
| m_nextchunkptr | Mesh | [protected, static] |
| m_nextsubchunkptr | Mesh | [protected, static] |
| m_readptr | Mesh | [protected, static] |
| m_surfaces | Mesh | [protected] |
| m_triangles | Mesh | [protected] |
| m_vertices | Mesh | [protected] |
| Mesh() | Mesh | |
| Mesh(int vertices, int triangles) | Mesh | |
| Mesh(const char *fileName) | Mesh | |
| Mesh(const Mesh &m) | Mesh | |
| readCOL12() | Mesh | [protected] |
| readF4() | Mesh | [protected] |
| readI1() | Mesh | [protected] |
| readI2() | Mesh | [protected] |
| readI4() | Mesh | [protected] |
| readID4() | Mesh | [protected] |
| readS0() | Mesh | [protected] |
| readU1() | Mesh | [protected] |
| readU2() | Mesh | [protected] |
| readU4() | Mesh | [protected] |
| readVEC12() | Mesh | [protected] |
| readVX() | Mesh | [protected] |
| setParametrization() | Mesh | |
| setTriangleUsing() | Mesh | |
| subdivide(int n) | Mesh | |
| ~Mesh() | Mesh | |