- Cal3D 0.9 API Reference - |
#include <coresubmorphtarget.h>
Public Methods | |
CalCoreSubMorphTarget () | |
Constructs the core sub morph target instance. More... | |
virtual | ~CalCoreSubMorphTarget () |
Destructs the core sub morph target instance. More... | |
bool | create () |
Creates the core sub morph target instance. More... | |
void | destroy () |
Destroys the core sub morph target instance. More... | |
int | getBlendVertexCount () |
Returns the number of blend vertices. More... | |
std::vector< BlendVertex > & | getVectorBlendVertex () |
Returns the blend vertex vector. More... | |
bool | reserve (int blendVertexCount) |
Reserves memory for the blend vertices. More... | |
bool | setBlendVertex (int vertexId, const BlendVertex &vertex) |
Sets a specified blend vertex. More... | |
Protected Attributes | |
std::vector< BlendVertex > | m_vectorBlendVertex |
|
Constructs the core sub morph target instance. This function is the default constructor of the core sub morph target instance. |
|
Destructs the core sub morph target instance. This function is the destructor of the core sub morph target instance. |
|
Creates the core sub morph target instance. This function creates the core sub morph target instance.
|
|
Destroys the core sub morph target instance. This function destroys all data stored in the core sub morph target instance and frees all allocated memory. |
|
Returns the number of blend vertices. This function returns the number of blend vertices in the core sub morph target instance.
|
|
Returns the blend vertex vector. This function returns the vector that contains all blend vertices of the core sub morph target instance.
|
|
Reserves memory for the blend vertices. This function reserves memory for the blend vertices of the core sub morph target instance.
|
|
Sets a specified blend vertex. This function sets a specified blend vertex in the core sub morph target instance.
|