This reference page is linked to from the following overview topics: List of Python Fbx classes.
#include <fbxtypes.h>
Common/GeometryUtility.cxx, Common/GeometryUtility.h, ExportDocument/main.cxx, ExportScene02/main.cxx, ExportScene03/main.cxx, ExportScene04/main.cxx, ExportShader/main.cxx, ImportScene/DisplayCamera.cxx, ImportScene/DisplayGenericInfo.cxx, ImportScene/DisplayLight.cxx, ImportScene/DisplayMarker.cxx, ImportScene/DisplayMaterial.cxx, ImportScene/DisplayPivotsAndLimits.cxx, ImportScene/DisplayUserProperties.cxx, Instances/main.cxx, SwitchBinding/main.cxx, UI_Examples/CubeCreator/SDK_Utility.cxx, ViewScene/SceneCache.cxx, and ViewScene/SetCamera.cxx.
Definition at line 209 of file fbxtypes.h.
Public Member Functions |
|
| FbxVectorTemplate3 () | |
| FbxVectorTemplate3 (T pValue) | |
| FbxVectorTemplate3 (T pData0, T pData1, T pData2) | |
| ~FbxVectorTemplate3 () | |
| T & | operator[] (int pIndex) |
| const T & | operator[] (int pIndex) const |
| operator FbxVectorTemplate2< T > & () const | |
| FbxVectorTemplate3< T > & | operator= (T const &pValue) |
| FbxVectorTemplate3< T > & | operator= (const FbxVectorTemplate2< T > &pVector) |
| FbxVectorTemplate3< T > & | operator= (const FbxVectorTemplate3< T > &pVector) |
| bool | operator== (const FbxVectorTemplate3< T > &pVector) const |
| bool | operator!= (const FbxVectorTemplate3< T > &pVector) const |
| T * | Buffer () |
| const T * | Buffer () const |
Public Attributes |
|
| T | mData [3] |
| FbxVectorTemplate3 | ( | ) | [inline] |
Definition at line 212 of file fbxtypes.h.
{ *this = T(0); }
| FbxVectorTemplate3 | ( | T | pValue | ) | [inline, explicit] |
Definition at line 213 of file fbxtypes.h.
{ *this = pValue; }
| FbxVectorTemplate3 | ( | T | pData0, |
| T | pData1, | ||
| T | pData2 | ||
| ) | [inline] |
Definition at line 214 of file fbxtypes.h.
| ~FbxVectorTemplate3 | ( | ) | [inline] |
Definition at line 215 of file fbxtypes.h.
{}
| T& operator[] | ( | int | pIndex | ) | [inline] |
Definition at line 216 of file fbxtypes.h.
{ return mData[pIndex]; }
| const T& operator[] | ( | int | pIndex | ) | const [inline] |
Definition at line 217 of file fbxtypes.h.
{ return mData[pIndex]; }
| operator FbxVectorTemplate2< T > & | ( | ) | const [inline] |
Definition at line 218 of file fbxtypes.h.
{ return *((FbxVectorTemplate2<T>*)this); }
| FbxVectorTemplate3<T>& operator= | ( | T const & | pValue | ) | [inline] |
Definition at line 219 of file fbxtypes.h.
| FbxVectorTemplate3<T>& operator= | ( | const FbxVectorTemplate2< T > & | pVector | ) | [inline] |
| FbxVectorTemplate3<T>& operator= | ( | const FbxVectorTemplate3< T > & | pVector | ) | [inline] |
| bool operator== | ( | const FbxVectorTemplate3< T > & | pVector | ) | const [inline] |
| bool operator!= | ( | const FbxVectorTemplate3< T > & | pVector | ) | const [inline] |
Definition at line 223 of file fbxtypes.h.
{ return !operator==(pVector); }
| T* Buffer | ( | ) | [inline] |
| const T* Buffer | ( | ) | const [inline] |
| T mData[3] |
Definition at line 226 of file fbxtypes.h.