![]() |
Programmer's Guide Baumer GAPI SDK Reference v2.10.0
|
The class INode act as base for of the main classes and provided the access to the node objects (features). More...
#include <bgapi2_genicam.hpp>
Public Member Functions | |
Node * | GetNode (String name) |
This function delivers a certain object of the Node list and provides the access to a node objcet without the detour across a NodeMap object. This function is functional identical to NodeMap::GetNode. More... | |
NodeMap * | GetNodeTree () |
This function provides the features of a object derived from INode interface as tree structure in form of a NodeMap pointer. For a detailed description of the tree structure representation refer to the class description of NodeMap. More... | |
NodeMap * | GetNodeList () |
This function provides the features of a object derived from INode interface as unstructured list in form of a NodeMap pointer. For a detailed description of the unstructured list representation refer to the class description of NodeMap. More... | |
The class INode act as base for of the main classes and provided the access to the node objects (features).
Definition at line 1722 of file bgapi2_genicam.hpp.
BGAPI2::INode::GetNode | ( | String | name | ) |
This function delivers a certain object of the Node list and provides the access to a node objcet without the detour across a NodeMap object. This function is functional identical to NodeMap::GetNode.
name | For this name, the associated Node object is delivered. |
Exceptions::InvalidParameterException | No object in the Node list has the passed name. |
Exceptions::NotInitializedException | The BGAPI object is not open. |
Exceptions::ObjectInvalidException | The calling object is not valid. |
BGAPI2::INode::GetNodeList | ( | ) |
This function provides the features of a object derived from INode interface as unstructured list in form of a NodeMap pointer. For a detailed description of the unstructured list representation refer to the class description of NodeMap.
Exceptions::NotInitializedException | The BGAPI object is not open. |
Exceptions::ObjectInvalidException | The calling object is not valid. |
BGAPI2::INode::GetNodeTree | ( | ) |
This function provides the features of a object derived from INode interface as tree structure in form of a NodeMap pointer. For a detailed description of the tree structure representation refer to the class description of NodeMap.
Exceptions::NotInitializedException | The BGAPI object is not open. |
Exceptions::ObjectInvalidException | The calling object is not valid. |
Jan, 14 2020
Baumer Optronic GmbH,
Badstrasse 30, 01454 D-Radeberg, Tel:+49-3528-4386-0, Fax:+49-3528-4386-86,
Email:support.cameras@baumer.com