This reference page is linked to from the following overview topics: List of Python FBX classes.
FBX SDK sub-deformer class.
Definition at line 58 of file kfbxsubdeformer.h.
#include <kfbxsubdeformer.h>
Public Types |
|
enum | ESubDeformerType { eUNIDENTIFIED, eCLUSTER, eBLENDSHAPECHANNEL, 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 KStringList | GetTypeFlags () const |
Protected Attributes |
|
KError | mError |
bool | mMultiLayer |
Friends |
|
class | KFbxGeometry |
class | KFbxScene |
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. |
enum ESubDeformerType |
enum EError |
Error identifiers.
Definition at line 102 of file kfbxsubdeformer.h.
{ eERROR, eERROR_COUNT } 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 |
virtual ESubDeformerType GetSubDeformerType | ( | ) | const [inline, virtual] |
Get the type of the sub deformer.
Reimplemented in KFbxBlendShapeChannel, and KFbxCluster.
Definition at line 87 of file kfbxsubdeformer.h.
{ return eUNIDENTIFIED; }
KError& GetError | ( | ) |
EError GetLastErrorID | ( | ) | const |
const char* GetLastErrorString | ( | ) | const |
virtual KStringList GetTypeFlags | ( | ) | const [inline, protected, virtual] |
Reimplemented from KFbxObject.
Reimplemented in KFbxBlendShapeChannel, and KFbxCluster.
Definition at line 132 of file kfbxsubdeformer.h.
{ return KStringList(); }
friend class KFbxGeometry
[friend] |
Definition at line 138 of file kfbxsubdeformer.h.
friend class KFbxScene [friend] |
Reimplemented from KFbxObject.
Reimplemented in KFbxBlendShapeChannel, and KFbxCluster.
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.