|
FBX C++ API Reference
|
#include <fbxtypes.h>
Definition at line 199 of file fbxtypes.h.
Inheritance diagram for FbxVectorTemplate2< T >: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] |
|
inline |
Definition at line 202 of file fbxtypes.h.
|
inlineexplicit |
Definition at line 203 of file fbxtypes.h.
|
inline |
Definition at line 204 of file fbxtypes.h.
|
inline |
Definition at line 205 of file fbxtypes.h.
|
inline |
Definition at line 206 of file fbxtypes.h.
|
inline |
Definition at line 207 of file fbxtypes.h.
|
inline |
Definition at line 208 of file fbxtypes.h.
|
inline |
Definition at line 209 of file fbxtypes.h.
|
inline |
Definition at line 210 of file fbxtypes.h.
|
inline |
Definition at line 211 of file fbxtypes.h.
|
inline |
Definition at line 212 of file fbxtypes.h.
|
inline |
Definition at line 213 of file fbxtypes.h.
| T mData[2] |
Definition at line 214 of file fbxtypes.h.