fbxsdk/fileio/fbxstatistics.h Source File
Go to the documentation of this file.
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.