![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|

Public Member Functions | |
| TSLTMPeriod () | |
| TSLTMPeriod (const TSLTMPeriod &right) | |
| virtual | ~TSLTMPeriod () |
| TSLTMPeriod & | operator= (const TSLTMPeriod &right) |
| void | begin (TSLTMInstant *val) |
| void | topology (TSLTMEdge *val) |
| void | end (TSLTMInstant *val) |
| virtual TSLTMPeriod * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLTMInstant * | begin () const |
| TSLTMInstant * | begin () |
| const TSLTMEdge * | topology () const |
| TSLTMEdge * | topology () |
| const TSLTMInstant * | end () const |
| TSLTMInstant * | end () |
Public Member Functions inherited from TSLTMGeometricPrimitive | |
| TSLTMGeometricPrimitive () | |
| TSLTMGeometricPrimitive (const TSLTMGeometricPrimitive &right) | |
| virtual | ~TSLTMGeometricPrimitive () |
| TSLTMGeometricPrimitive & | operator= (const TSLTMGeometricPrimitive &right) |
Public Member Functions inherited from TSLTMPrimitive | |
| TSLTMPrimitive () | |
| TSLTMPrimitive (const TSLTMPrimitive &right) | |
| virtual | ~TSLTMPrimitive () |
| TSLTMPrimitive & | operator= (const TSLTMPrimitive &right) |
| void | timePeriod (TSLMDTimePeriod *input, bool assumeOwnership=true) |
| void | timeInstant (TSLMDTimeInstant *input, bool assumeOwnership=true) |
| const TSLMDTimePeriod * | timePeriod () const |
| TSLMDTimePeriod * | timePeriod () |
| const TSLMDTimeInstant * | timeInstant () const |
| TSLMDTimeInstant * | timeInstant () |
Public Member Functions inherited from TSLTMObject | |
| TSLTMObject () | |
| TSLTMObject (const TSLTMObject &right) | |
| virtual | ~TSLTMObject () |
| TSLTMObject & | operator= (const TSLTMObject &right) |
Static Public Member Functions | |
| static TSLTMPeriod * | create () |
Static Public Member Functions inherited from TSLTMGeometricPrimitive | |
| static TSLTMGeometricPrimitive * | create () |
Static Public Member Functions inherited from TSLTMPrimitive | |
| static TSLTMPrimitive * | create () |
Static Public Member Functions inherited from TSLTMObject | |
| static TSLTMObject * | create () |
| TSLTMPeriod::TSLTMPeriod | ( | ) |
The default constructor.
| TSLTMPeriod::TSLTMPeriod | ( | const TSLTMPeriod & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
|
inline |
| void TSLTMPeriod::begin | ( | TSLTMInstant * | val | ) |
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented from TSLTMGeometricPrimitive.
|
static |
|
inline |
|
inline |
| void TSLTMPeriod::end | ( | TSLTMInstant * | val | ) |
| TSLTMPeriod & TSLTMPeriod::operator= | ( | const TSLTMPeriod & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLTMGeometricPrimitive.
|
inline |
|
inline |
| void TSLTMPeriod::topology | ( | TSLTMEdge * | val | ) |