fbxobjectmetadata.h

Go to the documentation of this file.
00001 /****************************************************************************************
00002  
00003    Copyright (C) 2012 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 
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 //  WARNING!
00043 //
00044 //  Anything beyond these lines may not be documented accurately and is 
00045 //  subject to change without notice.
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 /* _FBXSDK_SCENE_OBJECT_META_DATA_H_ */