#include
<kfbxplug.h>
Definition at line 235 of file kfbxplug.h.
Constructor and Destructor. |
|
virtual void | Destroy (bool pRecursive=false, bool pDependents=false) |
Delete the object and Unregister from the
FbxSdkManager. |
|
Object ownership and type management. |
|
virtual KFbxSdkManager * | GetFbxSdkManager () const |
Get the KFbxSdkManager that created this
object. |
|
virtual bool | Is (kFbxClassId pClassId) const |
Test if the class is a hierarchical children
of the specified class type. |
|
template<class T> | |
bool | Is (T *pFBX_TYPE) const |
Test if the class is a hierarchical children
of the specified class type. |
|
virtual bool | IsRuntime (kFbxClassId pClassId) const |
Test if the runtime class is a hierarchical
children of the specified class type. |
|
virtual bool | SetRuntimeClassId (kFbxClassId pClassId) |
Set the runtime class. |
|
virtual kFbxClassId | GetRuntimeClassId () const |
Get the runtime class. |
|
virtual bool | IsRuntimePlug () const |
Check whether runtime class id is equal to
class id. |
virtual void Destroy | ( | bool | pRecursive =
false , |
|
bool | pDependents =
false |
|||
) | [virtual] |
Delete the object and Unregister from the FbxSdkManager.
pRecursive | ||
pDependents |
virtual KFbxSdkManager* GetFbxSdkManager | ( | ) | const [inline, virtual] |
Get the KFbxSdkManager that created this object.
Definition at line 259 of file kfbxplug.h.
virtual bool Is | ( | kFbxClassId | pClassId | ) | const [inline, virtual] |
Test if the class is a hierarchical children of the specified class type.
pClassId | ClassId representing the class type |
Definition at line 264 of file kfbxplug.h.
Referenced by KFbxCast().
bool Is | ( | T * | pFBX_TYPE | ) | const [inline] |
Test if the class is a hierarchical children of the specified class type.
pFBX_TYPE | the class type |
Definition at line 270 of file kfbxplug.h.
virtual bool IsRuntime | ( | kFbxClassId | pClassId | ) | const [inline, virtual] |
Test if the runtime class is a hierarchical children of the specified class type.
pClassId | ClassId representing the class type |
True
if the runtime class is a hierarchical
children of the type specified, false
otherwise.Definition at line 276 of file kfbxplug.h.
virtual bool SetRuntimeClassId | ( | kFbxClassId | pClassId | ) | [virtual] |
Set the runtime class.
pClassId |
False
always.virtual kFbxClassId GetRuntimeClassId | ( | ) | const [virtual] |
Get the runtime class.
virtual bool IsRuntimePlug | ( | ) | const [inline, virtual] |
Check whether runtime class id is equal to class id.
Definition at line 288 of file kfbxplug.h.