13 #ifndef _FBXSDK_FILEIO_STATISTICS_H_ 14 #define _FBXSDK_FILEIO_STATISTICS_H_ 75 int GetNbItems()
const;
83 bool GetItemPair(
int pNum,
FbxString& pItemName,
int& pItemCount)
const;
96 virtual bool AddItem(
FbxString& ,
int ) {
return false; };
FBX SDK environment definition.
Utility class to manipulate strings.
This class is a basic class to get the quantity of items.
FbxArray< int > mItemCount
An array to store item's count.
FbxArray< FbxString * > mItemName
An array to store item's name.
Class for array of basic elements such as pointers and basic types.