VgIRouteRequest provides an interface to allow the route requester to communicate with the route solver. More...
Public Member Functions | |
virtual | ~VgIRouteRequest () |
Destructor. | |
virtual void | cancel ()=0 |
Cancels routing request. | |
Protected Member Functions | |
VgIRouteRequest () | |
Constructor. |
VgIRouteRequest provides an interface to allow the route requester to communicate with the route solver.
VgRoutingModule::VgIRouteRequest::VgIRouteRequest | ( | ) | [inline, protected] |
Constructor.
virtual VgRoutingModule::VgIRouteRequest::~VgIRouteRequest | ( | ) | [inline, virtual] |
Destructor.
virtual void VgRoutingModule::VgIRouteRequest::cancel | ( | ) | [pure virtual] |
Cancels routing request.