This reference page is linked to from the following overview topics: List of Python FBX classes.
Definition at line 110 of file kfbxtypes.h.
#include <kfbxtypes.h>
Public Member Functions |
|
fbxVectorTemplate2 () | |
fbxVectorTemplate2 (T pValue) | |
fbxVectorTemplate2 (T pData0, T pData1) | |
~fbxVectorTemplate2 () | |
T & | operator[] (int pIndex) |
T const & | operator[] (int pIndex) const |
fbxVectorTemplate2< T > & | operator= (T const &pValue) |
fbxVectorTemplate2< T > & | operator= (const fbxVectorTemplate2< T > &pRHS) |
bool | operator== (fbxVectorTemplate2< T > const &pRHS) const |
bool | operator!= (fbxVectorTemplate2< T > const &pRHS) const |
T * | Buffer () |
T const * | Buffer () const |
Public Attributes |
|
T | mData [2] |
fbxVectorTemplate2 | ( | ) | [inline] |
Definition at line 112 of file kfbxtypes.h.
{ *this = T(0); }
fbxVectorTemplate2 | ( | T | pValue | ) | [inline, explicit] |
Definition at line 113 of file kfbxtypes.h.
{ *this = pValue; }
fbxVectorTemplate2 | ( | T | pData0, |
T | pData1 | ||
) | [inline] |
Definition at line 114 of file kfbxtypes.h.
~fbxVectorTemplate2 | ( | ) | [inline] |
Definition at line 115 of file kfbxtypes.h.
{}
T& operator[] | ( | int | pIndex | ) | [inline] |
T const& operator[] | ( | int | pIndex | ) | const [inline] |
fbxVectorTemplate2<T>& operator= | ( | T const & | pValue | ) | [inline] |
Definition at line 119 of file kfbxtypes.h.
fbxVectorTemplate2<T>& operator= | ( | const fbxVectorTemplate2< T > & | pRHS | ) | [inline] |
bool operator== | ( | fbxVectorTemplate2< T > const & | pRHS | ) | const [inline] |
bool operator!= | ( | fbxVectorTemplate2< T > const & | pRHS | ) | const [inline] |
Definition at line 122 of file kfbxtypes.h.
{ return !operator==( pRHS ); }
T* Buffer | ( | ) | [inline] |
T const* Buffer | ( | ) | const [inline] |
T mData[2] |
Definition at line 128 of file kfbxtypes.h.