This reference page is linked to from the following overview topics: List of Python Fbx classes.
#include <fbxtypes.h>
Definition at line 191 of file fbxtypes.h.
Public Member Functions |
|
| FbxVectorTemplate2 () | |
| FbxVectorTemplate2 (T pValue) | |
| FbxVectorTemplate2 (T pData0, T pData1) | |
| ~FbxVectorTemplate2 () | |
| T & | operator[] (int pIndex) |
| const T & | operator[] (int pIndex) const |
| FbxVectorTemplate2< T > & | operator= (const T &pValue) |
| FbxVectorTemplate2< T > & | operator= (const FbxVectorTemplate2< T > &pVector) |
| bool | operator== (const FbxVectorTemplate2< T > &pVector) const |
| bool | operator!= (const FbxVectorTemplate2< T > &pVector) const |
| T * | Buffer () |
| const T * | Buffer () const |
Public Attributes |
|
| T | mData [2] |
| FbxVectorTemplate2 | ( | ) | [inline] |
Definition at line 194 of file fbxtypes.h.
{ *this = T(0); }
| FbxVectorTemplate2 | ( | T | pValue | ) | [inline, explicit] |
Definition at line 195 of file fbxtypes.h.
{ *this = pValue; }
| FbxVectorTemplate2 | ( | T | pData0, |
| T | pData1 | ||
| ) | [inline] |
Definition at line 196 of file fbxtypes.h.
| ~FbxVectorTemplate2 | ( | ) | [inline] |
Definition at line 197 of file fbxtypes.h.
{}
| T& operator[] | ( | int | pIndex | ) | [inline] |
Definition at line 198 of file fbxtypes.h.
{ return mData[pIndex]; }
| const T& operator[] | ( | int | pIndex | ) | const [inline] |
Definition at line 199 of file fbxtypes.h.
{ return mData[pIndex]; }
| FbxVectorTemplate2<T>& operator= | ( | const T & | pValue | ) | [inline] |
Definition at line 200 of file fbxtypes.h.
| FbxVectorTemplate2<T>& operator= | ( | const FbxVectorTemplate2< T > & | pVector | ) | [inline] |
| bool operator== | ( | const FbxVectorTemplate2< T > & | pVector | ) | const [inline] |
| bool operator!= | ( | const FbxVectorTemplate2< T > & | pVector | ) | const [inline] |
Definition at line 203 of file fbxtypes.h.
{ return !operator==( pVector ); }
| T* Buffer | ( | ) | [inline] |
| const T* Buffer | ( | ) | const [inline] |
| T mData[2] |
Definition at line 206 of file fbxtypes.h.