Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
y
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
y
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
y
z
~
Variables
a
c
d
e
f
i
j
m
n
o
p
r
u
v
w
x
y
z
Typedefs
Related Functions
Files
File List
File Members
All
b
c
d
e
f
i
m
n
o
p
r
s
t
u
v
w
Functions
Variables
Typedefs
Macros
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