![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Base class for node / link selection mechanism.
The TSLOptimizedNetwork find(...) method uses objects of this type to determine whether a node / link should be selected into the query.
Public Member Functions | |
virtual | ~TSLOptNwkFinder () |
virtual bool | operator() (const TSLOptNode &node) const =0 |
virtual bool | operator() (const TSLOptLink &link) const =0 |
|
virtual |
Virtual destructor.
|
pure virtual |
Comparator method for links. Should return true if the link is to be selected into a query.
link | A reference to a TSLOptLink object. |
|
pure virtual |
Comparator method for nodes. Should return true if the node is to be selected into a query.
node | A reference to a TSLOptNode object. |