FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fbxsubdeformer.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_GEOMETRY_SUB_DEFORMER_H_
14 #define _FBXSDK_SCENE_GEOMETRY_SUB_DEFORMER_H_
15 
16 #include <fbxsdk/fbxsdk_def.h>
17 
18 #include <fbxsdk/core/fbxobject.h>
19 
20 #include <fbxsdk/fbxsdk_nsbegin.h>
21 
56 {
58  public:
59 
63  void SetMultiLayer(bool pMultiLayer);
64 
68  bool GetMultiLayer() const;
69 
70 
73  enum EType
74  {
77  eBlendShapeChannel
78  };
79 
83  virtual EType GetSubDeformerType() const { return eUnknown; }
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 protected:
90  virtual void Construct(const FbxObject* pFrom);
91  virtual FbxStringList GetTypeFlags() const { return FbxStringList(); }
92 
93  // Local
94  bool mMultiLayer;
95 #endif /* !DOXYGEN_SHOULD_SKIP_THIS *****************************************************************************************/
96 };
97 
98 #include <fbxsdk/fbxsdk_nsend.h>
99 
100 #endif /* _FBXSDK_SCENE_GEOMETRY_SUB_DEFORMER_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.
Array that stores pairs of FbxString and a pointer.
The base class of most FBX objects.
Definition: fbxobject.h:157
Untyped sub-deformer.
virtual void Construct(const FbxObject *pFrom)
Optional constructor override, automatically called by default constructor.
virtual EType GetSubDeformerType() const
Get the type of the sub-deformer.
EType
Sub-deformer type.
Type FbxCluster.
Base class for cluster sub-deformer( FbxCluster) and blend shape channel sub-deformer( FbxBlendShapeC...
#define FBXSDK_DLL
Definition: fbxarch.h:173