Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
ISelector Interface

Functions

virtual void GetSelectedFeatures (FeatureList_t &) const =0
 retrieve the group of selected features
 
virtual void GetSelectingFeatures (FeatureList_t &) const =0
 retrieve the group of features selecting this node
 

Variables

interface SPINNAKER_API_ABSTRACT ISelector
 Interface for groups of features selected by a single one.
 

Detailed Description

Function Documentation

◆ GetSelectedFeatures()

virtual void GetSelectedFeatures ( FeatureList_t &  ) const
pure virtual

retrieve the group of selected features

◆ GetSelectingFeatures()

virtual void GetSelectingFeatures ( FeatureList_t &  ) const
pure virtual

retrieve the group of features selecting this node

Variable Documentation

◆ ISelector

Interface for groups of features selected by a single one.