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

Detailed Description

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
 

Constructor & Destructor Documentation

◆ ~TSLNwkFinder()

virtual TSLNwkFinder::~TSLNwkFinder ( )
inlinevirtual

Member Function Documentation

◆ operator()() [1/2]

virtual bool TSLNwkFinder::operator() ( const TSLLink & link) const
pure virtual

Comparator method for links. Should return true if the link is to be selected into a query.

Parameters
linkA reference to a TSLLink object.

◆ operator()() [2/2]

virtual bool TSLNwkFinder::operator() ( const TSLNode & node) const
pure virtual

Comparator method for nodes. Should return true if the node is to be selected into a query.

Parameters
nodeA reference to a TSLNode object.