#include <ISelector.h>
Public Member Functions | |
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 | |
Private Types | |
typedef CBaseRefT< T > | ref |
Definition at line 68 of file ISelector.h.
typedef CBaseRefT<T> GENAPI_NAMESPACE::CSelectorRefT< T >::ref [private] |
Reimplemented from GENAPI_NAMESPACE::CBaseRefT< T >.
Definition at line 70 of file ISelector.h.
virtual void GENAPI_NAMESPACE::CSelectorRefT< T >::GetSelectedFeatures | ( | FeatureList_t & | Features | ) | const [inline, virtual] |
Get all features of the Selector.
Definition at line 78 of file ISelector.h.
virtual void GENAPI_NAMESPACE::CSelectorRefT< T >::GetSelectingFeatures | ( | FeatureList_t & | Features | ) | const [inline, virtual] |
retrieve the group of features selecting this node
Definition at line 87 of file ISelector.h.
virtual bool GENAPI_NAMESPACE::CSelectorRefT< T >::IsSelector | ( | ) | const [inline, virtual] |
true iff this feature selects a group of features
Definition at line 96 of file ISelector.h.