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

Detailed Description

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
 

Constructor & Destructor Documentation

◆ ~TSLOptNwkFinder()

virtual TSLOptNwkFinder::~TSLOptNwkFinder ( )
virtual

Virtual destructor.

Member Function Documentation

◆ operator()() [1/2]

virtual bool TSLOptNwkFinder::operator() ( const TSLOptLink & 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 TSLOptLink object.

◆ operator()() [2/2]

virtual bool TSLOptNwkFinder::operator() ( const TSLOptNode & 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 TSLOptNode object.