XnPrdNodeInfoList.h File Reference
#include <XnTypes.h>
Go to the source code of this file.
Functions |
| XN_C_API XnStatus | xnNodeInfoListAllocate (XnNodeInfoList **ppList) |
| XN_C_API void | xnNodeInfoListFree (XnNodeInfoList *pList) |
| XN_C_API XnStatus | xnNodeInfoListAdd (XnNodeInfoList *pList, const XnProductionNodeDescription *pDescription, const XnChar *strCreationInfo, XnNodeInfoList *pNeededNodes) |
| XN_C_API XnStatus | xnNodeInfoListAddEx (XnNodeInfoList *pList, const XnProductionNodeDescription *pDescription, const XnChar *strCreationInfo, XnNodeInfoList *pNeededNodes, const void *pAdditionalData, XnFreeHandler pFreeHandler) |
| XN_C_API XnStatus | xnNodeInfoListAddNode (XnNodeInfoList *pList, XnNodeInfo *pNode) |
| XN_C_API XnStatus | xnNodeInfoListAddNodeFromList (XnNodeInfoList *pList, XnNodeInfoListIterator otherListIt) |
| XN_C_API XnStatus | xnNodeInfoListRemove (XnNodeInfoList *pList, XnNodeInfoListIterator it) |
| XN_C_API XnStatus | xnNodeInfoListClear (XnNodeInfoList *pList) |
| XN_C_API XnStatus | xnNodeInfoListAppend (XnNodeInfoList *pList, XnNodeInfoList *pOther) |
| XN_C_API XnBool | xnNodeInfoListIsEmpty (XnNodeInfoList *pList) |
| XN_C_API XnNodeInfoListIterator | xnNodeInfoListGetFirst (XnNodeInfoList *pList) |
| XN_C_API XnNodeInfoListIterator | xnNodeInfoListGetLast (XnNodeInfoList *pList) |
| XN_C_API XnBool | xnNodeInfoListIteratorIsValid (XnNodeInfoListIterator it) |
| XN_C_API XnNodeInfo * | xnNodeInfoListGetCurrent (XnNodeInfoListIterator it) |
| XN_C_API XnNodeInfoListIterator | xnNodeInfoListGetNext (XnNodeInfoListIterator it) |
| XN_C_API XnNodeInfoListIterator | xnNodeInfoListGetPrevious (XnNodeInfoListIterator it) |