#include
<kfbxdeformer.h>

Definition at line 61 of file kfbxdeformer.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 | EDeformerType |
| Deformer types. More... |
|
Public Member Functions |
|
| void | SetMultiLayer (bool pMultiLayer) |
| Set multi-layer state flag. |
|
| bool | GetMultiLayer () |
| Get multi-layer state. |
|
| virtual EDeformerType | GetDeformerType () const |
| Get the deformer type. |
|
| enum EDeformerType |
Deformer types.
Definition at line 82 of file kfbxdeformer.h.
| enum EError |
| void SetMultiLayer | ( | bool | pMultiLayer | ) |
Set multi-layer state flag.
| pMultiLayer | Set to true to enable multi-layering. |
| bool GetMultiLayer | ( | ) |
Get multi-layer state.
| virtual EDeformerType GetDeformerType | ( | ) | const [inline, virtual] |
Get the deformer type.
Reimplemented in KFbxSkin, and KFbxVertexCacheDeformer.
Definition at line 93 of file kfbxdeformer.h.
| KError& GetError | ( | ) |
Retrieve error object.
| EError GetLastErrorID | ( | ) | const |
Get last error code.
| const char* GetLastErrorString | ( | ) | const |
Get last error string.