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. | |
Protected Member Functions | |
VgIRoutingNode () | |
virtual | ~VgIRoutingNode () |
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
VgRoutingModule::VgIRoutingNode::VgIRoutingNode | ( | ) | [inline, protected] |
virtual VgRoutingModule::VgIRoutingNode::~VgIRoutingNode | ( | ) | [inline, protected, virtual] |
virtual bool VgRoutingModule::VgIRoutingNode::operator== | ( | const VgIRoutingNode & | pOther ) | const [pure virtual] |
Operator to compare two routing nodes for equality.