#include <kfbxsubdeformer.h>

Definition at line 58 of file kfbxsubdeformer.h.
Error Management |
|
| enum | EError { eERROR, eERROR_COUNT } |
| 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 | ESubDeformerType
{ eUNIDENTIFIED, eCLUSTER, eSUBDEFORMER_COUNT } |
| SubDeformer types. More... |
|
Public Member Functions |
|
| void | SetMultiLayer (bool pMultiLayer) |
| Set multi layer state flag. |
|
| bool | GetMultiLayer () const |
| Get multilayer state. |
|
| virtual ESubDeformerType | GetSubDeformerType () const |
| Get the type of the sub deformer. |
|
Protected Member Functions |
|
| KFbxSubDeformer (KFbxSdkManager &pManager, char const *pName) | |
| virtual KString | GetTypeName () const |
| virtual KStringList | GetTypeFlags () const |
Protected Attributes |
|
| KError | mError |
| bool | mMultiLayer |
Friends |
|
| class | KFbxGeometry |
| class | KFbxScene |
| enum ESubDeformerType |
| enum EError |
| KFbxSubDeformer | ( | KFbxSdkManager & | pManager, | |
| char const * | pName | |||
| ) | [protected] |
| void SetMultiLayer | ( | bool | pMultiLayer | ) |
Set multi layer state flag.
| pMultiLayer | If true, multi-layering is enabled. |
| bool GetMultiLayer | ( | ) | const |
Get multilayer state.
| virtual ESubDeformerType GetSubDeformerType | ( | ) | const [inline, virtual] |
Get the type of the sub deformer.
Reimplemented in KFbxCluster.
Definition at line 86 of file kfbxsubdeformer.h.
References eUNIDENTIFIED.
| KError& GetError | ( | ) |
Retrieve error object.
| EError GetLastErrorID | ( | ) | const |
Get last error code.
| const char* GetLastErrorString | ( | ) | const |
Get last error string.
| virtual KString GetTypeName | ( | ) | const [inline, protected,
virtual] |
Definition at line 131 of file kfbxsubdeformer.h.
| virtual KStringList GetTypeFlags | ( | ) | const [inline, protected,
virtual] |
Definition at line 132 of file kfbxsubdeformer.h.
friend class KFbxGeometry [friend] |
Definition at line 138 of file kfbxsubdeformer.h.
friend class KFbxScene [friend] |
Definition at line 139 of file kfbxsubdeformer.h.
Definition at line 135 of file kfbxsubdeformer.h.
bool mMultiLayer
[protected] |
Definition at line 136 of file kfbxsubdeformer.h.