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

Public Member Functions | |
| TSLTMTopologicalPrimitive () | |
| TSLTMTopologicalPrimitive (const TSLTMTopologicalPrimitive &right) | |
| virtual | ~TSLTMTopologicalPrimitive () |
| TSLTMTopologicalPrimitive & | operator= (const TSLTMTopologicalPrimitive &right) |
| virtual TSLTMTopologicalPrimitive * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
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 TSLTMTopologicalPrimitive * | create () |
Static Public Member Functions inherited from TSLTMPrimitive | |
| static TSLTMPrimitive * | create () |
Static Public Member Functions inherited from TSLTMObject | |
| static TSLTMObject * | create () |
| TSLTMTopologicalPrimitive::TSLTMTopologicalPrimitive | ( | ) |
The default constructor.
| TSLTMTopologicalPrimitive::TSLTMTopologicalPrimitive | ( | const TSLTMTopologicalPrimitive & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented from TSLTMPrimitive.
|
static |
| TSLTMTopologicalPrimitive & TSLTMTopologicalPrimitive::operator= | ( | const TSLTMTopologicalPrimitive & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLTMPrimitive.