Go to the
documentation of this file.
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00013 #ifndef _FBXSDK_SCENE_OBJECT_META_DATA_H_
00014 #define _FBXSDK_SCENE_OBJECT_META_DATA_H_
00015
00016 #include <fbxsdk/fbxsdk_def.h>
00017
00018 #include <fbxsdk/core/fbxobject.h>
00019 #include <fbxsdk/scene/fbxgroupname.h>
00020
00021 #include <fbxsdk/core/base/fbxstring.h>
00022 #include <fbxsdk/core/base/fbxarray.h>
00023 #include <fbxsdk/utils/fbxnamehandler.h>
00024 #include <fbxsdk/core/math/fbxmatrix.h>
00025
00026 #include <fbxsdk/fbxsdk_nsbegin.h>
00027
00035 class FBXSDK_DLL FbxObjectMetaData : public FbxObject
00036 {
00037 FBXSDK_OBJECT_DECLARE(FbxObjectMetaData,FbxObject);
00038
00039 public:
00041
00042
00043
00044
00045
00046
00048 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00049 protected:
00054 FbxObjectMetaData(FbxManager& pManager, char const* pName);
00055 #endif // #ifndef DOXYGEN_SHOULD_SKIP_THIS
00056 };
00057
00058 #include <fbxsdk/fbxsdk_nsend.h>
00059
00060 #endif