Skip to content

Group ISelector_h

Modules > ISelector_h

Public Attributes

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

Public Functions

Type Name
virtual void GetSelectedFeatures (FeatureList_t &) const = 0
virtual void GetSelectingFeatures (FeatureList_t &) const = 0

Public Attributes Documentation

variable ISelector

Interface for groups of features selected by a single one.

interface SPINNAKER_API_ABSTRACT Spinnaker::GenApi::ISelector;


Public Functions Documentation

function GetSelectedFeatures

virtual void GetSelectedFeatures (
    FeatureList_t &
) const = 0

retrieve the group of selected features


function GetSelectingFeatures

virtual void GetSelectingFeatures (
    FeatureList_t &
) const = 0

retrieve the group of features selecting this node