#include <cd_wavefront.h>
| Public Member Functions | |
| unsigned int | loadObj (const char *fname) | 
| WavefrontObj (void) | |
| ~WavefrontObj (void) | |
| Public Attributes | |
| int * | mIndices | 
| int | mTriCount | 
| int | mVertexCount | 
| double * | mVertices | 
Definition at line 65 of file cd_wavefront.h.
| ConvexDecomposition::WavefrontObj::WavefrontObj | ( | void | ) | 
Definition at line 797 of file cd_wavefront.cpp.
| ConvexDecomposition::WavefrontObj::~WavefrontObj | ( | void | ) | 
Definition at line 805 of file cd_wavefront.cpp.
| unsigned int ConvexDecomposition::WavefrontObj::loadObj | ( | const char * | fname | ) | 
Definition at line 811 of file cd_wavefront.cpp.
| int* ConvexDecomposition::WavefrontObj::mIndices | 
Definition at line 76 of file cd_wavefront.h.
| int ConvexDecomposition::WavefrontObj::mTriCount | 
Definition at line 75 of file cd_wavefront.h.
| int ConvexDecomposition::WavefrontObj::mVertexCount | 
Definition at line 74 of file cd_wavefront.h.
| double* ConvexDecomposition::WavefrontObj::mVertices | 
Definition at line 77 of file cd_wavefront.h.