#include <XnCppWrapper.h>
List of all members.
Detailed Description
Represents information about an existing node, or a possibility of a node.
Constructor & Destructor Documentation
xn::NodeInfo::NodeInfo |
( |
XnNodeInfo * |
pInfo |
) |
[inline] |
Ctor
- Parameters:
-
| pInfo | [in] The C object to wrap |
xn::NodeInfo::NodeInfo |
( |
const NodeInfo & |
other |
) |
[inline] |
Copy Ctor
- Parameters:
-
| other | [in] An object to copy from. |
xn::NodeInfo::~NodeInfo |
( |
|
) |
[inline] |
Member Function Documentation
const void* xn::NodeInfo::GetAdditionalData |
( |
|
) |
const [inline] |
const XnChar* xn::NodeInfo::GetCreationInfo |
( |
|
) |
const [inline] |
Gets the node instance represented by this info object.
- Parameters:
-
| node | [in] A production node to be pointing to the node. |
- Returns:
- an error if this node info object does not point to an actual node.
const XnChar* xn::NodeInfo::GetInstanceName |
( |
|
) |
const [inline] |
NodeInfoList & xn::NodeInfo::GetNeededNodes |
( |
|
) |
const [inline] |
Gets the underlying C object.
Assignment operator
- Parameters:
-
| other | [in] another object |
XnStatus xn::NodeInfo::SetInstanceName |
( |
const XnChar * |
strName |
) |
[inline] |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: