fbxsdk/scene/geometry/fbxmarker.h Source File
Go to the documentation of this file.
13 #ifndef _FBXSDK_SCENE_GEOMETRY_MARKER_H_
14 #define _FBXSDK_SCENE_GEOMETRY_MARKER_H_
54 void SetType(EType pType);
59 EType GetType()
const;
103 double GetDefaultOcclusion()
const;
109 void SetDefaultOcclusion(
double pOcclusion);
115 double GetDefaultIKReachTranslation()
const;
121 void SetDefaultIKReachTranslation(
double pIKReachTranslation);
127 double GetDefaultIKReachRotation()
const;
133 void SetDefaultIKReachRotation(
double pIKReachRotation);
139 double GetDefaultIKPull()
const;
145 void SetDefaultIKPull(
double pIKPull);
151 double GetDefaultIKPullHips()
const;
157 void SetDefaultIKPullHips(
double pIKPullHips);
177 void SetDefaultColor(
FbxColor& pColor);
267 #ifndef DOXYGEN_SHOULD_SKIP_THIS
272 virtual const char* GetTypeName()
const;
#define FBXSDK_OBJECT_DECLARE(Class, Parent)
Macro used to declare a new class derived from FbxObject.
EFbxType FbxTypeOf(const FbxMarker::ELook &)
FBX SDK environment definition.
virtual FbxObject & Copy(const FbxObject &pObject)
Copy an object content into this object.
Array that stores pairs of FbxString and a pointer.
FbxPropertyT< FbxDouble > Size
This property handles the marker's size.
Class to represent colors in RGBA format using doubles.
EType
Node attribute types.
This node attribute contains the properties of a marker.
FbxPropertyT< ELook > Look
This property handles the marker's look.
FbxPropertyT< FbxBool > DrawLink
This property handles the marker's link visibility.
FbxPropertyT< FbxBool > ShowLabel
This property handles the marker's label visibility.
EFbxType
Type identifier constants.
The base class of most FBX objects.
Class to hold user properties.
FbxPropertyT< FbxDouble3 > IKPivot
This property handles the marker's pivot position.
virtual FbxNodeAttribute::EType GetAttributeType() const
Return the type of node attribute.
This class is the base class to all types of node attributes.
virtual void ConstructProperties(bool pForceSet)
Optional property constructor override, automatically called by default constructor.