![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLAngularVelocity () | |
TSLAngularVelocity (const TSLAngularVelocity &right) | |
virtual | ~TSLAngularVelocity () |
TSLAngularVelocity & | operator= (const TSLAngularVelocity &right) |
virtual TSLAngularVelocity * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLUomTime & | time () const |
TSLUomTime & | time () |
void | time (const TSLUomTime &input) |
const TSLUomAngle & | angle () const |
TSLUomAngle & | angle () |
void | angle (const TSLUomAngle &input) |
const TSLUomVelocity & | uom () const |
TSLUomVelocity & | uom () |
void | uom (const TSLUomVelocity &input) |
![]() | |
TSLMeasure () | |
TSLMeasure (const TSLMeasure &right) | |
virtual | ~TSLMeasure () |
TSLMeasure & | operator= (const TSLMeasure &right) |
void | Uom (TSLUnitOfMeasure *val, bool assumeOwnership=true) |
double | value () const |
void | value (double input) |
const TSLUnitOfMeasure * | Uom () const |
TSLUnitOfMeasure * | Uom () |
Static Public Member Functions | |
static TSLAngularVelocity * | create () |
![]() | |
static TSLMeasure * | create () |
TSLAngularVelocity::TSLAngularVelocity | ( | ) |
The default constructor.
TSLAngularVelocity::TSLAngularVelocity | ( | const TSLAngularVelocity & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
Returns the angle attribute.
|
inline |
Returns the angle attribute.
|
inline |
Sets the angle attribute.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented from TSLMeasure.
|
static |
TSLAngularVelocity & TSLAngularVelocity::operator= | ( | const TSLAngularVelocity & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLMeasure.
|
inline |
Returns the time attribute.
|
inline |
Returns the time attribute.
|
inline |
Sets the time attribute.
|
inline |
Returns the uom attribute.
|
inline |
Returns the uom attribute.
|
inline |
Sets the uom attribute.