#include<kfbxpluginbase.h>
Definition at line67of filekfbxpluginbase.h.
Constructor and Destructor | |
KFbxPluginBase() | |
Constructor. | |
virtual | ~KFbxPluginBase() |
Destructor. | |
Public Member Functions | |
KString | FbxRootPrefix() |
Retrieve the prefix of the FbxRoot node. | |
void | MarkAlternativeFbxRoots(KFbxScene*pScene) |
Mark alternative FbxRoots. | |
Protected Member Functions | |
virtual bool | IsAlternativeFbxRootNode(KFbxNode*pNode) |
Allow the concrete class to indicate that the received node need to be handled as an FbxRoot even thought it does not have the FbxRootPrefix name. |
Constructor.
virtual ~KFbxPluginBase | ( | ) | [virtual] |
Destructor.
KStringFbxRootPrefix | ( | ) | [inline] |
Retrieve the prefix of the FbxRoot node.
Definition at line86of filekfbxpluginbase.h.
void MarkAlternativeFbxRoots | ( | KFbxScene* | pScene | ) |
Mark alternative FbxRoots.
pScene | Scene whose nodes are marked |
virtual bool IsAlternativeFbxRootNode | ( | KFbxNode* | pNode | ) | [protected, virtual] |
Allow the concrete class to indicate that the received node need to be handled as an FbxRoot even thought it does not have the FbxRootPrefix name.
pNode |
false
.