This reference page is linked to from the following overview topics: List of Python Fbx classes.
#include <fbxtypes.h>
ExportScene03/main.cxx, and ImportScene/DisplayMaterial.cxx.
Definition at line 229 of file fbxtypes.h.
Public Member Functions |
|
| FbxVectorTemplate4 () | |
| FbxVectorTemplate4 (T pValue) | |
| FbxVectorTemplate4 (T pData0, T pData1, T pData2, T pData3) | |
| ~FbxVectorTemplate4 () | |
| T & | operator[] (int pIndex) |
| const T & | operator[] (int pIndex) const |
| operator FbxVectorTemplate3< T > & () const | |
| FbxVectorTemplate4< T > & | operator= (const T &pValue) |
| FbxVectorTemplate4< T > & | operator= (const FbxVectorTemplate3< T > &pValue) |
| FbxVectorTemplate4< T > & | operator= (const FbxVectorTemplate4< T > &pVector) |
| bool | operator== (const FbxVectorTemplate4< T > &pVector) const |
| bool | operator!= (const FbxVectorTemplate4< T > &pVector) const |
| T * | Buffer () |
| const T * | Buffer () const |
Public Attributes |
|
| T | mData [4] |
| FbxVectorTemplate4 | ( | ) | [inline] |
Definition at line 232 of file fbxtypes.h.
{ *this = T(0); }
| FbxVectorTemplate4 | ( | T | pValue | ) | [inline, explicit] |
Definition at line 233 of file fbxtypes.h.
{ *this = pValue; }
| FbxVectorTemplate4 | ( | T | pData0, |
| T | pData1, | ||
| T | pData2, | ||
| T | pData3 | ||
| ) | [inline] |
| ~FbxVectorTemplate4 | ( | ) | [inline] |
Definition at line 235 of file fbxtypes.h.
{}
| T& operator[] | ( | int | pIndex | ) | [inline] |
Reimplemented in FbxQuaternion.
Definition at line 236 of file fbxtypes.h.
{ return mData[pIndex]; }
| const T& operator[] | ( | int | pIndex | ) | const [inline] |
Reimplemented in FbxQuaternion.
Definition at line 237 of file fbxtypes.h.
{ return mData[pIndex]; }
| operator FbxVectorTemplate3< T > & | ( | ) | const [inline] |
Definition at line 238 of file fbxtypes.h.
{ return *((FbxVectorTemplate3<T>*)this); }
| FbxVectorTemplate4<T>& operator= | ( | const T & | pValue | ) | [inline] |
| FbxVectorTemplate4<T>& operator= | ( | const FbxVectorTemplate3< T > & | pValue | ) | [inline] |
Definition at line 240 of file fbxtypes.h.
| FbxVectorTemplate4<T>& operator= | ( | const FbxVectorTemplate4< T > & | pVector | ) | [inline] |
| bool operator== | ( | const FbxVectorTemplate4< T > & | pVector | ) | const [inline] |
| bool operator!= | ( | const FbxVectorTemplate4< T > & | pVector | ) | const [inline] |
Definition at line 243 of file fbxtypes.h.
{ return !operator==( pVector ); }
| T* Buffer | ( | ) | [inline] |
| const T* Buffer | ( | ) | const [inline] |
| T mData[4] |
Definition at line 246 of file fbxtypes.h.