Detailed Description
FBX SDK data type class.
Definition at line 26 of file fbxdatatypes.h.
#include <fbxdatatypes.h>
List of all members.
Constructor & Destructor Documentation
Copy constructor.
- Parameters:
-
| pDataType | Another FbxDataType object copied to this one. |
Constructor.
- Parameters:
-
| pTypeInfoHandle | Type information handle |
Member Function Documentation
Assignment operator.
- Parameters:
-
| pDataType | Datatype whose value is assigned to this datatype. |
- Returns:
- This datatype
Definition at line 60 of file fbxdatatypes.h.
{ mTypeInfoHandle=pDataType.mTypeInfoHandle; return *this; }
| bool operator== |
( |
const FbxDataType & |
pDataType | ) |
const [inline] |
Equality operator.
- Parameters:
-
| pDataType | Datatype to compare to. |
- Returns:
true if equal,false otherwise.
Definition at line 70 of file fbxdatatypes.h.
{ return mTypeInfoHandle==pDataType.mTypeInfoHandle; }
| bool operator!= |
( |
const FbxDataType & |
pDataType | ) |
const [inline] |
Non-equality operator.
- Parameters:
-
| pDataType | Datatype to compare to. |
- Returns:
true if unequal,false otherwise.
Definition at line 76 of file fbxdatatypes.h.
{ return mTypeInfoHandle!=pDataType.mTypeInfoHandle; }
| bool Valid |
( |
| ) |
const [inline] |
Test whether this datatype is a valid datatype.
- Returns:
true if valid, false otherwise.
Definition at line 82 of file fbxdatatypes.h.
{ return mTypeInfoHandle.Valid(); }
| bool Is |
( |
const FbxDataType & |
pDataType | ) |
const [inline] |
Test if this datatype is the specified datatype.
- Parameters:
-
| pDataType | Datatype to compare to. |
- Returns:
true if this datatype is the specified datatype, false otherwise.
Definition at line 88 of file fbxdatatypes.h.
{ return mTypeInfoHandle.Is(pDataType.mTypeInfoHandle); }
Retrieve this data type.
- Returns:
- This data type.
| const char* GetName |
( |
| ) |
const |
Retrieve data type name.
- Returns:
- Data type name.
Retrieve the information handle of this data type.
- Returns:
- Information handle of this data type.
Definition at line 103 of file fbxdatatypes.h.
{ return mTypeInfoHandle; }
Friends And Related Function Documentation
The documentation for this class was generated from the following file:
FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType
FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType FbxDataType