#include<kfbxconstraint.h>
Definition at line61of filekfbxconstraint.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 | |
| virtualEConstraintType | GetConstraintType() |
| Return the type of node attribute. | |
| virtual void | SetOffset(KFbxVector4pOffset) |
| Set the offset. | |
| enumEConstraintType |
Constraint attribute types.
Definition at line79of filekfbxconstraint.h.
| enumEError |
Error identifiers.
Reimplemented inKFbxCharacter.
Definition at line111of filekfbxconstraint.h.
| virtualEConstraintTypeGetConstraintType | ( | ) | [inline, virtual] |
Return the type of node attribute.
Definition at line95of filekfbxconstraint.h.
| KError&GetError | ( | ) |
Retrieve error object.
| EErrorGetLastErrorID | ( | ) | 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 inKFbxConstraintAim,KFbxConstraintPosition,KFbxConstraintRotation, andKFbxConstraintScale.