MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLNwkSelector Class Referenceabstract

Detailed Description

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
 

Member Function Documentation

◆ select() [1/2]

virtual bool TSLNwkSelector::select ( const TSLLinkReference & link_ref) const
pure virtual

This method should return true if the link iterator represents a link that satisfies the find criteria.

Parameters
link_refLink object to test

◆ select() [2/2]

virtual bool TSLNwkSelector::select ( const TSLNodeReference & node_itr) const
pure virtual

This method should return true if the node iterator represents a node that satisfies the find criteria.

Parameters
node_itrNode to test