GenApi::CSelectorRefT#
Inherits from GenApi::CBaseRefT< T >
Public Functions#
Name | |
---|---|
virtual void | GetSelectedFeatures(FeatureList_t & Features) const Get all features of the Selector. |
virtual void | GetSelectingFeatures(FeatureList_t & Features) const retrieve the group of features selecting this node |
virtual bool | IsSelector() const true iff this feature selects a group of features |
virtual EAccessMode | GetAccessMode() const Get the access mode of the node. |
Detailed Description#
template <class T >
class GenApi::CSelectorRefT;
Public Functions Documentation#
GetSelectedFeatures#
inline virtual void GetSelectedFeatures(
FeatureList_t & Features
) const
Get all features of the Selector.
GetSelectingFeatures#
inline virtual void GetSelectingFeatures(
FeatureList_t & Features
) const
retrieve the group of features selecting this node
IsSelector#
inline virtual bool IsSelector() const
true iff this feature selects a group of features
GetAccessMode#
inline virtual EAccessMode GetAccessMode() const
Get the access mode of the node.
Updated on 5 July 2022 at 15:30:00