#include <fbxobjectscontainer.h>
Definition at line 27 of file fbxobjectscontainer.h.
Public Types | |
| enum | EDepth { eChildOnly, eChildAndSubChild, eSubChildWithNoScaleInherit } |
Public Member Functions | |
| FbxObjectsContainer () | |
| virtual | ~FbxObjectsContainer () |
| void | ExtractSceneObjects (FbxScene *pScene, EDepth pDepth, const FbxAttributeFilters &pFilters) |
| void | ExtractSceneObjects (FbxNode *pRootNode, EDepth pDepth, const FbxAttributeFilters &pFilters) |
| void | Clear () |
Public Attributes | |
| FbxArray< FbxAnimCurveNode * > | mFCurvesT |
| FbxArray< FbxAnimCurveNode * > | mFCurvesR |
| FbxArray< FbxAnimCurveNode * > | mFCurvesS |
| FbxArray< FbxNode * > | mNodes |
Protected Member Functions | |
| void | ExtractNodesAnimCurveNodes (FbxNode *pNode, EDepth pDepth, const FbxAttributeFilters &pFilters) |
| void | ExtractAnimCurveNodes (FbxNode *pNode) |
| bool | InheritsScale (FbxNode *pNode) const |
Protected Attributes | |
| FbxNode * | mStartNode |
| enum EDepth |
| Enumerator | |
|---|---|
| eChildOnly | |
| eChildAndSubChild | |
| eSubChildWithNoScaleInherit | |
Definition at line 30 of file fbxobjectscontainer.h.
|
inline |
Definition at line 37 of file fbxobjectscontainer.h.
|
inlinevirtual |
Definition at line 38 of file fbxobjectscontainer.h.
| void ExtractSceneObjects | ( | FbxScene * | pScene, |
| EDepth | pDepth, | ||
| const FbxAttributeFilters & | pFilters | ||
| ) |
| void ExtractSceneObjects | ( | FbxNode * | pRootNode, |
| EDepth | pDepth, | ||
| const FbxAttributeFilters & | pFilters | ||
| ) |
|
inline |
Definition at line 53 of file fbxobjectscontainer.h.
|
protected |
|
protected |
|
protected |
| FbxArray<FbxAnimCurveNode*> mFCurvesT |
Definition at line 41 of file fbxobjectscontainer.h.
| FbxArray<FbxAnimCurveNode*> mFCurvesR |
Definition at line 42 of file fbxobjectscontainer.h.
| FbxArray<FbxAnimCurveNode*> mFCurvesS |
Definition at line 43 of file fbxobjectscontainer.h.
Definition at line 46 of file fbxobjectscontainer.h.
|
protected |
Definition at line 61 of file fbxobjectscontainer.h.