#include <kfbxdeformer.h>
Definition at line 57 of file kfbxdeformer.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 | EDeformerType
{ eUNIDENTIFIED, eSKIN, eVERTEX_CACHE, eDEFORMER_COUNT } |
Deformer types. More... |
|
Public Member Functions |
|
void | SetMultiLayer (bool pMultiLayer) |
Set multi-layer state flag. |
|
bool | GetMultiLayer () const |
Get multi-layer state. |
|
virtual EDeformerType | GetDeformerType () const |
Get the deformer type. |
|
Protected Member Functions |
|
KFbxDeformer (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 EDeformerType |
Deformer types.
Definition at line 78 of file kfbxdeformer.h.
enum EError |
KFbxDeformer | ( | KFbxSdkManager & | pManager, | |
char const * | pName | |||
) | [protected] |
void SetMultiLayer | ( | bool | pMultiLayer | ) |
Set multi-layer state flag.
pMultiLayer | Set to true to enable multi-layering. |
bool GetMultiLayer | ( | ) | const |
Get multi-layer state.
virtual EDeformerType GetDeformerType | ( | ) | const [inline, virtual] |
Get the deformer type.
Reimplemented in KFbxSkin, and KFbxVertexCacheDeformer.
Definition at line 89 of file kfbxdeformer.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 135 of file kfbxdeformer.h.
virtual KStringList GetTypeFlags | ( | ) | const [inline, protected,
virtual] |
Definition at line 136 of file kfbxdeformer.h.
friend class KFbxGeometry [friend] |
Definition at line 142 of file kfbxdeformer.h.
friend class KFbxScene [friend] |
Definition at line 143 of file kfbxdeformer.h.
Definition at line 139 of file kfbxdeformer.h.
bool mMultiLayer
[protected] |
Definition at line 140 of file kfbxdeformer.h.