kfbxstatisticsfbx.h

Go to the documentation of this file.
00001 /****************************************************************************************
00002 
00003    Copyright (C) 2010 Autodesk, Inc.
00004    All rights reserved.
00005 
00006    Use of this software is subject to the terms of the Autodesk license agreement
00007    provided at the time of installation or download, or which otherwise accompanies
00008    this software in either electronic or hard copy form.
00009 
00010 ****************************************************************************************/
00011 
00015 #ifndef FBXFILESDK_KFBXIO_KFBXSTATISTICSFBX_H
00016 #define FBXFILESDK_KFBXIO_KFBXSTATISTICSFBX_H
00017 
00018 
00019 #include <fbxfilesdk/fbxfilesdk_def.h>
00020 
00021 #include <fbxfilesdk/kfbxplugins/kfbxstatistics.h>
00022 
00023 #include <fbxfilesdk/fbxfilesdk_nsbegin.h>
00024 
00027 class KFbxStatisticsFbx : public KFbxStatistics
00028 {
00029 public:
00030     virtual bool AddItem(KString& pItemName, int pItemCount)
00031     {
00032         mItemName.Add( FbxSdkNew< KString >(pItemName) );
00033         mItemCount.Add( pItemCount);
00034         return true;
00035     };
00036 };
00037 
00038 #include <fbxfilesdk/fbxfilesdk_nsend.h>
00039 
00040 #endif // FBXFILESDK_KFBXIO_KFBXSTATISTICSFBX_H
00041