![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This abstract class specifies the criteria by which the TSLDrawingSurfaceBase query algorithm determines which objects to find.
It is an abstract class, which requires clients to provide an implementation specific to their problem domain.
Public Member Functions | |
TSLPickSelector () | |
virtual | ~TSLPickSelector () |
virtual TSLSelectorActionType | select (const TSLPickResult *result)=0 |
TSLPickSelector::TSLPickSelector | ( | ) |
|
virtual |
|
pure virtual |
Method to determine action to take with the specified potential pick result.
result | Potential pick result to review |