fbxsdk/scene/constraint/fbxconstraintcustom.h Source File

fbxconstraintcustom.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_CONSTRAINT_CUSTOM_H_
14 #define _FBXSDK_SCENE_CONSTRAINT_CUSTOM_H_
15 
16 #include <fbxsdk/fbxsdk_def.h>
17 
19 
20 #include <fbxsdk/fbxsdk_nsbegin.h>
21 
26 {
28 
29 /*****************************************************************************************************************************
30 ** WARNING! Anything beyond these lines is for internal use, may not be documented and is subject to change without notice! **
31 *****************************************************************************************************************************/
32 #ifndef DOXYGEN_SHOULD_SKIP_THIS
33 protected:
34  virtual EType GetConstraintType() const;
35 #endif /* !DOXYGEN_SHOULD_SKIP_THIS *****************************************************************************************/
36 };
37 
38 #include <fbxsdk/fbxsdk_nsend.h>
39 
40 #endif /* _FBXSDK_SCENE_CONSTRAINT_CUSTOM_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.
virtual EType GetConstraintType() const
Access the type of the constraint.
Definition: fbxconstraint.h:76
Base class for weighted animation constraints.
Definition: fbxconstraint.h:27
This constraint class contains methods for custom constraint.
EType
Constraint attribute types.
Definition: fbxconstraint.h:60
#define FBXSDK_DLL
Definition: fbxarch.h:173