#include <c4d_posemorphtagdata.h>
Public Member Functions | |
| Bool | IsPostDeform () |
Name | |
| String | GetName () |
| void | SetName (const String &name) |
Morph Node | |
| CAMorphNode * | GetFirst () |
Target | |
| BaseList2D * | GetTarget (BaseDocument *doc) |
Strength | |
| void | SetStrength (Float strength) |
| Float | GetStrength () |
CAMorph class contains the data for each morph. It has to be retrieved from the CAPoseMorphTag.
| String GetName | ( | ) |
Retrieves the name of the morph.
| void SetName | ( | const String & | name | ) |
Sets the name of the morph.
| [in] | name | The new name of the morph. |
| CAMorphNode* GetFirst | ( | ) |
Retrieves the first node of the morph.
| BaseList2D* GetTarget | ( | BaseDocument * | doc | ) |
Retrieves the target of the morph.
| [in] | doc | The document containing the morph tag. |
| void SetStrength | ( | Float | strength | ) |
Sets the strength of the morph.
| [in] | strength | The new strength of the morph. |
| Float GetStrength | ( | ) |
Retrieves the strength of the morph.
| Bool IsPostDeform | ( | ) |
Retrieves if the morph is applied at PostDeform.