Skip to content

Interface SpinnakerNET::GenApi::ISelector

ClassList > SpinnakerNET > GenApi > ISelector

Selector interface only containing selector methods.

  • #include <Selector.h>

Inherits the following classes: SpinnakerNET::GenApi::IBase

Inherited by the following classes: SpinnakerNET::GenApi::INode

Public Attributes

Type Name
property bool IsSelector = /* multi line expression */
Gets whether this node is a selector node.
property array< SpinnakerNET::GenApi::IValue^> SelectedFeatures = /* multi line expression */
Gets all feature nodes which are affected by this selected node.
property array< SpinnakerNET::GenApi::IValue^> SelectingFeatures = /* multi line expression */
Gets all selector nodes which select this feature.

Public Attributes inherited from SpinnakerNET::GenApi::IBase

See SpinnakerNET::GenApi::IBase

Type Name
property SpinnakerNET::GenApi::AccessMode AccessMode = /* multi line expression */
Gets the AccessMode for theNode .

Public Attributes Documentation

variable IsSelector

Gets whether this node is a selector node.

property bool SpinnakerNET::GenApi::ISelector::IsSelector;

true if this node supports the GenApi::ISelector interface; false otherwise.


variable SelectedFeatures

Gets all feature nodes which are affected by this selected node.

property array<SpinnakerNET::GenApi::IValue^> SpinnakerNET::GenApi::ISelector::SelectedFeatures;

Array containing nodes which change on index change.


variable SelectingFeatures

Gets all selector nodes which select this feature.

property array<SpinnakerNET::GenApi::IValue^> SpinnakerNET::GenApi::ISelector::SelectingFeatures;

Array of selector nodes which select this feature.



The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/Selector.h