src
ConvexDecomposition
cd_wavefront.h
Go to the documentation of this file.
1
#ifndef CD_WAVEFRONT_OBJ_H
2
3
4
#define CD_WAVEFRONT_OBJ_H
5
62
namespace
ConvexDecomposition
63
{
64
65
class
WavefrontObj
66
{
67
public
:
68
69
WavefrontObj
(
void
);
70
~WavefrontObj
(
void
);
71
72
unsigned
int
loadObj
(
const
char
*fname);
// load a wavefront obj returns number of triangles that were loaded. Data is persists until the class is destructed.
73
74
int
mVertexCount
;
75
int
mTriCount
;
76
int
*
mIndices
;
77
double
*
mVertices
;
78
};
79
80
};
81
82
#endif
ConvexDecomposition::WavefrontObj::mIndices
int * mIndices
Definition:
cd_wavefront.h:76
ConvexDecomposition::WavefrontObj::loadObj
unsigned int loadObj(const char *fname)
Definition:
cd_wavefront.cpp:811
ConvexDecomposition::WavefrontObj
Definition:
cd_wavefront.h:65
ConvexDecomposition::WavefrontObj::~WavefrontObj
~WavefrontObj(void)
Definition:
cd_wavefront.cpp:805
ConvexDecomposition
Definition:
bestfit.cpp:75
ConvexDecomposition::WavefrontObj::mVertexCount
int mVertexCount
Definition:
cd_wavefront.h:74
ConvexDecomposition::WavefrontObj::WavefrontObj
WavefrontObj(void)
Definition:
cd_wavefront.cpp:797
ConvexDecomposition::WavefrontObj::mVertices
double * mVertices
Definition:
cd_wavefront.h:77
ConvexDecomposition::WavefrontObj::mTriCount
int mTriCount
Definition:
cd_wavefront.h:75
convex_decomposition
Author(s): John W. Ratcliff
autogenerated on Wed Mar 2 2022 00:04:59