Definition at line 27 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 30 of file fbxstatisticsfbx.h.
{
mItemName.Add( FbxNew< FbxString >(pItemName) );
mItemCount.Add( pItemCount);
return true;
};