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

Public Member Functions

 TSLTMTopologicalPrimitive ()
 TSLTMTopologicalPrimitive (const TSLTMTopologicalPrimitive &right)
virtual ~TSLTMTopologicalPrimitive ()
TSLTMTopologicalPrimitiveoperator= (const TSLTMTopologicalPrimitive &right)
virtual TSLTMTopologicalPrimitiveclone () 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 ()
TSLTMPrimitiveoperator= (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 ()
TSLTMObjectoperator= (const TSLTMObject &right)

Static Public Member Functions

static TSLTMTopologicalPrimitivecreate ()
Static Public Member Functions inherited from TSLTMPrimitive
static TSLTMPrimitivecreate ()
Static Public Member Functions inherited from TSLTMObject
static TSLTMObjectcreate ()

Constructor & Destructor Documentation

◆ TSLTMTopologicalPrimitive() [1/2]

TSLTMTopologicalPrimitive::TSLTMTopologicalPrimitive ( )

The default constructor.

◆ TSLTMTopologicalPrimitive() [2/2]

TSLTMTopologicalPrimitive::TSLTMTopologicalPrimitive ( const TSLTMTopologicalPrimitive & right)

The copy constructor.

◆ ~TSLTMTopologicalPrimitive()

virtual TSLTMTopologicalPrimitive::~TSLTMTopologicalPrimitive ( )
virtual

The destructor.

Member Function Documentation

◆ clone()

virtual TSLTMTopologicalPrimitive * TSLTMTopologicalPrimitive::clone ( ) const
virtual

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

Reimplemented from TSLTMPrimitive.

Reimplemented in TSLTMEdge, and TSLTMNode.

◆ create()

TSLTMTopologicalPrimitive * TSLTMTopologicalPrimitive::create ( )
static

◆ operator=()

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

Assignment operator.

◆ serialize()

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

Reimplemented from TSLTMPrimitive.

Reimplemented in TSLTMEdge, and TSLTMNode.