|
OpenNI 1.3.2
|
#include <XnCppWrapper.h>
Public Member Functions | |
| NodeInfo (XnNodeInfo *pInfo) | |
| NodeInfo (const NodeInfo &other) | |
| ~NodeInfo () | |
| NodeInfo & | operator= (const NodeInfo &other) |
| operator XnNodeInfo * () | |
| XnStatus | SetInstanceName (const XnChar *strName) |
| const XnProductionNodeDescription & | GetDescription () const |
| const XnChar * | GetInstanceName () const |
| const XnChar * | GetCreationInfo () const |
| const void * | GetAdditionalData () const |
Friends | |
| class | Context |
| NodeInfoList & | GetNeededNodes () const |
| XnStatus | GetInstance (ProductionNode &node) const |
Represents information about an existing node, or a possibility of a node.
|
inline |
Ctor
| pInfo | [in] The C object to wrap |
|
inline |
Copy Ctor
| other | [in] An object to copy from. |
|
inline |
Dtor.
|
inline |
For full details and usage, see xnNodeInfoGetAdditionalData
|
inline |
For full details and usage, see xnNodeInfoGetCreationInfo
|
inline |
For full details and usage, see xnNodeInfoGetDescription()
|
inline |
Gets the node instance represented by this info object.
| node | [in] A production node to be pointing to the node. |
|
inline |
For full details and usage, see xnNodeInfoGetInstanceName()
|
inline |
For full details and usage, see xnNodeInfoGetNeededNodes
|
inline |
Gets the underlying C object.
Assignment operator
| other | [in] another object |
|
inline |
For full details and usage, see xnNodeInfoSetInstanceName
|
friend |
1.8.1.2