56 void setName(
const std::string & name );
150 #endif // VERTEXGROUP_H
void addIndex(int index)
addIndex
Definition: VertexGroup.cpp:61
Vector3fv mVertices
Definition: vertexgroup.h:136
Vector3fv getVertices(void)
getVertices
Definition: VertexGroup.cpp:93
The VertexGroup class.
Definition: vertexgroup.h:30
void addVertex(const Vector3f &offset)
addVertex
Definition: VertexGroup.cpp:66
void setVertices(Vector3fv vertices)
setVertices
Definition: VertexGroup.cpp:51
Indices getIndices(void)
getIndices
Definition: VertexGroup.cpp:98
void setIndices(Indices indices)
setIndices
Definition: VertexGroup.cpp:56
Indices mIndices
Definition: vertexgroup.h:137
bool hasVertex(const Vector3f &offset)
hasVertex
Definition: VertexGroup.cpp:71
VertexGroups getGroupsByIndex(VertexGroups group_list, int index)
getGroupsByIndex
Definition: VertexGroup.cpp:104
std::string getName(void)
getName
Definition: VertexGroup.cpp:41
int getId(void)
getId
Definition: VertexGroup.cpp:36
void setId(int id)
setId
Definition: VertexGroup.cpp:31
void setName(const std::string &name)
setName
Definition: VertexGroup.cpp:46
bool hasIndex(int index)
hasIndex
Definition: VertexGroup.cpp:82