/**************************************************************************************** Copyright (C) 2015 Autodesk, Inc. All rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or which otherwise accompanies this software in either electronic or hard copy form. ****************************************************************************************/ //! \file fbxconstraintcustom.h #ifndef _FBXSDK_SCENE_CONSTRAINT_CUSTOM_H_ #define _FBXSDK_SCENE_CONSTRAINT_CUSTOM_H_ #include #include #include /** \brief This constraint class contains methods for custom constraint. * \nosubgrouping */ class FBXSDK_DLL FbxConstraintCustom : public FbxConstraint { FBXSDK_OBJECT_DECLARE(FbxConstraintCustom, FbxConstraint); /***************************************************************************************************************************** ** WARNING! Anything beyond these lines is for internal use, may not be documented and is subject to change without notice! ** *****************************************************************************************************************************/ #ifndef DOXYGEN_SHOULD_SKIP_THIS protected: EType GetConstraintType() const override; #endif /* !DOXYGEN_SHOULD_SKIP_THIS *****************************************************************************************/ }; #include #endif /* _FBXSDK_SCENE_CONSTRAINT_CUSTOM_H_ */