fbxsdk/scene/fbxdisplaylayer.h Source File

fbxdisplaylayer.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_DISPLAY_LAYER_H_
14 #define _FBXSDK_SCENE_DISPLAY_LAYER_H_
15 
16 #include <fbxsdk/fbxsdk_def.h>
17 
19 
20 #include <fbxsdk/fbxsdk_nsbegin.h>
21 
29 {
31 
32 public:
34  //
35  // Properties
36  //
38 
58 
60  // Static values
62 
63  // Default property values
64  static const FbxDouble3 sColorDefault;
65 
66 /*****************************************************************************************************************************
67 ** WARNING! Anything beyond these lines is for internal use, may not be documented and is subject to change without notice! **
68 *****************************************************************************************************************************/
69 #ifndef DOXYGEN_SHOULD_SKIP_THIS
70 protected:
71  virtual void ConstructProperties(bool pForceSet);
72 #endif /* !DOXYGEN_SHOULD_SKIP_THIS *****************************************************************************************/
73 };
74 
75 #include <fbxsdk/fbxsdk_nsend.h>
76 
77 #endif /* _FBXSDK_SCENE_DISPLAY_LAYER_H_ */
#define FBXSDK_OBJECT_DECLARE(Class, Parent)
Macro used to declare a new class derived from FbxObject.
Definition: fbxobject.h:61
FBX SDK environment definition.
Class for display layers.
FbxPropertyT< FbxBool > Show
This property stores the visibility of this display layer.
FbxPropertyT< FbxBool > LODBox
This property stores the level of detail mode of this display layer.
static const FbxDouble3 sColorDefault
Class for exclusive collections.
#define FBXSDK_DLL
Definition: fbxarch.h:173
FbxPropertyT< FbxBool > Freeze
This property stores the manipulation state of this display layer.
This template class is used to contain user properties of specific data types.
Definition: fbxproperty.h:1124
virtual void ConstructProperties(bool pForceSet)
Optional property constructor override, automatically called by default constructor.