Local class used only inside the kfbxreaderfbxXXX.cxx files.
Definition at line 31 of file fbxstatisticsfbx.h.
#include <fbxstatisticsfbx.h>

Public Member Functions |
|
| virtual bool | AddItem (FbxString &pItemName, int pItemCount) |
| virtual function to define the process of
the incoming statistics data. |
|
| virtual bool AddItem | ( | FbxString & | , |
| int | |||
| ) | [inline, virtual] |
virtual function to define the process of the incoming statistics data.
| pItemName | The item's name |
| pItemCount | The item's count. |
Reimplemented from FbxStatistics.
Definition at line 34 of file fbxstatisticsfbx.h.
{
mItemName.Add( FbxNew< FbxString >(pItemName) );
mItemCount.Add( pItemCount);
return true;
};