#include <XnTypes.h>
Go to the source code of this file.
Functions | |
XN_C_API const XnChar * | xnNodeInfoGetCreationInfo (XnNodeInfo *pNodeInfo) |
XN_C_API const XnProductionNodeDescription * | xnNodeInfoGetDescription (XnNodeInfo *pNodeInfo) |
XN_C_API XnNodeHandle | xnNodeInfoGetHandle (XnNodeInfo *pNodeInfo) |
XN_C_API const XnChar * | xnNodeInfoGetInstanceName (XnNodeInfo *pNodeInfo) |
XN_C_API XnNodeInfoList * | xnNodeInfoGetNeededNodes (XnNodeInfo *pNodeInfo) |
XN_C_API XnStatus | xnNodeInfoGetTreeStringRepresentation (XnNodeInfo *pNodeInfo, XnChar *csResult, XnUInt32 nSize) |
XN_C_API XnStatus | xnNodeInfoSetInstanceName (XnNodeInfo *pNodeInfo, const XnChar *strInstanceName) |