#include
<kfbxconstraint.h>

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