![]() |
OpenNI 1.5.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 |
| XnStatus | GetTreeStringRepresentation (XnChar *csResultBuffer, XnUInt32 nBufferSize) const |
Friends | |
| class | Context |
| NodeInfoList & | GetNeededNodes () const |
| XnStatus | GetInstance (ProductionNode &node) const |
Represents information about an existing node, or a possibility of a node.
| xn::NodeInfo::NodeInfo | ( | XnNodeInfo * | pInfo | ) | [inline] |
Ctor
| pInfo | [in] The C object to wrap |
| xn::NodeInfo::NodeInfo | ( | const NodeInfo & | other | ) | [inline] |
Copy Ctor
| other | [in] An object to copy from. |
| xn::NodeInfo::~NodeInfo | ( | ) | [inline] |
Dtor.
| const void* xn::NodeInfo::GetAdditionalData | ( | ) | const [inline] |
| const XnChar* xn::NodeInfo::GetCreationInfo | ( | ) | const [inline] |
| const XnProductionNodeDescription& xn::NodeInfo::GetDescription | ( | ) | const [inline] |
| XnStatus xn::NodeInfo::GetInstance | ( | ProductionNode & | node | ) | const [inline] |
Gets the node instance represented by this info object.
| node | [in] A production node to be pointing to the node. |
| const XnChar* xn::NodeInfo::GetInstanceName | ( | ) | const [inline] |
| NodeInfoList & xn::NodeInfo::GetNeededNodes | ( | ) | const [inline] |
| XnStatus xn::NodeInfo::GetTreeStringRepresentation | ( | XnChar * | csResultBuffer, |
| XnUInt32 | nBufferSize | ||
| ) | const [inline] |
| xn::NodeInfo::operator XnNodeInfo * | ( | ) | [inline] |
Gets the underlying C object.
Assignment operator
| other | [in] another object |
| XnStatus xn::NodeInfo::SetInstanceName | ( | const XnChar * | strName | ) | [inline] |
friend class Context [friend] |
1.7.6.1