This reference page is linked to from the following overview topics: List of Python FBX classes.
ExportScene03/main.cxx, and ImportScene/DisplayMaterial.cxx.
Definition at line 152 of file kfbxtypes.h.
#include <kfbxtypes.h>
Public Member Functions |
|
fbxVectorTemplate4 () | |
fbxVectorTemplate4 (T pValue) | |
fbxVectorTemplate4 (T pData0, T pData1, T pData2, T pData3) | |
~fbxVectorTemplate4 () | |
T & | operator[] (int pIndex) |
operator fbxVectorTemplate3< T > & () const | |
T const & | operator[] (int pIndex) const |
fbxVectorTemplate4< T > & | operator= (T const &pValue) |
fbxVectorTemplate4< T > & | operator= (fbxVectorTemplate3< T > const &pValue) |
fbxVectorTemplate4< T > & | operator= (const fbxVectorTemplate4< T > &pRHS) |
bool | operator== (fbxVectorTemplate4< T > const &pRHS) const |
bool | operator!= (fbxVectorTemplate4< T > const &pRHS) const |
T * | Buffer () |
T const * | Buffer () const |
Public Attributes |
|
T | mData [4] |
fbxVectorTemplate4 | ( | ) | [inline] |
Definition at line 154 of file kfbxtypes.h.
{ *this = T(0); }
fbxVectorTemplate4 | ( | T | pValue | ) | [inline, explicit] |
Definition at line 155 of file kfbxtypes.h.
{ *this = pValue; }
fbxVectorTemplate4 | ( | T | pData0, |
T | pData1, | ||
T | pData2, | ||
T | pData3 | ||
) | [inline] |
~fbxVectorTemplate4 | ( | ) | [inline] |
Definition at line 157 of file kfbxtypes.h.
{}
T& operator[] | ( | int | pIndex | ) | [inline] |
Reimplemented in KFbxQuaternion, and KFbxVector4.
Definition at line 159 of file kfbxtypes.h.
{ return mData[pIndex]; }
operator fbxVectorTemplate3< T > & | ( | ) | const [inline] |
Definition at line 160 of file kfbxtypes.h.
{ return *((fbxVectorTemplate3<T> *)this); }
T const& operator[] | ( | int | pIndex | ) | const [inline] |
Reimplemented in KFbxQuaternion, and KFbxVector4.
Definition at line 161 of file kfbxtypes.h.
{ return mData[pIndex]; }
fbxVectorTemplate4<T>& operator= | ( | T const & | pValue | ) | [inline] |
fbxVectorTemplate4<T>& operator= | ( | fbxVectorTemplate3< T > const & | pValue | ) | [inline] |
Definition at line 163 of file kfbxtypes.h.
fbxVectorTemplate4<T>& operator= | ( | const fbxVectorTemplate4< T > & | pRHS | ) | [inline] |
bool operator== | ( | fbxVectorTemplate4< T > const & | pRHS | ) | const [inline] |
bool operator!= | ( | fbxVectorTemplate4< T > const & | pRHS | ) | const [inline] |
Definition at line 166 of file kfbxtypes.h.
{ return !operator==( pRHS ); }
T* Buffer | ( | ) | [inline] |
T const* Buffer | ( | ) | const [inline] |
T mData[4] |
Definition at line 172 of file kfbxtypes.h.