Detailed Description
Definition at line 1933 of file fbxnode.h.
#include <fbxnode.h>
List of all members.
Constructor & Destructor Documentation
Definition at line 1939 of file fbxnode.h.
{
mRotationOffset = NULL;
mRotationPivot = NULL;
mPreRotation = NULL;
mPostRotation = NULL;
mScalingOffset = NULL;
mScalingPivot = NULL;
mGeometricTranslation = NULL;
mGeometricRotation = NULL;
mGeometricScaling = NULL;
Reset();
}
Member Function Documentation
| const FbxVector4& GetRotationOffset |
( |
| ) |
const [inline] |
| void SetRotationOffset |
( |
const FbxVector4 & |
pV | ) |
[inline] |
Definition at line 1972 of file fbxnode.h.
{
if( !mRotationOffset )
{
#if( defined(__GNUC__) && __GNUC__ < 4 )
mRotationOffset = FbxNew< FbxVector4 >((FbxVector4&)pV);
#else
mRotationOffset = FbxNew< FbxVector4 >(pV);
#endif
}
else
{
*mRotationOffset = pV;
}
}
| const FbxVector4& GetRotationPivot |
( |
| ) |
const [inline] |
| void SetRotationPivot |
( |
const FbxVector4 & |
pV | ) |
[inline] |
Definition at line 1989 of file fbxnode.h.
{
if( !mRotationPivot )
{
#if (defined(__GNUC__) && __GNUC__ < 4)
mRotationPivot = FbxNew< FbxVector4 >((FbxVector4&)pV);
#else
mRotationPivot = FbxNew< FbxVector4 >(pV);
#endif
}
else
{
*mRotationPivot = pV;
}
}
| const FbxVector4& GetPreRotation |
( |
| ) |
const [inline] |
| void SetPreRotation |
( |
const FbxVector4 & |
pV | ) |
[inline] |
Definition at line 2006 of file fbxnode.h.
{
if( !mPreRotation )
{
#if (defined(__GNUC__) && __GNUC__ < 4)
mPreRotation = FbxNew< FbxVector4 >((FbxVector4&)pV);
#else
mPreRotation = FbxNew< FbxVector4 >(pV);
#endif
}
else
{
*mPreRotation = pV;
}
}
| const FbxVector4& GetPostRotation |
( |
| ) |
const [inline] |
| void SetPostRotation |
( |
const FbxVector4 & |
pV | ) |
[inline] |
Definition at line 2023 of file fbxnode.h.
{
if( !mPostRotation )
{
#if (defined(__GNUC__) && __GNUC__ < 4)
mPostRotation = FbxNew< FbxVector4 >((FbxVector4&)pV);
#else
mPostRotation = FbxNew< FbxVector4 >(pV);
#endif
}
else
{
*mPostRotation = pV;
}
}
| const FbxVector4& GetScalingOffset |
( |
| ) |
const [inline] |
| void SetScalingOffset |
( |
const FbxVector4 & |
pV | ) |
[inline] |
Definition at line 2040 of file fbxnode.h.
{
if( !mScalingOffset )
{
#if (defined(__GNUC__) && __GNUC__ < 4)
mScalingOffset = FbxNew< FbxVector4 >((FbxVector4&)pV);
#else
mScalingOffset = FbxNew< FbxVector4 >(pV);
#endif
}
else
{
*mScalingOffset = pV;
}
}
| const FbxVector4& GetScalingPivot |
( |
| ) |
const [inline] |
| void SetScalingPivot |
( |
const FbxVector4 & |
pV | ) |
[inline] |
Definition at line 2057 of file fbxnode.h.
{
if( !mScalingPivot )
{
#if (defined(__GNUC__) && __GNUC__ < 4)
mScalingPivot = FbxNew< FbxVector4 >((FbxVector4&)pV);
#else
mScalingPivot = FbxNew< FbxVector4 >(pV);
#endif
}
else
{
*mScalingPivot = pV;
}
}
| const FbxVector4& GetGeometricTranslation |
( |
| ) |
const [inline] |
| void SetGeometricTranslation |
( |
const FbxVector4 & |
pV | ) |
[inline] |
Definition at line 2074 of file fbxnode.h.
{
if( !mGeometricTranslation )
{
#if (defined(__GNUC__) && __GNUC__ < 4)
mGeometricTranslation = FbxNew< FbxVector4 >((FbxVector4&)pV);
#else
mGeometricTranslation = FbxNew< FbxVector4 >(pV);
#endif
}
else
{
*mGeometricTranslation = pV;
}
}
| const FbxVector4& GetGeometricRotation |
( |
| ) |
const [inline] |
| void SetGeometricRotation |
( |
const FbxVector4 & |
pV | ) |
[inline] |
Definition at line 2091 of file fbxnode.h.
{
if( !mGeometricRotation )
{
#if (defined(__GNUC__) && __GNUC__ < 4)
mGeometricRotation = FbxNew< FbxVector4 >((FbxVector4&)pV);
#else
mGeometricRotation = FbxNew< FbxVector4 >(pV);
#endif
}
else
{
*mGeometricRotation = pV;
}
}
| const FbxVector4& GetGeometricScaling |
( |
| ) |
const [inline] |
| void SetGeometricScaling |
( |
const FbxVector4 & |
pV | ) |
[inline] |
Definition at line 2108 of file fbxnode.h.
{
if( !mGeometricScaling )
{
#if (defined(__GNUC__) && __GNUC__ < 4)
mGeometricScaling = FbxNew< FbxVector4 >((FbxVector4&)pV);
#else
mGeometricScaling = FbxNew< FbxVector4 >(pV);
#endif
}
else
{
*mGeometricScaling = pV;
}
}
Definition at line 2124 of file fbxnode.h.
{ return mRotationOrder; }
Definition at line 2125 of file fbxnode.h.
{ mRotationOrder = pROrder; }
| bool GetRotationSpaceForLimitOnly |
( |
| ) |
const [inline] |
Definition at line 2126 of file fbxnode.h.
{ return mRotationSpaceForLimitOnly; }
| void SetRotationSpaceForLimitOnly |
( |
bool |
pVal | ) |
[inline] |
Definition at line 2127 of file fbxnode.h.
{ mRotationSpaceForLimitOnly = pVal; }
Definition at line 2128 of file fbxnode.h.
{ return mQuaternionInterpolate; }
Definition at line 2129 of file fbxnode.h.
{ mQuaternionInterpolate = pVal; }
Member Data Documentation
The documentation for this class was generated from the following file: