#include <kfbxconstraint.h>
Inherits KFbxTakeNodeContainer.
Inherited by KFbxCharacter, KFbxConstraintAim, KFbxConstraintParent, KFbxConstraintPosition, KFbxConstraintRotation, KFbxConstraintScale, and KFbxConstraintSingleChainIK.
Inheritance diagram for KFbxConstraint:

Definition at line 68 of file kfbxconstraint.h.
Error Management | |
| enum | EError |
| Error identifiers. More... | |
| KError & | GetError () |
| Retrieve error object. | |
| EError | GetLastErrorID () |
| Get last error code. | |
| char * | GetLastErrorString () |
| Get last error string. | |
Public Types | |
| enum | EConstraintType |
Public Member Functions | |
| virtual EConstraintType | GetConstraintType () |
| Return the type of node attribute. | |
| virtual KFbxObject::ENameSpace | GetNameSpace () const |
| Return the type ID of this class. | |
| virtual void | SetOffset (KFbxVector4 pOffset) |
| Set the offset. | |
| enum EError |
Error identifiers.
Reimplemented in KFbxCharacter.
Definition at line 118 of file kfbxconstraint.h.
| virtual EConstraintType GetConstraintType | ( | ) | [inline, virtual] |
Return the type of node attribute.
Definition at line 102 of file kfbxconstraint.h.
| KError& GetError | ( | ) |
Retrieve error object.
| EError GetLastErrorID | ( | ) |
Get last error code.
| char* GetLastErrorString | ( | ) |
Get last error string.
| virtual KFbxObject::ENameSpace GetNameSpace | ( | ) | const [virtual] |
Return the type ID of this class.
| virtual void SetOffset | ( | KFbxVector4 | pOffset | ) | [virtual] |
Set the offset.
| pOffset | Offset vector value. |
Reimplemented in KFbxConstraintAim, KFbxConstraintPosition, KFbxConstraintRotation, and KFbxConstraintScale.