fbxsdk/scene/fbxcontainer.h Source File

fbxcontainer.h
Go to the documentation of this file.
1 /****************************************************************************************
2 
3  Copyright (C) 2015 Autodesk, Inc.
4  All rights reserved.
5 
6  Use of this software is subject to the terms of the Autodesk license agreement
7  provided at the time of installation or download, or which otherwise accompanies
8  this software in either electronic or hard copy form.
9 
10 ****************************************************************************************/
11 
13 #ifndef _FBXSDK_SCENE_CONTAINER_H_
14 #define _FBXSDK_SCENE_CONTAINER_H_
15 
16 #include <fbxsdk/fbxsdk_def.h>
17 
18 #include <fbxsdk/core/fbxobject.h>
20 
21 #include <fbxsdk/fbxsdk_nsbegin.h>
22 
27 {
29 
30 public:
41  FbxProperty CreateProperty(FbxString pName, FbxDataType & pType, FbxString pLabel);
43 
56 
65 
74 
84 
85 /*****************************************************************************************************************************
86 ** WARNING! Anything beyond these lines is for internal use, may not be documented and is subject to change without notice! **
87 *****************************************************************************************************************************/
88 #ifndef DOXYGEN_SHOULD_SKIP_THIS
89  FbxContainerTemplate* mContainerTemplate;
90 
91 protected:
92  virtual void Construct(const FbxObject* pFrom);
93  virtual void ConstructProperties(bool pForceSet);
94 #endif /* !DOXYGEN_SHOULD_SKIP_THIS *****************************************************************************************/
95 };
96 
97 #include <fbxsdk/fbxsdk_nsend.h>
98 
99 #endif /* _FBXSDK_SCENE_CONTAINER_H_ */
#define FBXSDK_OBJECT_DECLARE(Class, Parent)
Macro used to declare a new class derived from FbxObject.
Definition: fbxobject.h:61
FbxPropertyT< FbxString > TemplateVersion
This property contains the template version information of the container.
Definition: fbxcontainer.h:73
FBX SDK environment definition.
Class for Container Template files.
FbxPropertyT< FbxString > TemplatePath
This property contains the template path information of the container.
Definition: fbxcontainer.h:64
Utility class to manipulate strings.
Definition: fbxstring.h:66
Generic container for object grouping and encapsulation.
Definition: fbxcontainer.h:26
FBX SDK data type class.
Definition: fbxdatatypes.h:26
FbxPropertyT< FbxString > ViewName
This property contains the view name information of the container.
Definition: fbxcontainer.h:82
FbxPropertyT< FbxString > TemplateName
This property contains the template name information of the container.
Definition: fbxcontainer.h:55
The base class of most FBX objects.
Definition: fbxobject.h:157
virtual void Construct(const FbxObject *pFrom)
Optional constructor override, automatically called by default constructor.
Class to hold user properties.
Definition: fbxproperty.h:37
#define FBXSDK_DLL
Definition: fbxarch.h:173
virtual void ConstructProperties(bool pForceSet)
Optional property constructor override, automatically called by default constructor.