OpenGL Volumizer 2.7 Reference Pages
| vzUnstructuredMesh ( | vzVertexArray* vertices, vzIndexArray* indices); |
| void setVertexArray ( | vzVertexArray* vertices); |
| void setIndexArray ( | vzIndexArray* indices); |
| vzVertexArray* getVertexArray ( | ) const; |
| vzIndexArray* getIndexArray ( | ) const; |
| virtual vzUnstructuredTetraMesh* tessellate ( | ) const = 0; |
| virtual ~vzUnstructuredMesh ( | ); |
| vzUnstructuredMesh ( | vzVertexArray* vertices, vzIndexArray* indices); |
| virtual ~vzUnstructuredMesh ( | ); |
| vzIndexArray* getIndexArray ( | ) const; |
| vzVertexArray* getVertexArray ( | ) const; |
| void setIndexArray ( | vzIndexArray* indices); |
| void setVertexArray ( | vzVertexArray* vertices); |
| virtual vzUnstructuredTetraMesh* tessellate ( | ) const = 0; |