11 #ifndef CAL_CORESUBMORPHTARGET_H
12 #define CAL_CORESUBMORPHTARGET_H
15 #include "cal3d/global.h"
16 #include "cal3d/vector.h"
32 int getBlendVertexCount();
33 std::vector<BlendVertex>& getVectorBlendVertex();
34 bool reserve(
int blendVertexCount);
35 bool setBlendVertex(
int vertexId,
const BlendVertex& vertex);
38 std::vector<BlendVertex> m_vectorBlendVertex;
Definition: coresubmorphtarget.h:22
Definition: coresubmorphtarget.h:19
The vector class.
Definition: vector.h:36