KFbxPluginBase
#include<kfbxpluginbase.h>

Inheritance diagram for KFbxPluginBase:

Inheritance graph
[legend]

List of all members.

Detailed Description

FBX SDK plugin base class.

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&Destructor Documentation

Constructor.

virtual ~KFbxPluginBase( ) [virtual]

Destructor.

Member Function Documentation

KStringFbxRootPrefix( ) [inline]

Retrieve the prefix of the FbxRoot node.

Returns:
the prefix of the FbxRoot node.

Definition at line86of filekfbxpluginbase.h.

void MarkAlternativeFbxRoots(KFbxScenepScene ) 

Mark alternative FbxRoots.

Parameters:
pScene Scene whose nodes are marked

virtual bool IsAlternativeFbxRootNode(KFbxNodepNode ) [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.

Parameters:
pNode 
Returns:
false.
Remarks:
This method is implicitly called by the IsFbxRootNode.