#include <trimesh.h>
Public Member Functions | |
virtual int | getVertexCount (void) const =0 throw () |
virtual int | getTriangleCount (void) const =0 throw () |
virtual const point3d_t * | getVertexArray (void) const =0 throw () |
virtual const int * | getTriangleArray (void) const =0 throw () |
there will be 3 * getTriangleCount() integers in the array | |
virtual void | dump (IN const char *title) const =0 throw () |
debugging only | |
| |
virtual | ~Trimesh (void) throw () |
static smart_ptr< Trimesh > | load (IN const char *filename) |
Definition at line 66 of file trimesh.h.