#include <vertexfacesandedges.h>
Public Member Functions | |
| VertexFacesAndEdgesList (Mesh *themesh, AdjacentEdgeList &adjacent_edges, AdjacentFaceList &adjacent_faces) | |
| Creates the list using an AdjacentEdgeList. | |
| int | GetSize () |
| Returns the size of the list verts. | |
Public Attributes | |
| int | size |
| The number of verts. | |
| VertexFacesAndEdges * | list |
| The list of VertexFacesAndEdges. | |
1.5.1-p1