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