#include<kfbxnodefinder.h>
Definition at line58of filekfbxnodefinder.h.
Public Member Functions | |
KFbxNodeFinder() | |
Constructor. | |
virtual | ~KFbxNodeFinder() |
Destructor. | |
KArrayTemplate<KFbxNode*>& | Apply(KFbxNode&iSearchRoot) |
Find all the node corresponding to the research criterium. | |
virtual void | Reset()=0 |
Reset the finder object. | |
Protected Member Functions | |
virtual void | ApplyRecursive(KFbxNode&iNode) |
Find all the node corresponding to the research criterium. | |
virtual bool | CheckNode(KFbxNode&iNode)=0 |
Check if a node answers to research criterium. |
Constructor.
virtual ~KFbxNodeFinder | ( | ) | [virtual] |
Destructor.
Find all the node corresponding to the research criterium.
iSearchRoot |
virtual void Reset | ( | ) | [pure virtual] |
Reset the finder object.
Implemented inKFbxNodeFinderDuplicateName.
virtual void ApplyRecursive | ( | KFbxNode& | iNode | ) | [protected, virtual] |
Find all the node corresponding to the research criterium.
iNode |
Reimplemented inKFbxNodeFinderDuplicateName.
virtual bool CheckNode | ( | KFbxNode& | iNode | ) | [protected, pure virtual] |
Check if a node answers to research criterium.
Criteriums must be defined by child class.
iNode |
Implemented inKFbxNodeFinderDuplicateName.