MapLink Pro .
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
Inheritance diagram for TSLAngularVelocity:

Public Member Functions

 TSLAngularVelocity ()
 TSLAngularVelocity (const TSLAngularVelocity &right)
virtual ~TSLAngularVelocity ()
TSLAngularVelocityoperator= (const TSLAngularVelocity &right)
virtual TSLAngularVelocityclone () const
virtual bool serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const
const TSLUomTimetime () const
TSLUomTimetime ()
void time (const TSLUomTime &input)
const TSLUomAngleangle () const
TSLUomAngleangle ()
void angle (const TSLUomAngle &input)
const TSLUomVelocityuom () const
TSLUomVelocityuom ()
void uom (const TSLUomVelocity &input)
Public Member Functions inherited from TSLMeasure
 TSLMeasure ()
 TSLMeasure (const TSLMeasure &right)
virtual ~TSLMeasure ()
TSLMeasureoperator= (const TSLMeasure &right)
void Uom (TSLUnitOfMeasure *val, bool assumeOwnership=true)
double value () const
void value (double input)
const TSLUnitOfMeasureUom () const
TSLUnitOfMeasureUom ()

Static Public Member Functions

static TSLAngularVelocitycreate ()
Static Public Member Functions inherited from TSLMeasure
static TSLMeasurecreate ()

Constructor & Destructor Documentation

◆ TSLAngularVelocity() [1/2]

TSLAngularVelocity::TSLAngularVelocity ( )

The default constructor.

◆ TSLAngularVelocity() [2/2]

TSLAngularVelocity::TSLAngularVelocity ( const TSLAngularVelocity & right)

The copy constructor.

◆ ~TSLAngularVelocity()

virtual TSLAngularVelocity::~TSLAngularVelocity ( )
virtual

The destructor.

Member Function Documentation

◆ angle() [1/3]

TSLUomAngle & TSLAngularVelocity::angle ( )
inline

Returns the angle attribute.

◆ angle() [2/3]

const TSLUomAngle & TSLAngularVelocity::angle ( ) const
inline

Returns the angle attribute.

◆ angle() [3/3]

void TSLAngularVelocity::angle ( const TSLUomAngle & input)
inline

Sets the angle attribute.

◆ clone()

virtual TSLAngularVelocity * TSLAngularVelocity::clone ( ) const
virtual

Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted

Reimplemented from TSLMeasure.

◆ create()

TSLAngularVelocity * TSLAngularVelocity::create ( )
static

◆ operator=()

TSLAngularVelocity & TSLAngularVelocity::operator= ( const TSLAngularVelocity & right)

Assignment operator.

◆ serialize()

virtual bool TSLAngularVelocity::serialize ( void * outputStreamOfXML,
int indentation = -1,
bool isRootHandler = true ) const
virtual

Reimplemented from TSLMeasure.

◆ time() [1/3]

TSLUomTime & TSLAngularVelocity::time ( )
inline

Returns the time attribute.

◆ time() [2/3]

const TSLUomTime & TSLAngularVelocity::time ( ) const
inline

Returns the time attribute.

◆ time() [3/3]

void TSLAngularVelocity::time ( const TSLUomTime & input)
inline

Sets the time attribute.

◆ uom() [1/3]

TSLUomVelocity & TSLAngularVelocity::uom ( )
inline

Returns the uom attribute.

◆ uom() [2/3]

const TSLUomVelocity & TSLAngularVelocity::uom ( ) const
inline

Returns the uom attribute.

◆ uom() [3/3]

void TSLAngularVelocity::uom ( const TSLUomVelocity & input)
inline

Sets the uom attribute.