Public Member Functions

trimesh::Trimesh Class Reference
[Triangle Mesh Routines]

#include <trimesh.h>

Inheritance diagram for trimesh::Trimesh:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual int getVertexCount (void) const =0 throw ()
virtual int getTriangleCount (void) const =0 throw ()
virtual const point3d_tgetVertexArray (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< Trimeshload (IN const char *filename)

Detailed Description

Definition at line 66 of file trimesh.h.


The documentation for this class was generated from the following files: