fbxsdk/core/fbxpropertytypes.h File Reference
 
 
 
fbxsdk/core/fbxpropertytypes.h File Reference

File Description

Definition in file fbxpropertytypes.h.

Classes

class   FbxColor
  Class to represent colors in RGBA format using doubles. More...
class   FbxHalfFloat
  FBX SDK half-float class. More...
class   FbxBlob
  FBX SDK blob class. More...
class   FbxDateTime
  FBX SDK date&time class. More...
class   FbxDistance
  FBX SDK distance class. More...

Enumerations

enum   EFbxType {
  eFbxUndefined, eFbxChar, eFbxUChar, eFbxShort,
  eFbxUShort, eFbxUInt, eFbxLongLong, eFbxULongLong,
  eFbxHalfFloat, eFbxBool, eFbxInt, eFbxFloat,
  eFbxDouble, eFbxDouble2, eFbxDouble3, eFbxDouble4,
  eFbxDouble4x4, eFbxEnum, eFbxString, eFbxTime,
  eFbxReference, eFbxBlob, eFbxDistance, eFbxDateTime,
  eFbxTypeCount
}
  Type identifier constants. More...

Functions

FBXSDK_DLL const size_t  FbxTypeSizeOf (const EFbxType pType)
  Retrieve a type enumeration memory footprint size.
EFbxType  FbxTypeOf (const FbxChar &)
EFbxType  FbxTypeOf (const FbxUChar &)
EFbxType  FbxTypeOf (const FbxShort &)
EFbxType  FbxTypeOf (const FbxUShort &)
EFbxType  FbxTypeOf (const FbxUInt &)
EFbxType  FbxTypeOf (const FbxLongLong &)
EFbxType  FbxTypeOf (const FbxULongLong &)
EFbxType  FbxTypeOf (const FbxHalfFloat &)
EFbxType  FbxTypeOf (const FbxBool &)
EFbxType  FbxTypeOf (const FbxInt &)
EFbxType  FbxTypeOf (const FbxFloat &)
EFbxType  FbxTypeOf (const FbxDouble &)
EFbxType  FbxTypeOf (const FbxDouble2 &)
EFbxType  FbxTypeOf (const FbxDouble3 &)
EFbxType  FbxTypeOf (const FbxDouble4 &)
EFbxType  FbxTypeOf (const FbxVector2 &)
EFbxType  FbxTypeOf (const FbxVector4 &)
EFbxType  FbxTypeOf (const FbxQuaternion &)
EFbxType  FbxTypeOf (const FbxMatrix &)
EFbxType  FbxTypeOf (const FbxAMatrix &)
EFbxType  FbxTypeOf (const FbxString &)
EFbxType  FbxTypeOf (const FbxTime &)
EFbxType  FbxTypeOf (const FbxReference &)
EFbxType  FbxTypeOf (const FbxBlob &)
EFbxType  FbxTypeOf (const FbxColor &)
EFbxType  FbxTypeOf (const FbxDistance &)
EFbxType  FbxTypeOf (const FbxDateTime &)
template<class T >
EFbxType  FbxTypeOf (const T &)
bool FBXSDK_DLL  FbxTypeCopyStr (FbxDouble &pDst, const FbxString &pSrc)
bool FBXSDK_DLL  FbxTypeCopyStr (FbxBool &pDst, const FbxString &pSrc)
bool FBXSDK_DLL  FbxTypeCopyStr (FbxInt &pDst, const FbxString &pSrc)
bool FBXSDK_DLL  FbxTypeCopyStr (FbxChar &pDst, const FbxString &pSrc)
bool FBXSDK_DLL  FbxTypeCopyStr (FbxUChar &pDst, const FbxString &pSrc)
bool FBXSDK_DLL  FbxTypeCopyStr (FbxShort &pDst, const FbxString &pSrc)
bool FBXSDK_DLL  FbxTypeCopyStr (FbxUShort &pDst, const FbxString &pSrc)
bool FBXSDK_DLL  FbxTypeCopyStr (FbxUInt &pDst, const FbxString &pSrc)
bool FBXSDK_DLL  FbxTypeCopyStr (FbxLongLong &pDst, const FbxString &pSrc)
bool FBXSDK_DLL  FbxTypeCopyStr (FbxULongLong &pDst, const FbxString &pSrc)
bool FBXSDK_DLL  FbxTypeCopyStr (FbxHalfFloat &pDst, const FbxString &pSrc)
template<class T1 , class T2 >
bool  FbxTypeCopy (T1 &, const T2 &)
bool  FbxTypeCopy (FbxChar &pDst, const FbxChar &pSrc)
  Same type conversion.
bool  FbxTypeCopy (FbxUChar &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxShort &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxUShort &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxLongLong &pSrc)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxULongLong &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxHalfFloat &pSrc)
bool  FbxTypeCopy (FbxBool &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxInt &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxFloat &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxDouble2 &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxDouble3 &pSrc)
bool  FbxTypeCopy (FbxDouble4 &pDst, const FbxDouble4 &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxTime &pDst, const FbxTime &pSrc)
bool  FbxTypeCopy (FbxReference &pDst, const FbxReference &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxBlob &pSrc)
bool  FbxTypeCopy (FbxDistance &pDst, const FbxDistance &pSrc)
bool  FbxTypeCopy (FbxDateTime &pDst, const FbxDateTime &pSrc)
bool  FbxTypeCopy (FbxBool &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxBool &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxBool &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxBool &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxBool &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxBool &pDst, const FbxLongLong &pSrc)
bool  FbxTypeCopy (FbxBool &pDst, const FbxULongLong &pSrc)
bool  FbxTypeCopy (FbxBool &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxBool &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxBool &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxBool &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxBool &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxBool &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxBool &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxBool &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxBool &, const FbxTime &)
bool  FbxTypeCopy (FbxBool &, const FbxReference &)
bool  FbxTypeCopy (FbxBool &, const FbxBlob &)
bool  FbxTypeCopy (FbxBool &, const FbxDistance &)
bool  FbxTypeCopy (FbxBool &, const FbxDateTime &)
bool  FbxTypeCopy (FbxChar &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxChar &, const FbxShort &)
bool  FbxTypeCopy (FbxChar &, const FbxUShort &)
bool  FbxTypeCopy (FbxChar &, const FbxUInt &)
bool  FbxTypeCopy (FbxChar &, const FbxLongLong &)
bool  FbxTypeCopy (FbxChar &, const FbxULongLong &)
bool  FbxTypeCopy (FbxChar &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxChar &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxChar &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxChar &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxChar &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxChar &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxChar &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxChar &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxChar &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxChar &, const FbxTime &)
bool  FbxTypeCopy (FbxChar &, const FbxReference &)
bool  FbxTypeCopy (FbxChar &, const FbxBlob &)
bool  FbxTypeCopy (FbxChar &, const FbxDistance &)
bool  FbxTypeCopy (FbxChar &, const FbxDateTime &)
bool  FbxTypeCopy (FbxUChar &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxUChar &, const FbxShort &)
bool  FbxTypeCopy (FbxUChar &, const FbxUShort &)
bool  FbxTypeCopy (FbxUChar &, const FbxUInt &)
bool  FbxTypeCopy (FbxUChar &, const FbxLongLong &)
bool  FbxTypeCopy (FbxUChar &, const FbxULongLong &)
bool  FbxTypeCopy (FbxUChar &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxUChar &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxUChar &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxUChar &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxUChar &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxUChar &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxUChar &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxUChar &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxUChar &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxUChar &, const FbxTime &)
bool  FbxTypeCopy (FbxUChar &, const FbxReference &)
bool  FbxTypeCopy (FbxUChar &, const FbxBlob &)
bool  FbxTypeCopy (FbxUChar &, const FbxDistance &)
bool  FbxTypeCopy (FbxUChar &, const FbxDateTime &)
bool  FbxTypeCopy (FbxShort &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxShort &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxShort &, const FbxUShort &)
bool  FbxTypeCopy (FbxShort &, const FbxUInt &)
bool  FbxTypeCopy (FbxShort &, const FbxLongLong &)
bool  FbxTypeCopy (FbxShort &, const FbxULongLong &)
bool  FbxTypeCopy (FbxShort &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxShort &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxShort &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxShort &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxShort &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxShort &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxShort &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxShort &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxShort &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxShort &, const FbxTime &)
bool  FbxTypeCopy (FbxShort &, const FbxReference &)
bool  FbxTypeCopy (FbxShort &, const FbxBlob &)
bool  FbxTypeCopy (FbxShort &, const FbxDistance &)
bool  FbxTypeCopy (FbxShort &, const FbxDateTime &)
bool  FbxTypeCopy (FbxUShort &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxUShort &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxUShort &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxUShort &, const FbxUInt &)
bool  FbxTypeCopy (FbxUShort &, const FbxLongLong &)
bool  FbxTypeCopy (FbxUShort &, const FbxULongLong &)
bool  FbxTypeCopy (FbxUShort &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxUShort &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxUShort &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxUShort &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxUShort &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxUShort &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxUShort &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxUShort &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxUShort &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxUShort &, const FbxTime &)
bool  FbxTypeCopy (FbxUShort &, const FbxReference &)
bool  FbxTypeCopy (FbxUShort &, const FbxBlob &)
bool  FbxTypeCopy (FbxUShort &, const FbxDistance &)
bool  FbxTypeCopy (FbxUShort &, const FbxDateTime &)
bool  FbxTypeCopy (FbxInt &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxInt &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxInt &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxInt &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxInt &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxInt &pDst, const FbxLongLong &pSrc)
bool  FbxTypeCopy (FbxInt &pDst, const FbxULongLong &pSrc)
bool  FbxTypeCopy (FbxInt &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxInt &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxInt &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxInt &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxInt &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxInt &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxInt &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxInt &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxInt &, const FbxTime &)
bool  FbxTypeCopy (FbxInt &, const FbxReference &)
bool  FbxTypeCopy (FbxInt &, const FbxBlob &)
bool  FbxTypeCopy (FbxInt &, const FbxDistance &)
bool  FbxTypeCopy (FbxInt &, const FbxDateTime &)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxLongLong &pSrc)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxULongLong &pSrc)
bool  FbxTypeCopy (FbxUInt &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxUInt &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxUInt &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxUInt &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxUInt &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxUInt &, const FbxTime &)
bool  FbxTypeCopy (FbxUInt &, const FbxReference &)
bool  FbxTypeCopy (FbxUInt &, const FbxBlob &)
bool  FbxTypeCopy (FbxUInt &, const FbxDistance &)
bool  FbxTypeCopy (FbxUInt &, const FbxDateTime &)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxULongLong &pSrc)
bool  FbxTypeCopy (FbxLongLong &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxLongLong &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxLongLong &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxLongLong &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxLongLong &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxLongLong &, const FbxTime &)
bool  FbxTypeCopy (FbxLongLong &, const FbxReference &)
bool  FbxTypeCopy (FbxLongLong &, const FbxBlob &)
bool  FbxTypeCopy (FbxLongLong &, const FbxDistance &)
bool  FbxTypeCopy (FbxLongLong &, const FbxDateTime &)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxLongLong &pSrc)
bool  FbxTypeCopy (FbxULongLong &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxULongLong &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxULongLong &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxULongLong &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxULongLong &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxULongLong &, const FbxTime &)
bool  FbxTypeCopy (FbxULongLong &, const FbxReference &)
bool  FbxTypeCopy (FbxULongLong &, const FbxBlob &)
bool  FbxTypeCopy (FbxULongLong &, const FbxDistance &)
bool  FbxTypeCopy (FbxULongLong &, const FbxDateTime &)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxLongLong &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxULongLong &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxHalfFloat &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxHalfFloat &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxHalfFloat &, const FbxString &)
bool  FbxTypeCopy (FbxHalfFloat &, const FbxTime &)
bool  FbxTypeCopy (FbxHalfFloat &, const FbxReference &)
bool  FbxTypeCopy (FbxHalfFloat &, const FbxBlob &)
bool  FbxTypeCopy (FbxHalfFloat &pDst, const FbxDistance &pSrc)
bool  FbxTypeCopy (FbxHalfFloat &, const FbxDateTime &)
bool  FbxTypeCopy (FbxFloat &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxFloat &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxFloat &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxFloat &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxFloat &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxFloat &, const FbxLongLong &)
bool  FbxTypeCopy (FbxFloat &, const FbxULongLong &)
bool  FbxTypeCopy (FbxFloat &pDst, const FbxHalfFloat &pSrc)
bool  FbxTypeCopy (FbxFloat &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxFloat &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxFloat &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxFloat &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxFloat &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxFloat &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxFloat &, const FbxString &)
bool  FbxTypeCopy (FbxFloat &, const FbxTime &)
bool  FbxTypeCopy (FbxFloat &, const FbxReference &)
bool  FbxTypeCopy (FbxFloat &, const FbxBlob &)
bool  FbxTypeCopy (FbxFloat &pDst, const FbxDistance &pSrc)
bool  FbxTypeCopy (FbxFloat &, const FbxDateTime &)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxLongLong &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxULongLong &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxHalfFloat &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxDouble2 &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxDouble3 &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxDouble4 &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxTime &pSrc)
bool  FbxTypeCopy (FbxDouble &pDst, const FbxDistance &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxLongLong &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxULongLong &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxHalfFloat &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxDouble2 &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxLongLong &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxULongLong &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxHalfFloat &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxDouble3 &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxDouble3 &pDst, const FbxDouble4 &pSrc)
bool  FbxTypeCopy (FbxDouble3 &, const FbxString &)
bool  FbxTypeCopy (FbxDouble3 &, const FbxTime &)
bool  FbxTypeCopy (FbxDouble3 &, const FbxReference &)
bool  FbxTypeCopy (FbxDouble3 &, const FbxBlob &)
bool  FbxTypeCopy (FbxDouble3 &, const FbxDistance &)
bool  FbxTypeCopy (FbxDouble3 &, const FbxDateTime &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxChar &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxUChar &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxShort &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxUShort &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxUInt &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxLongLong &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxULongLong &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxBool &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxInt &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxFloat &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxDouble &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxDouble4 &pDst, const FbxDouble3 &pSrc)
bool  FbxTypeCopy (FbxDouble4 &, const FbxString &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxTime &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxReference &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxBlob &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxDistance &)
bool  FbxTypeCopy (FbxDouble4 &, const FbxDateTime &)
bool  FbxTypeCopy (FbxString &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxLongLong &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxULongLong &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxHalfFloat &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxDouble2 &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxDouble3 &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxDouble4 &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxTime &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxReference &)
bool  FbxTypeCopy (FbxString &pDst, const FbxBlob &)
bool  FbxTypeCopy (FbxString &pDst, const FbxDistance &pSrc)
bool  FbxTypeCopy (FbxString &pDst, const FbxDateTime &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxChar &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxUChar &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxShort &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxUShort &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxUInt &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxLongLong &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxULongLong &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxHalfFloat &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxBool &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxInt &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxFloat &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxDouble &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxDouble2 &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxDouble3 &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxDouble4 &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxBlob &pDst, const FbxTime &pSrc)
bool  FbxTypeCopy (FbxBlob &, const FbxReference &)
bool  FbxTypeCopy (FbxBlob &, const FbxDistance &)
bool  FbxTypeCopy (FbxBlob &, const FbxDateTime &)
bool  FbxTypeCopy (FbxDistance &, const FbxChar &)
bool  FbxTypeCopy (FbxDistance &, const FbxUChar &)
bool  FbxTypeCopy (FbxDistance &, const FbxShort &)
bool  FbxTypeCopy (FbxDistance &, const FbxUShort &)
bool  FbxTypeCopy (FbxDistance &, const FbxUInt &)
bool  FbxTypeCopy (FbxDistance &, const FbxLongLong &)
bool  FbxTypeCopy (FbxDistance &, const FbxULongLong &)
bool  FbxTypeCopy (FbxDistance &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxDistance &, const FbxBool &)
bool  FbxTypeCopy (FbxDistance &, const FbxInt &)
bool  FbxTypeCopy (FbxDistance &, const FbxFloat &)
bool  FbxTypeCopy (FbxDistance &, const FbxDouble &)
bool  FbxTypeCopy (FbxDistance &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxDistance &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxDistance &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxDistance &, const FbxString &)
bool  FbxTypeCopy (FbxDistance &, const FbxTime &)
bool  FbxTypeCopy (FbxDistance &, const FbxReference &)
bool  FbxTypeCopy (FbxDistance &, const FbxBlob &)
bool  FbxTypeCopy (FbxDistance &, const FbxDateTime &)
bool  FbxTypeCopy (FbxDateTime &, const FbxChar &)
bool  FbxTypeCopy (FbxDateTime &, const FbxUChar &)
bool  FbxTypeCopy (FbxDateTime &, const FbxShort &)
bool  FbxTypeCopy (FbxDateTime &, const FbxUShort &)
bool  FbxTypeCopy (FbxDateTime &, const FbxUInt &)
bool  FbxTypeCopy (FbxDateTime &, const FbxLongLong &)
bool  FbxTypeCopy (FbxDateTime &, const FbxULongLong &)
bool  FbxTypeCopy (FbxDateTime &, const FbxHalfFloat &)
bool  FbxTypeCopy (FbxDateTime &, const FbxBool &)
bool  FbxTypeCopy (FbxDateTime &, const FbxInt &)
bool  FbxTypeCopy (FbxDateTime &, const FbxFloat &)
bool  FbxTypeCopy (FbxDateTime &, const FbxDouble &)
bool  FbxTypeCopy (FbxDateTime &, const FbxDouble2 &)
bool  FbxTypeCopy (FbxDateTime &, const FbxDouble3 &)
bool  FbxTypeCopy (FbxDateTime &, const FbxDouble4 &)
bool  FbxTypeCopy (FbxDateTime &pDst, const FbxString &pSrc)
bool  FbxTypeCopy (FbxDateTime &, const FbxTime &)
bool  FbxTypeCopy (FbxDateTime &, const FbxReference &)
bool  FbxTypeCopy (FbxDateTime &, const FbxBlob &)
bool  FbxTypeCopy (FbxDateTime &, const FbxDistance &)
template<class T >
bool  FbxTypeCopy (T &pDst, const void *pSrc, EFbxType pSrcType)
template<class T >
bool  FbxTypeCopy (void *pDst, EFbxType pDstType, const T &pSrc)
bool  FbxTypeCopy (void *pDst, EFbxType pDstType, const void *pSrc, EFbxType pSrcType)
FBXSDK_DLL void *  FbxTypeAllocate (const EFbxType pType)
  Creates a fbx primitive type and initializes its memory.
FBXSDK_DLL bool  FbxTypeDeallocate (const EFbxType pType, void *pData)
  Destroys an fbx primitive type.
FBXSDK_DLL bool  FbxTypeCompare (const void *pA, const void *pB, const EFbxType pType)
  Compare two values of the same type.

Enumeration Type Documentation

enum EFbxType

Type identifier constants.

Enumerator:
eFbxUndefined 

Unidentified.

eFbxChar 

8 bit signed integer.

eFbxUChar 

8 bit unsigned integer.

eFbxShort 

16 bit signed integer.

eFbxUShort 

16 bit unsigned integer.

eFbxUInt 

32 bit unsigned integer.

eFbxLongLong 

64 bit signed integer.

eFbxULongLong 

64 bit unsigned integer.

eFbxHalfFloat 

16 bit floating point.

eFbxBool 

Boolean.

eFbxInt 

32 bit signed integer.

eFbxFloat 

Floating point value.

eFbxDouble 

Double width floating point value.

eFbxDouble2 

Vector of two double values.

eFbxDouble3 

Vector of three double values.

eFbxDouble4 

Vector of four double values.

eFbxDouble4x4 

Four vectors of four double values.

eFbxEnum 

Enumeration.

eFbxString 

String.

eFbxTime 

Time value.

eFbxReference 

Reference to object or property.

eFbxBlob 

Binary data block type.

eFbxDistance 

Distance.

eFbxDateTime 

Date and time.

eFbxTypeCount 

Indicates the number of type identifiers constants.

Definition at line 28 of file fbxpropertytypes.h.


Function Documentation

FBXSDK_DLL const size_t FbxTypeSizeOf ( const EFbxType  pType )

Retrieve a type enumeration memory footprint size.

Parameters:
pType The type enumeration
Returns:
The size of this type in memory
EFbxType FbxTypeOf ( const FbxChar ) [inline]

Definition at line 525 of file fbxpropertytypes.h.

{ return eFbxChar; }
EFbxType FbxTypeOf ( const FbxUChar ) [inline]

Definition at line 526 of file fbxpropertytypes.h.

{ return eFbxUChar; }
EFbxType FbxTypeOf ( const FbxShort ) [inline]

Definition at line 527 of file fbxpropertytypes.h.

{ return eFbxShort; }
EFbxType FbxTypeOf ( const FbxUShort ) [inline]

Definition at line 528 of file fbxpropertytypes.h.

{ return eFbxUShort; }
EFbxType FbxTypeOf ( const FbxUInt ) [inline]

Definition at line 529 of file fbxpropertytypes.h.

{ return eFbxUInt; }
EFbxType FbxTypeOf ( const FbxLongLong ) [inline]

Definition at line 530 of file fbxpropertytypes.h.

{ return eFbxLongLong; }
EFbxType FbxTypeOf ( const FbxULongLong ) [inline]

Definition at line 531 of file fbxpropertytypes.h.

{ return eFbxULongLong; }
EFbxType FbxTypeOf ( const FbxHalfFloat ) [inline]

Definition at line 532 of file fbxpropertytypes.h.

{ return eFbxHalfFloat; }
EFbxType FbxTypeOf ( const FbxBool ) [inline]

Definition at line 533 of file fbxpropertytypes.h.

{ return eFbxBool; }
EFbxType FbxTypeOf ( const FbxInt ) [inline]

Definition at line 534 of file fbxpropertytypes.h.

{ return eFbxInt; }
EFbxType FbxTypeOf ( const FbxFloat ) [inline]

Definition at line 535 of file fbxpropertytypes.h.

{ return eFbxFloat; }
EFbxType FbxTypeOf ( const FbxDouble ) [inline]

Definition at line 536 of file fbxpropertytypes.h.

{ return eFbxDouble; }
EFbxType FbxTypeOf ( const FbxDouble2 ) [inline]

Definition at line 537 of file fbxpropertytypes.h.

{ return eFbxDouble2; }
EFbxType FbxTypeOf ( const FbxDouble3 ) [inline]

Definition at line 538 of file fbxpropertytypes.h.

{ return eFbxDouble3; }
EFbxType FbxTypeOf ( const FbxDouble4 ) [inline]

Definition at line 539 of file fbxpropertytypes.h.

{ return eFbxDouble4; }
EFbxType FbxTypeOf ( const FbxVector2 ) [inline]

Definition at line 541 of file fbxpropertytypes.h.

{ return eFbxDouble2; }
EFbxType FbxTypeOf ( const FbxVector4 ) [inline]

Definition at line 542 of file fbxpropertytypes.h.

{ return eFbxDouble4; }
EFbxType FbxTypeOf ( const FbxQuaternion ) [inline]

Definition at line 543 of file fbxpropertytypes.h.

{ return eFbxDouble4; }
EFbxType FbxTypeOf ( const FbxMatrix ) [inline]

Definition at line 544 of file fbxpropertytypes.h.

{ return eFbxDouble4x4; }
EFbxType FbxTypeOf ( const FbxAMatrix ) [inline]

Definition at line 545 of file fbxpropertytypes.h.

{ return eFbxDouble4x4; }
EFbxType FbxTypeOf ( const FbxString ) [inline]

Definition at line 546 of file fbxpropertytypes.h.

{ return eFbxString; }
EFbxType FbxTypeOf ( const FbxTime ) [inline]

Definition at line 547 of file fbxpropertytypes.h.

{ return eFbxTime; }
EFbxType FbxTypeOf ( const FbxReference ) [inline]

Definition at line 548 of file fbxpropertytypes.h.

{ return eFbxReference; }
EFbxType FbxTypeOf ( const FbxBlob ) [inline]

Definition at line 549 of file fbxpropertytypes.h.

{ return eFbxBlob; }
EFbxType FbxTypeOf ( const FbxColor ) [inline]

Definition at line 550 of file fbxpropertytypes.h.

{ return eFbxDouble4; }
EFbxType FbxTypeOf ( const FbxDistance ) [inline]

Definition at line 551 of file fbxpropertytypes.h.

{ return eFbxDistance; }
EFbxType FbxTypeOf ( const FbxDateTime ) [inline]

Definition at line 552 of file fbxpropertytypes.h.

{ return eFbxDateTime; }
EFbxType FbxTypeOf ( const T &  ) [inline]

Definition at line 554 of file fbxpropertytypes.h.

{ FBX_ASSERT_NOW("Unknown type!"); return eFbxUndefined; }
bool FBXSDK_DLL FbxTypeCopyStr ( FbxDouble pDst,
const FbxString pSrc 
)
bool FBXSDK_DLL FbxTypeCopyStr ( FbxBool pDst,
const FbxString pSrc 
)
bool FBXSDK_DLL FbxTypeCopyStr ( FbxInt pDst,
const FbxString pSrc 
)
bool FBXSDK_DLL FbxTypeCopyStr ( FbxChar pDst,
const FbxString pSrc 
)
bool FBXSDK_DLL FbxTypeCopyStr ( FbxUChar pDst,
const FbxString pSrc 
)
bool FBXSDK_DLL FbxTypeCopyStr ( FbxShort pDst,
const FbxString pSrc 
)
bool FBXSDK_DLL FbxTypeCopyStr ( FbxUShort pDst,
const FbxString pSrc 
)
bool FBXSDK_DLL FbxTypeCopyStr ( FbxUInt pDst,
const FbxString pSrc 
)
bool FBXSDK_DLL FbxTypeCopyStr ( FbxLongLong pDst,
const FbxString pSrc 
)
bool FBXSDK_DLL FbxTypeCopyStr ( FbxULongLong pDst,
const FbxString pSrc 
)
bool FBXSDK_DLL FbxTypeCopyStr ( FbxHalfFloat pDst,
const FbxString pSrc 
)
bool FbxTypeCopy ( T1 &  ,
const T2 &   
) [inline]

Definition at line 569 of file fbxpropertytypes.h.

{ FBX_ASSERT_NOW("Incompatible type assignment!" ); return false; }
bool FbxTypeCopy ( FbxChar pDst,
const FbxChar pSrc 
) [inline]

Same type conversion.

Definition at line 572 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxUChar pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 573 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxShort pDst,
const FbxShort pSrc 
) [inline]

Definition at line 574 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxUShort pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 575 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 576 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxLongLong pSrc 
) [inline]

Definition at line 577 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxULongLong pSrc 
) [inline]

Definition at line 578 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxHalfFloat pSrc 
) [inline]

Definition at line 579 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxBool pSrc 
) [inline]

Definition at line 580 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxInt pSrc 
) [inline]

Definition at line 581 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxFloat pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 582 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 583 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxDouble2 pSrc 
) [inline]

Definition at line 584 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxDouble3 pSrc 
) [inline]

Definition at line 585 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxDouble4 pDst,
const FbxDouble4 pSrc 
) [inline]

Definition at line 586 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxString pSrc 
) [inline]

Definition at line 588 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxTime pDst,
const FbxTime pSrc 
) [inline]

Definition at line 589 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxReference pDst,
const FbxReference pSrc 
) [inline]

Definition at line 590 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxBlob pSrc 
) [inline]

Definition at line 591 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxDistance pDst,
const FbxDistance pSrc 
) [inline]

Definition at line 592 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxDateTime pDst,
const FbxDateTime pSrc 
) [inline]

Definition at line 593 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxChar pSrc 
) [inline]

Definition at line 596 of file fbxpropertytypes.h.

{ pDst = pSrc == 0 ? false : true; return true; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 597 of file fbxpropertytypes.h.

{ pDst = pSrc == 0 ? false : true; return true; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxShort pSrc 
) [inline]

Definition at line 598 of file fbxpropertytypes.h.

{ pDst = pSrc == 0 ? false : true; return true; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 599 of file fbxpropertytypes.h.

{ pDst = pSrc == 0 ? false : true; return true; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 600 of file fbxpropertytypes.h.

{ pDst = pSrc == 0 ? false : true; return true; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxLongLong pSrc 
) [inline]

Definition at line 601 of file fbxpropertytypes.h.

{ pDst = pSrc == 0 ? false : true; return true; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxULongLong pSrc 
) [inline]

Definition at line 602 of file fbxpropertytypes.h.

{ pDst = pSrc == 0 ? false : true; return true; }
bool FbxTypeCopy ( FbxBool ,
const FbxHalfFloat  
) [inline]

Definition at line 603 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxInt pSrc 
) [inline]

Definition at line 604 of file fbxpropertytypes.h.

{ pDst = pSrc == 0 ? false : true; return true; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 605 of file fbxpropertytypes.h.

{ pDst = pSrc == 0.f ? false : true; return true; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 606 of file fbxpropertytypes.h.

{ pDst = pSrc == 0. ? false : true; return true; }
bool FbxTypeCopy ( FbxBool ,
const FbxDouble2  
) [inline]

Definition at line 607 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxBool ,
const FbxDouble3  
) [inline]

Definition at line 608 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxBool ,
const FbxDouble4  
) [inline]

Definition at line 609 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxBool pDst,
const FbxString pSrc 
) [inline]

Definition at line 611 of file fbxpropertytypes.h.

{ return FbxTypeCopyStr(pDst, pSrc); }
bool FbxTypeCopy ( FbxBool ,
const FbxTime  
) [inline]

Definition at line 612 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxBool ,
const FbxReference  
) [inline]

Definition at line 613 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxBool ,
const FbxBlob  
) [inline]

Definition at line 614 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxBool ,
const FbxDistance  
) [inline]

Definition at line 615 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxBool ,
const FbxDateTime  
) [inline]

Definition at line 616 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 619 of file fbxpropertytypes.h.

{ pDst = (FbxChar)pSrc; return true; }
bool FbxTypeCopy ( FbxChar ,
const FbxShort  
) [inline]

Definition at line 620 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar ,
const FbxUShort  
) [inline]

Definition at line 621 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar ,
const FbxUInt  
) [inline]

Definition at line 622 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar ,
const FbxLongLong  
) [inline]

Definition at line 623 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar ,
const FbxULongLong  
) [inline]

Definition at line 624 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar ,
const FbxHalfFloat  
) [inline]

Definition at line 625 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar pDst,
const FbxBool pSrc 
) [inline]

Definition at line 626 of file fbxpropertytypes.h.

{ pDst = (FbxChar)pSrc; return true; }
bool FbxTypeCopy ( FbxChar pDst,
const FbxInt pSrc 
) [inline]

Definition at line 627 of file fbxpropertytypes.h.

{ pDst = (FbxChar)pSrc; return true; }
bool FbxTypeCopy ( FbxChar pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 628 of file fbxpropertytypes.h.

{ pDst = (FbxChar)pSrc; return true; }
bool FbxTypeCopy ( FbxChar pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 629 of file fbxpropertytypes.h.

{ pDst = (FbxChar)pSrc; return true; }
bool FbxTypeCopy ( FbxChar ,
const FbxDouble2  
) [inline]

Definition at line 630 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar ,
const FbxDouble3  
) [inline]

Definition at line 631 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar ,
const FbxDouble4  
) [inline]

Definition at line 632 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar pDst,
const FbxString pSrc 
) [inline]

Definition at line 634 of file fbxpropertytypes.h.

{ return FbxTypeCopyStr(pDst, pSrc); }
bool FbxTypeCopy ( FbxChar ,
const FbxTime  
) [inline]

Definition at line 635 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar ,
const FbxReference  
) [inline]

Definition at line 636 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar ,
const FbxBlob  
) [inline]

Definition at line 637 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar ,
const FbxDistance  
) [inline]

Definition at line 638 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxChar ,
const FbxDateTime  
) [inline]

Definition at line 639 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar pDst,
const FbxChar pSrc 
) [inline]

Definition at line 642 of file fbxpropertytypes.h.

{ pDst = (FbxUChar)pSrc; return true; }
bool FbxTypeCopy ( FbxUChar ,
const FbxShort  
) [inline]

Definition at line 643 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar ,
const FbxUShort  
) [inline]

Definition at line 644 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar ,
const FbxUInt  
) [inline]

Definition at line 645 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar ,
const FbxLongLong  
) [inline]

Definition at line 646 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar ,
const FbxULongLong  
) [inline]

Definition at line 647 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar ,
const FbxHalfFloat  
) [inline]

Definition at line 648 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar pDst,
const FbxBool pSrc 
) [inline]

Definition at line 649 of file fbxpropertytypes.h.

{ pDst = (FbxUChar)pSrc; return true; }
bool FbxTypeCopy ( FbxUChar pDst,
const FbxInt pSrc 
) [inline]

Definition at line 650 of file fbxpropertytypes.h.

{ pDst = (FbxUChar)pSrc; return true; }
bool FbxTypeCopy ( FbxUChar pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 651 of file fbxpropertytypes.h.

{ pDst = (FbxUChar)pSrc; return true; }
bool FbxTypeCopy ( FbxUChar pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 652 of file fbxpropertytypes.h.

{ pDst = (FbxUChar)pSrc; return true; }
bool FbxTypeCopy ( FbxUChar ,
const FbxDouble2  
) [inline]

Definition at line 653 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar ,
const FbxDouble3  
) [inline]

Definition at line 654 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar ,
const FbxDouble4  
) [inline]

Definition at line 655 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar pDst,
const FbxString pSrc 
) [inline]

Definition at line 657 of file fbxpropertytypes.h.

{ return FbxTypeCopyStr(pDst, pSrc); }
bool FbxTypeCopy ( FbxUChar ,
const FbxTime  
) [inline]

Definition at line 658 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar ,
const FbxReference  
) [inline]

Definition at line 659 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar ,
const FbxBlob  
) [inline]

Definition at line 660 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar ,
const FbxDistance  
) [inline]

Definition at line 661 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUChar ,
const FbxDateTime  
) [inline]

Definition at line 662 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort pDst,
const FbxChar pSrc 
) [inline]

Definition at line 665 of file fbxpropertytypes.h.

{ pDst = (FbxShort)pSrc; return true; }
bool FbxTypeCopy ( FbxShort pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 666 of file fbxpropertytypes.h.

{ pDst = (FbxShort)pSrc; return true; }
bool FbxTypeCopy ( FbxShort ,
const FbxUShort  
) [inline]

Definition at line 667 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort ,
const FbxUInt  
) [inline]

Definition at line 668 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort ,
const FbxLongLong  
) [inline]

Definition at line 669 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort ,
const FbxULongLong  
) [inline]

Definition at line 670 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort ,
const FbxHalfFloat  
) [inline]

Definition at line 671 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort pDst,
const FbxBool pSrc 
) [inline]

Definition at line 672 of file fbxpropertytypes.h.

{ pDst = (FbxShort)pSrc; return true; }
bool FbxTypeCopy ( FbxShort pDst,
const FbxInt pSrc 
) [inline]

Definition at line 673 of file fbxpropertytypes.h.

{ pDst = (FbxShort)pSrc; return true; }
bool FbxTypeCopy ( FbxShort pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 674 of file fbxpropertytypes.h.

{ pDst = (FbxShort)pSrc; return true; }
bool FbxTypeCopy ( FbxShort pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 675 of file fbxpropertytypes.h.

{ pDst = (FbxShort)pSrc; return true; }
bool FbxTypeCopy ( FbxShort ,
const FbxDouble2  
) [inline]

Definition at line 676 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort ,
const FbxDouble3  
) [inline]

Definition at line 677 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort ,
const FbxDouble4  
) [inline]

Definition at line 678 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort pDst,
const FbxString pSrc 
) [inline]

Definition at line 680 of file fbxpropertytypes.h.

{ return FbxTypeCopyStr(pDst, pSrc); }
bool FbxTypeCopy ( FbxShort ,
const FbxTime  
) [inline]

Definition at line 681 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort ,
const FbxReference  
) [inline]

Definition at line 682 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort ,
const FbxBlob  
) [inline]

Definition at line 683 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort ,
const FbxDistance  
) [inline]

Definition at line 684 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxShort ,
const FbxDateTime  
) [inline]

Definition at line 685 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort pDst,
const FbxChar pSrc 
) [inline]

Definition at line 688 of file fbxpropertytypes.h.

{ pDst = (FbxUShort)pSrc; return true; }
bool FbxTypeCopy ( FbxUShort pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 689 of file fbxpropertytypes.h.

{ pDst = (FbxUShort)pSrc; return true; }
bool FbxTypeCopy ( FbxUShort pDst,
const FbxShort pSrc 
) [inline]

Definition at line 690 of file fbxpropertytypes.h.

{ pDst = (FbxUShort)pSrc; return true; }
bool FbxTypeCopy ( FbxUShort ,
const FbxUInt  
) [inline]

Definition at line 691 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort ,
const FbxLongLong  
) [inline]

Definition at line 692 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort ,
const FbxULongLong  
) [inline]

Definition at line 693 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort ,
const FbxHalfFloat  
) [inline]

Definition at line 694 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort pDst,
const FbxBool pSrc 
) [inline]

Definition at line 695 of file fbxpropertytypes.h.

{ pDst = (FbxUShort)pSrc; return true; }
bool FbxTypeCopy ( FbxUShort pDst,
const FbxInt pSrc 
) [inline]

Definition at line 696 of file fbxpropertytypes.h.

{ pDst = (FbxUShort)pSrc; return true; }
bool FbxTypeCopy ( FbxUShort pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 697 of file fbxpropertytypes.h.

{ pDst = (FbxUShort)pSrc; return true; }
bool FbxTypeCopy ( FbxUShort pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 698 of file fbxpropertytypes.h.

{ pDst = (FbxUShort)pSrc; return true; }
bool FbxTypeCopy ( FbxUShort ,
const FbxDouble2  
) [inline]

Definition at line 699 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort ,
const FbxDouble3  
) [inline]

Definition at line 700 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort ,
const FbxDouble4  
) [inline]

Definition at line 701 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort pDst,
const FbxString pSrc 
) [inline]

Definition at line 703 of file fbxpropertytypes.h.

{ return FbxTypeCopyStr(pDst, pSrc); }
bool FbxTypeCopy ( FbxUShort ,
const FbxTime  
) [inline]

Definition at line 704 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort ,
const FbxReference  
) [inline]

Definition at line 705 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort ,
const FbxBlob  
) [inline]

Definition at line 706 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort ,
const FbxDistance  
) [inline]

Definition at line 707 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUShort ,
const FbxDateTime  
) [inline]

Definition at line 708 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxChar pSrc 
) [inline]

Definition at line 711 of file fbxpropertytypes.h.

{ pDst = (FbxInt)pSrc; return true; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 712 of file fbxpropertytypes.h.

{ pDst = (FbxInt)pSrc; return true; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxShort pSrc 
) [inline]

Definition at line 713 of file fbxpropertytypes.h.

{ pDst = (FbxInt)pSrc; return true; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 714 of file fbxpropertytypes.h.

{ pDst = (FbxInt)pSrc; return true; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 715 of file fbxpropertytypes.h.

{ pDst = (FbxInt)pSrc; return true; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxLongLong pSrc 
) [inline]

Definition at line 716 of file fbxpropertytypes.h.

{ pDst = (FbxInt)pSrc; return true; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxULongLong pSrc 
) [inline]

Definition at line 717 of file fbxpropertytypes.h.

{ pDst = (FbxInt)pSrc; return true; }
bool FbxTypeCopy ( FbxInt ,
const FbxHalfFloat  
) [inline]

Definition at line 718 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxBool pSrc 
) [inline]

Definition at line 719 of file fbxpropertytypes.h.

{ pDst = (FbxInt)pSrc; return true; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 720 of file fbxpropertytypes.h.

{ pDst = (FbxInt)pSrc; return true; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 721 of file fbxpropertytypes.h.

{ pDst = (FbxInt)pSrc; return true; }
bool FbxTypeCopy ( FbxInt ,
const FbxDouble2  
) [inline]

Definition at line 722 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxInt ,
const FbxDouble3  
) [inline]

Definition at line 723 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxInt ,
const FbxDouble4  
) [inline]

Definition at line 724 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxInt pDst,
const FbxString pSrc 
) [inline]

Definition at line 726 of file fbxpropertytypes.h.

{ return FbxTypeCopyStr(pDst, pSrc); }
bool FbxTypeCopy ( FbxInt ,
const FbxTime  
) [inline]

Definition at line 727 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxInt ,
const FbxReference  
) [inline]

Definition at line 728 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxInt ,
const FbxBlob  
) [inline]

Definition at line 729 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxInt ,
const FbxDistance  
) [inline]

Definition at line 730 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxInt ,
const FbxDateTime  
) [inline]

Definition at line 731 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxChar pSrc 
) [inline]

Definition at line 734 of file fbxpropertytypes.h.

{ pDst = (FbxUInt)pSrc; return true; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 735 of file fbxpropertytypes.h.

{ pDst = (FbxUInt)pSrc; return true; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxShort pSrc 
) [inline]

Definition at line 736 of file fbxpropertytypes.h.

{ pDst = (FbxUInt)pSrc; return true; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 737 of file fbxpropertytypes.h.

{ pDst = (FbxUInt)pSrc; return true; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxLongLong pSrc 
) [inline]

Definition at line 738 of file fbxpropertytypes.h.

{ pDst = (FbxUInt)pSrc; return true; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxULongLong pSrc 
) [inline]

Definition at line 739 of file fbxpropertytypes.h.

{ pDst = (FbxUInt)pSrc; return true; }
bool FbxTypeCopy ( FbxUInt ,
const FbxHalfFloat  
) [inline]

Definition at line 740 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxBool pSrc 
) [inline]

Definition at line 741 of file fbxpropertytypes.h.

{ pDst = (FbxUInt)pSrc; return true; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxInt pSrc 
) [inline]

Definition at line 742 of file fbxpropertytypes.h.

{ pDst = (FbxUInt)pSrc; return true; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 743 of file fbxpropertytypes.h.

{ pDst = (FbxUInt)pSrc; return true; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 744 of file fbxpropertytypes.h.

{ pDst = (FbxUInt)pSrc; return true; }
bool FbxTypeCopy ( FbxUInt ,
const FbxDouble2  
) [inline]

Definition at line 745 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUInt ,
const FbxDouble3  
) [inline]

Definition at line 746 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUInt ,
const FbxDouble4  
) [inline]

Definition at line 747 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUInt pDst,
const FbxString pSrc 
) [inline]

Definition at line 749 of file fbxpropertytypes.h.

{ return FbxTypeCopyStr(pDst, pSrc); }
bool FbxTypeCopy ( FbxUInt ,
const FbxTime  
) [inline]

Definition at line 750 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUInt ,
const FbxReference  
) [inline]

Definition at line 751 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUInt ,
const FbxBlob  
) [inline]

Definition at line 752 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUInt ,
const FbxDistance  
) [inline]

Definition at line 753 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxUInt ,
const FbxDateTime  
) [inline]

Definition at line 754 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxChar pSrc 
) [inline]

Definition at line 757 of file fbxpropertytypes.h.

{ pDst = (FbxLongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 758 of file fbxpropertytypes.h.

{ pDst = (FbxLongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxShort pSrc 
) [inline]

Definition at line 759 of file fbxpropertytypes.h.

{ pDst = (FbxLongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 760 of file fbxpropertytypes.h.

{ pDst = (FbxLongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 761 of file fbxpropertytypes.h.

{ pDst = (FbxLongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxULongLong pSrc 
) [inline]

Definition at line 762 of file fbxpropertytypes.h.

{ pDst = (FbxLongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxLongLong ,
const FbxHalfFloat  
) [inline]

Definition at line 763 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxBool pSrc 
) [inline]

Definition at line 764 of file fbxpropertytypes.h.

{ pDst = (FbxLongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxInt pSrc 
) [inline]

Definition at line 765 of file fbxpropertytypes.h.

{ pDst = (FbxLongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 766 of file fbxpropertytypes.h.

{ pDst = (FbxLongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 767 of file fbxpropertytypes.h.

{ pDst = (FbxLongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxLongLong ,
const FbxDouble2  
) [inline]

Definition at line 768 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxLongLong ,
const FbxDouble3  
) [inline]

Definition at line 769 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxLongLong ,
const FbxDouble4  
) [inline]

Definition at line 770 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxLongLong pDst,
const FbxString pSrc 
) [inline]

Definition at line 772 of file fbxpropertytypes.h.

{ return FbxTypeCopyStr(pDst, pSrc); }
bool FbxTypeCopy ( FbxLongLong ,
const FbxTime  
) [inline]

Definition at line 773 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxLongLong ,
const FbxReference  
) [inline]

Definition at line 774 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxLongLong ,
const FbxBlob  
) [inline]

Definition at line 775 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxLongLong ,
const FbxDistance  
) [inline]

Definition at line 776 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxLongLong ,
const FbxDateTime  
) [inline]

Definition at line 777 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxChar pSrc 
) [inline]

Definition at line 780 of file fbxpropertytypes.h.

{ pDst = (FbxULongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 781 of file fbxpropertytypes.h.

{ pDst = (FbxULongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxShort pSrc 
) [inline]

Definition at line 782 of file fbxpropertytypes.h.

{ pDst = (FbxULongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 783 of file fbxpropertytypes.h.

{ pDst = (FbxULongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 784 of file fbxpropertytypes.h.

{ pDst = (FbxULongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxLongLong pSrc 
) [inline]

Definition at line 785 of file fbxpropertytypes.h.

{ pDst = (FbxULongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxULongLong ,
const FbxHalfFloat  
) [inline]

Definition at line 786 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxBool pSrc 
) [inline]

Definition at line 787 of file fbxpropertytypes.h.

{ pDst = (FbxULongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxInt pSrc 
) [inline]

Definition at line 788 of file fbxpropertytypes.h.

{ pDst = (FbxULongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 789 of file fbxpropertytypes.h.

{ pDst = (FbxULongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 790 of file fbxpropertytypes.h.

{ pDst = (FbxULongLong)pSrc; return true; }
bool FbxTypeCopy ( FbxULongLong ,
const FbxDouble2  
) [inline]

Definition at line 791 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxULongLong ,
const FbxDouble3  
) [inline]

Definition at line 792 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxULongLong ,
const FbxDouble4  
) [inline]

Definition at line 793 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxULongLong pDst,
const FbxString pSrc 
) [inline]

Definition at line 795 of file fbxpropertytypes.h.

{ return FbxTypeCopyStr(pDst, pSrc); }
bool FbxTypeCopy ( FbxULongLong ,
const FbxTime  
) [inline]

Definition at line 796 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxULongLong ,
const FbxReference  
) [inline]

Definition at line 797 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxULongLong ,
const FbxBlob  
) [inline]

Definition at line 798 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxULongLong ,
const FbxDistance  
) [inline]

Definition at line 799 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxULongLong ,
const FbxDateTime  
) [inline]

Definition at line 800 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxChar pSrc 
) [inline]

Definition at line 803 of file fbxpropertytypes.h.

{ FbxHalfFloat hf((float)pSrc); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 804 of file fbxpropertytypes.h.

{ FbxHalfFloat hf((float)pSrc); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxShort pSrc 
) [inline]

Definition at line 805 of file fbxpropertytypes.h.

{ FbxHalfFloat hf((float)pSrc); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 806 of file fbxpropertytypes.h.

{ FbxHalfFloat hf((float)pSrc); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 807 of file fbxpropertytypes.h.

{ FbxHalfFloat hf((float)pSrc); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxLongLong pSrc 
) [inline]

Definition at line 808 of file fbxpropertytypes.h.

{ FbxHalfFloat hf((float)pSrc); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxULongLong pSrc 
) [inline]

Definition at line 809 of file fbxpropertytypes.h.

{ FbxHalfFloat hf((float)pSrc); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxBool pSrc 
) [inline]

Definition at line 810 of file fbxpropertytypes.h.

{ FbxHalfFloat hf((float)pSrc); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxInt pSrc 
) [inline]

Definition at line 811 of file fbxpropertytypes.h.

{ FbxHalfFloat hf((float)pSrc); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 812 of file fbxpropertytypes.h.

{ FbxHalfFloat hf((float)pSrc); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 813 of file fbxpropertytypes.h.

{ FbxHalfFloat hf((float)pSrc); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat ,
const FbxDouble2  
) [inline]

Definition at line 814 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxHalfFloat ,
const FbxDouble3  
) [inline]

Definition at line 815 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxHalfFloat ,
const FbxDouble4  
) [inline]

Definition at line 816 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxHalfFloat ,
const FbxString  
) [inline]

Definition at line 818 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxHalfFloat ,
const FbxTime  
) [inline]

Definition at line 819 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxHalfFloat ,
const FbxReference  
) [inline]

Definition at line 820 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxHalfFloat ,
const FbxBlob  
) [inline]

Definition at line 821 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxHalfFloat pDst,
const FbxDistance pSrc 
) [inline]

Definition at line 822 of file fbxpropertytypes.h.

{ FbxHalfFloat hf(pSrc.internalValue()); pDst = hf; return true; }
bool FbxTypeCopy ( FbxHalfFloat ,
const FbxDateTime  
) [inline]

Definition at line 823 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxFloat pDst,
const FbxChar pSrc 
) [inline]

Definition at line 826 of file fbxpropertytypes.h.

{ pDst = (FbxFloat)pSrc; return true; }
bool FbxTypeCopy ( FbxFloat pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 827 of file fbxpropertytypes.h.

{ pDst = (FbxFloat)pSrc; return true; }
bool FbxTypeCopy ( FbxFloat pDst,
const FbxShort pSrc 
) [inline]

Definition at line 828 of file fbxpropertytypes.h.

{ pDst = (FbxFloat)pSrc; return true; }
bool FbxTypeCopy ( FbxFloat pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 829 of file fbxpropertytypes.h.

{ pDst = (FbxFloat)pSrc; return true; }
bool FbxTypeCopy ( FbxFloat pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 830 of file fbxpropertytypes.h.

{ pDst = (FbxFloat)pSrc; return true; }
bool FbxTypeCopy ( FbxFloat ,
const FbxLongLong  
) [inline]

Definition at line 831 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxFloat ,
const FbxULongLong  
) [inline]

Definition at line 832 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxFloat pDst,
const FbxHalfFloat pSrc 
) [inline]

Definition at line 833 of file fbxpropertytypes.h.

{ pDst = pSrc.value()   ; return true; }
bool FbxTypeCopy ( FbxFloat pDst,
const FbxBool pSrc 
) [inline]

Definition at line 834 of file fbxpropertytypes.h.

{ pDst = (FbxFloat)pSrc; return true; }
bool FbxTypeCopy ( FbxFloat pDst,
const FbxInt pSrc 
) [inline]

Definition at line 835 of file fbxpropertytypes.h.

{ pDst = (FbxFloat)pSrc; return true; }
bool FbxTypeCopy ( FbxFloat pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 836 of file fbxpropertytypes.h.

{ pDst = (FbxFloat)pSrc; return true; }
bool FbxTypeCopy ( FbxFloat ,
const FbxDouble2  
) [inline]

Definition at line 837 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxFloat ,
const FbxDouble3  
) [inline]

Definition at line 838 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxFloat ,
const FbxDouble4  
) [inline]

Definition at line 839 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxFloat ,
const FbxString  
) [inline]

Definition at line 841 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxFloat ,
const FbxTime  
) [inline]

Definition at line 842 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxFloat ,
const FbxReference  
) [inline]

Definition at line 843 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxFloat ,
const FbxBlob  
) [inline]

Definition at line 844 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxFloat pDst,
const FbxDistance pSrc 
) [inline]

Definition at line 845 of file fbxpropertytypes.h.

{ pDst = pSrc.internalValue(); return true; }
bool FbxTypeCopy ( FbxFloat ,
const FbxDateTime  
) [inline]

Definition at line 846 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxChar pSrc 
) [inline]

Definition at line 849 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 850 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxShort pSrc 
) [inline]

Definition at line 851 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 852 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 853 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxLongLong pSrc 
) [inline]

Definition at line 854 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxULongLong pSrc 
) [inline]

Definition at line 855 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxHalfFloat pSrc 
) [inline]

Definition at line 856 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc.value(); return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxBool pSrc 
) [inline]

Definition at line 857 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxInt pSrc 
) [inline]

Definition at line 858 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 859 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxDouble2 pSrc 
) [inline]

Definition at line 860 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc[0];     return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxDouble3 pSrc 
) [inline]

Definition at line 861 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc[0];     return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxDouble4 pSrc 
) [inline]

Definition at line 862 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc[0];     return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxString pSrc 
) [inline]

Definition at line 864 of file fbxpropertytypes.h.

{ return FbxTypeCopyStr(pDst, pSrc); }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxTime pSrc 
) [inline]

Definition at line 865 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc.GetSecondDouble();  return true; }
bool FbxTypeCopy ( FbxDouble pDst,
const FbxDistance pSrc 
) [inline]

Definition at line 866 of file fbxpropertytypes.h.

{ pDst = pSrc.internalValue(); return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxChar pSrc 
) [inline]

Definition at line 869 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 870 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxShort pSrc 
) [inline]

Definition at line 871 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 872 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 873 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxLongLong pSrc 
) [inline]

Definition at line 874 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxULongLong pSrc 
) [inline]

Definition at line 875 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxHalfFloat pSrc 
) [inline]

Definition at line 876 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc.value(); return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxBool pSrc 
) [inline]

Definition at line 877 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxInt pSrc 
) [inline]

Definition at line 878 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 879 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble2 pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 880 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxChar pSrc 
) [inline]

Definition at line 883 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 884 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxShort pSrc 
) [inline]

Definition at line 885 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 886 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 887 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxLongLong pSrc 
) [inline]

Definition at line 888 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxULongLong pSrc 
) [inline]

Definition at line 889 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxHalfFloat pSrc 
) [inline]

Definition at line 890 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc.value(); return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxBool pSrc 
) [inline]

Definition at line 891 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxInt pSrc 
) [inline]

Definition at line 892 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 893 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 894 of file fbxpropertytypes.h.

{ pDst = (FbxDouble)pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 ,
const FbxDouble2  
) [inline]

Definition at line 895 of file fbxpropertytypes.h.

{ return false;  }
bool FbxTypeCopy ( FbxDouble3 pDst,
const FbxDouble4 pSrc 
) [inline]

Definition at line 896 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxDouble3 ,
const FbxString  
) [inline]

Definition at line 898 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble3 ,
const FbxTime  
) [inline]

Definition at line 899 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble3 ,
const FbxReference  
) [inline]

Definition at line 900 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble3 ,
const FbxBlob  
) [inline]

Definition at line 901 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble3 ,
const FbxDistance  
) [inline]

Definition at line 902 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble3 ,
const FbxDateTime  
) [inline]

Definition at line 903 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxChar  
) [inline]

Definition at line 906 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxUChar  
) [inline]

Definition at line 907 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxShort  
) [inline]

Definition at line 908 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxUShort  
) [inline]

Definition at line 909 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxUInt  
) [inline]

Definition at line 910 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxLongLong  
) [inline]

Definition at line 911 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxULongLong  
) [inline]

Definition at line 912 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxHalfFloat  
) [inline]

Definition at line 913 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxBool  
) [inline]

Definition at line 914 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxInt  
) [inline]

Definition at line 915 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxFloat  
) [inline]

Definition at line 916 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxDouble  
) [inline]

Definition at line 917 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxDouble2  
) [inline]

Definition at line 918 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 pDst,
const FbxDouble3 pSrc 
) [inline]

Definition at line 919 of file fbxpropertytypes.h.

{ pDst = pSrc; return true; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxString  
) [inline]

Definition at line 921 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxTime  
) [inline]

Definition at line 922 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxReference  
) [inline]

Definition at line 923 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxBlob  
) [inline]

Definition at line 924 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxDistance  
) [inline]

Definition at line 925 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDouble4 ,
const FbxDateTime  
) [inline]

Definition at line 926 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxString pDst,
const FbxChar pSrc 
) [inline]

Definition at line 929 of file fbxpropertytypes.h.

{ pDst=FbxString((int)pSrc); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 930 of file fbxpropertytypes.h.

{ pDst=FbxString((int)pSrc); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxShort pSrc 
) [inline]

Definition at line 931 of file fbxpropertytypes.h.

{ pDst=FbxString((int)pSrc); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 932 of file fbxpropertytypes.h.

{ pDst=FbxString((int)pSrc); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 933 of file fbxpropertytypes.h.

{ pDst=FbxString((int)pSrc); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxLongLong pSrc 
) [inline]

Definition at line 934 of file fbxpropertytypes.h.

{ pDst=FbxString((int)pSrc); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxULongLong pSrc 
) [inline]

Definition at line 935 of file fbxpropertytypes.h.

{ pDst=FbxString((int)pSrc); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxHalfFloat pSrc 
) [inline]

Definition at line 936 of file fbxpropertytypes.h.

{ pDst=FbxString((float)pSrc.value()); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxBool pSrc 
) [inline]

Definition at line 937 of file fbxpropertytypes.h.

{ pDst=pSrc ? "true" : "false"; return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxInt pSrc 
) [inline]

Definition at line 938 of file fbxpropertytypes.h.

{ pDst=FbxString((int)pSrc); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 939 of file fbxpropertytypes.h.

{ pDst=FbxString(pSrc); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 940 of file fbxpropertytypes.h.

{ pDst=FbxString(pSrc); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxDouble2 pSrc 
) [inline]

Definition at line 941 of file fbxpropertytypes.h.

{ pDst=FbxString(pSrc[0])+","+FbxString(pSrc[1]); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxDouble3 pSrc 
) [inline]

Definition at line 942 of file fbxpropertytypes.h.

{ pDst=FbxString(pSrc[0])+","+FbxString(pSrc[1])+","+FbxString(pSrc[2]); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxDouble4 pSrc 
) [inline]

Definition at line 943 of file fbxpropertytypes.h.

{ pDst=FbxString(pSrc[0])+","+FbxString(pSrc[1])+","+FbxString(pSrc[2])+","+FbxString(pSrc[3]); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxTime pSrc 
) [inline]

Definition at line 945 of file fbxpropertytypes.h.

{ char lTimeStr[128]; pSrc.GetTimeString(lTimeStr, FbxUShort(128)); pDst=lTimeStr; return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxReference  
) [inline]

Definition at line 946 of file fbxpropertytypes.h.

{ pDst="<reference>"; return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxBlob  
) [inline]

Definition at line 947 of file fbxpropertytypes.h.

{ pDst="<blob>"; return true; } // Or convert to ASCII-85?
bool FbxTypeCopy ( FbxString pDst,
const FbxDistance pSrc 
) [inline]

Definition at line 948 of file fbxpropertytypes.h.

{ pDst= FbxString(pSrc.value()) + " " +pSrc.unitName(); return true; }
bool FbxTypeCopy ( FbxString pDst,
const FbxDateTime pSrc 
) [inline]

Definition at line 949 of file fbxpropertytypes.h.

{ pDst= pSrc.toString(); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxChar pSrc 
) [inline]

Definition at line 952 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxUChar pSrc 
) [inline]

Definition at line 953 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxShort pSrc 
) [inline]

Definition at line 954 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxUShort pSrc 
) [inline]

Definition at line 955 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxUInt pSrc 
) [inline]

Definition at line 956 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxLongLong pSrc 
) [inline]

Definition at line 957 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxULongLong pSrc 
) [inline]

Definition at line 958 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxHalfFloat pSrc 
) [inline]

Definition at line 959 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxBool pSrc 
) [inline]

Definition at line 960 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxInt pSrc 
) [inline]

Definition at line 961 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxFloat pSrc 
) [inline]

Definition at line 962 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxDouble pSrc 
) [inline]

Definition at line 963 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxDouble2 pSrc 
) [inline]

Definition at line 964 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxDouble3 pSrc 
) [inline]

Definition at line 965 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxDouble4 pSrc 
) [inline]

Definition at line 966 of file fbxpropertytypes.h.

{ pDst.Assign(&pSrc, sizeof(pSrc)); return true; }
bool FbxTypeCopy ( FbxBlob pDst,
const FbxString pSrc 
) [inline]

Definition at line 968 of file fbxpropertytypes.h.

{
    bool lCastable = pSrc.GetLen() == pSrc.GetLen();
    FBX_ASSERT( lCastable );
    if( lCastable )
        pDst.Assign(pSrc.Buffer(), (int)pSrc.GetLen());
    return lCastable;
}
bool FbxTypeCopy ( FbxBlob pDst,
const FbxTime pSrc 
) [inline]

Definition at line 976 of file fbxpropertytypes.h.

{ FbxLongLong t = pSrc.Get(); pDst.Assign( &t, sizeof(t)); return true; }
bool FbxTypeCopy ( FbxBlob ,
const FbxReference  
) [inline]

Definition at line 977 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxBlob ,
const FbxDistance  
) [inline]

Definition at line 978 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxBlob ,
const FbxDateTime  
) [inline]

Definition at line 979 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxChar  
) [inline]

Definition at line 982 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxUChar  
) [inline]

Definition at line 983 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxShort  
) [inline]

Definition at line 984 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxUShort  
) [inline]

Definition at line 985 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxUInt  
) [inline]

Definition at line 986 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxLongLong  
) [inline]

Definition at line 987 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxULongLong  
) [inline]

Definition at line 988 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxHalfFloat  
) [inline]

Definition at line 989 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxBool  
) [inline]

Definition at line 990 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxInt  
) [inline]

Definition at line 991 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxFloat  
) [inline]

Definition at line 992 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxDouble  
) [inline]

Definition at line 993 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxDouble2  
) [inline]

Definition at line 994 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxDouble3  
) [inline]

Definition at line 995 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxDouble4  
) [inline]

Definition at line 996 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxString  
) [inline]

Definition at line 998 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxTime  
) [inline]

Definition at line 999 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxReference  
) [inline]

Definition at line 1000 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxBlob  
) [inline]

Definition at line 1001 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDistance ,
const FbxDateTime  
) [inline]

Definition at line 1002 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxChar  
) [inline]

Definition at line 1005 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxUChar  
) [inline]

Definition at line 1006 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxShort  
) [inline]

Definition at line 1007 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxUShort  
) [inline]

Definition at line 1008 of file fbxpropertytypes.h.

{ return false; } 
bool FbxTypeCopy ( FbxDateTime ,
const FbxUInt  
) [inline]

Definition at line 1009 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxLongLong  
) [inline]

Definition at line 1010 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxULongLong  
) [inline]

Definition at line 1011 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxHalfFloat  
) [inline]

Definition at line 1012 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxBool  
) [inline]

Definition at line 1013 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxInt  
) [inline]

Definition at line 1014 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxFloat  
) [inline]

Definition at line 1015 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxDouble  
) [inline]

Definition at line 1016 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxDouble2  
) [inline]

Definition at line 1017 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxDouble3  
) [inline]

Definition at line 1018 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxDouble4  
) [inline]

Definition at line 1019 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime pDst,
const FbxString pSrc 
) [inline]

Definition at line 1021 of file fbxpropertytypes.h.

{ return pDst.fromString(pSrc); }
bool FbxTypeCopy ( FbxDateTime ,
const FbxTime  
) [inline]

Definition at line 1022 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxReference  
) [inline]

Definition at line 1023 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxBlob  
) [inline]

Definition at line 1024 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( FbxDateTime ,
const FbxDistance  
) [inline]

Definition at line 1025 of file fbxpropertytypes.h.

{ return false; }
bool FbxTypeCopy ( T &  pDst,
const void *  pSrc,
EFbxType  pSrcType 
) [inline]

Definition at line 1027 of file fbxpropertytypes.h.

{
        switch( pSrcType )
        {
                case eFbxChar:          return FbxTypeCopy(pDst, *(FbxChar*)pSrc);
                case eFbxUChar:         return FbxTypeCopy(pDst, *(FbxUChar*)pSrc);
                case eFbxShort:         return FbxTypeCopy(pDst, *(FbxShort*)pSrc);
                case eFbxUShort:        return FbxTypeCopy(pDst, *(FbxUShort*)pSrc);
                case eFbxUInt:          return FbxTypeCopy(pDst, *(FbxUInt*)pSrc);
                case eFbxLongLong:      return FbxTypeCopy(pDst, *(FbxLongLong*)pSrc);
                case eFbxULongLong:     return FbxTypeCopy(pDst, *(FbxULongLong*)pSrc);
                case eFbxHalfFloat:     return FbxTypeCopy(pDst, *(FbxHalfFloat*)pSrc);
                case eFbxBool:          return FbxTypeCopy(pDst, *(FbxBool*)pSrc);
                case eFbxInt:           return FbxTypeCopy(pDst, *(FbxInt*)pSrc);
                case eFbxFloat:         return FbxTypeCopy(pDst, *(FbxFloat*)pSrc);
                case eFbxDouble:        return FbxTypeCopy(pDst, *(FbxDouble*)pSrc);
                case eFbxDouble2:       return FbxTypeCopy(pDst, *(FbxDouble2*)pSrc);
                case eFbxDouble3:       return FbxTypeCopy(pDst, *(FbxDouble3*)pSrc);
                case eFbxDouble4:       return FbxTypeCopy(pDst, *(FbxDouble4*)pSrc);
                case eFbxDouble4x4:     return FbxTypeCopy(pDst, *(FbxDouble4x4*)pSrc);
                case eFbxEnum:          return FbxTypeCopy(pDst, *(FbxEnum*)pSrc);
                case eFbxString:        return FbxTypeCopy(pDst, *(FbxString*)pSrc);
                case eFbxTime:          return FbxTypeCopy(pDst, *(FbxTime*)pSrc);
                case eFbxBlob:          return FbxTypeCopy(pDst, *(FbxBlob*)pSrc);
                case eFbxDistance:      return FbxTypeCopy(pDst, *(FbxDistance*)pSrc);
                case eFbxDateTime:      return FbxTypeCopy(pDst, *(FbxDateTime*)pSrc);

                case eFbxReference:
                        FBX_ASSERT_NOW("Trying to set value on a void Reference type" );
                        break;

                default:
                        FBX_ASSERT_NOW("Trying to assign an unknown type" );
                        break;
        }
        return false;
}
bool FbxTypeCopy ( void *  pDst,
EFbxType  pDstType,
const T &  pSrc 
) [inline]

Definition at line 1065 of file fbxpropertytypes.h.

{
        switch( pDstType )
        {
                case eFbxChar:          return FbxTypeCopy(*(FbxChar*)pDst, pSrc);
                case eFbxUChar:         return FbxTypeCopy(*(FbxUChar*)pDst, pSrc);
                case eFbxShort:         return FbxTypeCopy(*(FbxShort*)pDst, pSrc);
                case eFbxUShort:        return FbxTypeCopy(*(FbxUShort*)pDst, pSrc);
                case eFbxUInt:          return FbxTypeCopy(*(FbxUInt*)pDst, pSrc);
                case eFbxLongLong:      return FbxTypeCopy(*(FbxLongLong*)pDst, pSrc);
                case eFbxULongLong:     return FbxTypeCopy(*(FbxULongLong*)pDst, pSrc);
                case eFbxHalfFloat:     return FbxTypeCopy(*(FbxHalfFloat*)pDst, pSrc);
                case eFbxBool:          return FbxTypeCopy(*(FbxBool*)pDst, pSrc);
                case eFbxInt:           return FbxTypeCopy(*(FbxInt*)pDst, pSrc);
                case eFbxFloat:         return FbxTypeCopy(*(FbxFloat*)pDst, pSrc);
                case eFbxDouble:        return FbxTypeCopy(*(FbxDouble*)pDst, pSrc);
                case eFbxDouble2:       return FbxTypeCopy(*(FbxDouble2*)pDst, pSrc);
                case eFbxDouble3:       return FbxTypeCopy(*(FbxDouble3*)pDst, pSrc);
                case eFbxDouble4:       return FbxTypeCopy(*(FbxDouble4*)pDst, pSrc);
                case eFbxDouble4x4:     return FbxTypeCopy(*(FbxDouble4x4*)pDst, pSrc);
                case eFbxEnum:          return FbxTypeCopy(*(FbxEnum*)pDst, pSrc);
                case eFbxString:        return FbxTypeCopy(*(FbxString*)pDst, pSrc);
                case eFbxTime:          return FbxTypeCopy(*(FbxTime*)pDst, pSrc);
                case eFbxBlob:          return FbxTypeCopy(*(FbxBlob*)pDst, pSrc);
                case eFbxDistance:      return FbxTypeCopy(*(FbxDistance*)pDst, pSrc);
                case eFbxDateTime:      return FbxTypeCopy(*(FbxDateTime*)pDst, pSrc);

                case eFbxReference:
                        FBX_ASSERT_NOW("Trying to set value on a void Reference type" );
                        break;

                default:
                        FBX_ASSERT_NOW("Trying to assign an unknown type" );
                        break;
        }
        return false;
}
bool FbxTypeCopy ( void *  pDst,
EFbxType  pDstType,
const void *  pSrc,
EFbxType  pSrcType 
) [inline]

Definition at line 1103 of file fbxpropertytypes.h.

{
        switch( pSrcType )
        {
                case eFbxChar:          return FbxTypeCopy(pDst, pDstType, *(FbxChar*)pSrc);
                case eFbxUChar:         return FbxTypeCopy(pDst, pDstType, *(FbxUChar*)pSrc);
                case eFbxShort:         return FbxTypeCopy(pDst, pDstType, *(FbxShort*)pSrc);
                case eFbxUShort:        return FbxTypeCopy(pDst, pDstType, *(FbxUShort*)pSrc);
                case eFbxUInt:          return FbxTypeCopy(pDst, pDstType, *(FbxUInt*)pSrc);
                case eFbxLongLong:      return FbxTypeCopy(pDst, pDstType, *(FbxLongLong*)pSrc);
                case eFbxULongLong:     return FbxTypeCopy(pDst, pDstType, *(FbxULongLong*)pSrc);
                case eFbxHalfFloat:     return FbxTypeCopy(pDst, pDstType, *(FbxHalfFloat*)pSrc);
                case eFbxBool:          return FbxTypeCopy(pDst, pDstType, *(FbxBool*)pSrc);
                case eFbxInt:           return FbxTypeCopy(pDst, pDstType, *(FbxInt*)pSrc);
                case eFbxFloat:         return FbxTypeCopy(pDst, pDstType, *(FbxFloat*)pSrc);
                case eFbxDouble:        return FbxTypeCopy(pDst, pDstType, *(FbxDouble*)pSrc);
                case eFbxDouble2:       return FbxTypeCopy(pDst, pDstType, *(FbxDouble2*)pSrc);
                case eFbxDouble3:       return FbxTypeCopy(pDst, pDstType, *(FbxDouble3*)pSrc);
                case eFbxDouble4:       return FbxTypeCopy(pDst, pDstType, *(FbxDouble4*)pSrc);
                case eFbxDouble4x4:     return FbxTypeCopy(pDst, pDstType, *(FbxDouble4x4*)pSrc);
                case eFbxEnum:          return FbxTypeCopy(pDst, pDstType, *(FbxEnum*)pSrc);
                case eFbxString:        return FbxTypeCopy(pDst, pDstType, *(FbxString*)pSrc);
                case eFbxTime:          return FbxTypeCopy(pDst, pDstType, *(FbxTime*)pSrc);
                case eFbxBlob:          return FbxTypeCopy(pDst, pDstType, *(FbxBlob*)pSrc);
                case eFbxDistance:      return FbxTypeCopy(pDst, pDstType, *(FbxDistance*)pSrc);
                case eFbxDateTime:      return FbxTypeCopy(pDst, pDstType, *(FbxDateTime*)pSrc);

                case eFbxReference:
                        FBX_ASSERT_NOW("Trying to set value on a void Reference type" );
                        break;

                default:
                        FBX_ASSERT_NOW("Trying to assign an unknown type" );
                        break;
        }
        return false;
}
FBXSDK_DLL void* FbxTypeAllocate ( const EFbxType  pType )

Creates a fbx primitive type and initializes its memory.

Parameters:
pType The type of object to create.
Returns:
A pointer to the new primitive object. Note that the caller owns the returned object. The pointer returned is NULL if pType is eFbxUndefined or an unknown type.
FBXSDK_DLL bool FbxTypeDeallocate ( const EFbxType  pType,
void *  pData 
)

Destroys an fbx primitive type.

If the return value is true the memory pointed to by pData has been deleted and should no longer be accessed.

Parameters:
pType The type of object being deleted
pData Pointer to the object being deleted.
Returns:
true if the object was destroyed, false otherwise.
FBXSDK_DLL bool FbxTypeCompare ( const void *  pA,
const void *  pB,
const EFbxType  pType 
)

Compare two values of the same type.

Parameters:
pA first value
pB second value
pType The data type of both values
Returns:
true if equal, false otherwise

Go to the source code of this file.