#include<kfbxtypes.h>
Definition at line253of filekfbxtypes.h.
Constructors and Destructor | |
fbxDistance() | |
Default constructor. | |
fbxDistance(float pValue,KFbxSystemUnitpUnit) | |
Constructor with default values. | |
fbxDistance(float pValue, const char *pUnit) | |
Constructor. | |
~fbxDistance() | |
Destructor. | |
Assignment operation | |
fbxDistance& | operator=(fbxDistanceconst&pValue) |
Assign operator. | |
boolean operation | |
bool | operator==(fbxDistanceconst&pRHS) const |
Equivalence operator. | |
bool | operator!=(fbxDistanceconst&pRHS) const |
Non-equivalence operator. | |
Access | |
KFbxSystemUnitconst | unit() const |
Retrieve the measurement unit. | |
float const | value() const |
Retrieve the value of distance using the measurement unit. | |
Public Member Functions | |
float const | internalValue() const |
Get the value of distance when converting this measurement unit to inch. | |
float const | valueAs(KFbxSystemUnitconst&pUnit) const |
Get the value of distance when converting this measurement unit to the specified measurement unit. |
fbxDistance | ( | ) | [inline] |
Default constructor.
Definition at line261of filekfbxtypes.h.
fbxDistance | ( | float | pValue, | |
KFbxSystemUnit | pUnit | |||
) | [inline] |
Constructor with default values.
pValue | Value of distance using the measurement unit. | |
pUnit | Unit of measurement. |
Definition at line267of filekfbxtypes.h.
fbxDistance | ( | float | pValue, | |
const char * | pUnit | |||
) |
Constructor.
pValue | Value of distance using the measurement unit. | |
pUnit | Unit of measurement. |
~fbxDistance | ( | ) | [inline] |
Destructor.
Definition at line280of filekfbxtypes.h.
fbxDistance&operator= | ( | fbxDistanceconst& | pValue | ) | [inline] |
Assign operator.
pValue | The distance to be assigned to this distance. |
Definition at line294of filekfbxtypes.h.
bool operator== | ( | fbxDistanceconst& | pRHS | ) | const[inline] |
Equivalence operator.
pRHS | The distance to be compared with this distance. |
True
, if the two distances are equal,false
otherwise.Definition at line310of filekfbxtypes.h.
bool operator!= | ( | fbxDistanceconst& | pRHS | ) | const[inline] |
Non-equivalence operator.
pRHS | The distance to be compared with this distance. |
True
, if the two distances are unequal,false
otherwise.Definition at line316of filekfbxtypes.h.
KFbxSystemUnitconst unit | ( | ) | const[inline] |
Retrieve the measurement unit.
Definition at line330of filekfbxtypes.h.
float const value | ( | ) | const[inline] |
Retrieve the value of distance using the measurement unit.
Definition at line335of filekfbxtypes.h.
float const internalValue | ( | ) | const[inline] |
Get the value of distance when converting this measurement unit to inch.
Definition at line341of filekfbxtypes.h.
float const valueAs | ( | KFbxSystemUnitconst& | pUnit | ) | const[inline] |
Get the value of distance when converting this measurement unit to the specified measurement unit.
pUnit | The measurement unit to be converted to. |
Definition at line351of filekfbxtypes.h.