Spinnaker SDK C++
4.3.0.189
 
Functions | Variables
ISelector Interface

Functions

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

Variables

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

Detailed Description

Function Documentation

◆ GetSelectedFeatures()

virtual void Spinnaker::GenApi::GetSelectedFeatures ( FeatureList_t &  ) const
pure virtual

retrieve the group of selected features

◆ GetSelectingFeatures()

virtual void Spinnaker::GenApi::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.