add_face(Face &fc) | PolygonMesh | |
add_vertex(DPoint &pt) | PolygonMesh | |
DPoint typedef | PolygonMesh | |
DVector3D typedef | PolygonMesh | |
Face typedef | PolygonMesh | |
face_list | PolygonMesh | [private] |
get_face(int index) | PolygonMesh | |
get_face_normal(int face_index, int vertex_index) | PolygonMesh | |
get_vertex(int index) | PolygonMesh | |
num_faces() const | PolygonMesh | [inline] |
num_vertices() const | PolygonMesh | [inline] |
Polygon typedef | PolygonMesh | |
PolygonMesh(int num_vertices=100, int num_faces=100) | PolygonMesh | [inline] |
read_file(char *filename) | PolygonMesh | |
set_face(int index, Face &fc) | PolygonMesh | |
set_vertex(int index, DPoint &pt) | PolygonMesh | |
vertex_list | PolygonMesh | [private] |