VisioMove
2.1.5
|
This class is an opaque pointer class to routing nodes from the routing module. More...
Public Member Functions | |
virtual bool | operator== (const VgIRoutingNode &pOther) const =0 |
Operator to compare two routing nodes for equality. More... | |
![]() | |
VgReferenced () | |
Constructor. More... | |
VgReferenced (const VgReferenced &pThis) | |
Copy constructor. More... | |
virtual | ~VgReferenced () |
Destructor. More... | |
VgReferenced & | operator= (const VgReferenced &pThis) |
Assignment operator. More... | |
void | ref () const |
This method is used to add a reference to this object. More... | |
int | unref () const |
This method is used to remove a reference to this object. More... | |
int | getNbReferences () const |
Retrieves the number of references to this object. More... | |
Protected Member Functions | |
VgIRoutingNode () | |
virtual | ~VgIRoutingNode () |
Additional Inherited Members | |
![]() | |
int | mNbReferences |
The number of references to this object. More... | |
This class is an opaque pointer class to routing nodes from the routing module.
You can't instanciate this class, only the routing module can. To get an instance of routing node you can call VgIRoutingSolver::getRoutingNode
|
inlineprotected |
|
inlineprotectedvirtual |
|
pure virtual |
Operator to compare two routing nodes for equality.