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 |
|
inline |
|
inline |
|
inline |
Gets the node instance represented by this info object.
node | [in] A production node to be pointing to the node. |
|
inline |
|
inline |
|
inline |
Gets the underlying C object.
Assignment operator
other | [in] another object |
|
inline |
|
friend |