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

Public Member Functions |
|
| virtual bool | AddItem (KString &pItemName, int pItemCount) |
| virtual bool AddItem | ( | KString & | pItemName, |
| int | pItemCount | ||
| ) | [inline, virtual] |
Reimplemented from KFbxStatistics.
Definition at line 30 of file kfbxstatisticsfbx.h.
{
mItemName.Add( FbxSdkNew< KString >(pItemName) );
mItemCount.Add( pItemCount);
return true;
};