![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class specifies the criteria by which the TiledNetwork query algorithm determines which nodes/links to find.
It is an abstract class, which requires clients to provide implementation specific to their problem domain.
Public Member Functions | |
virtual bool | select (const TSLLinkReference &link_ref) const =0 |
virtual bool | select (const TSLNodeReference &node_itr) const =0 |
|
pure virtual |
This method should return true if the link iterator represents a link that satisfies the find criteria.
link_ref | Link object to test |
|
pure virtual |
This method should return true if the node iterator represents a node that satisfies the find criteria.
node_itr | Node to test |