![]() |
OpenNI 1.5.2
|
#include <XnCppWrapper.h>
Classes | |
| class | Iterator |
| Represents an iterator over a NodeInfoList list. More... | |
Public Member Functions | |
| NodeInfoList () | |
| NodeInfoList (XnNodeInfoList *pList) | |
| ~NodeInfoList () | |
| XnNodeInfoList * | GetUnderlyingObject () const |
| void | ReplaceUnderlyingObject (XnNodeInfoList *pList) |
| XnStatus | Add (XnProductionNodeDescription &description, const XnChar *strCreationInfo, NodeInfoList *pNeededNodes) |
| XnStatus | AddEx (XnProductionNodeDescription &description, const XnChar *strCreationInfo, NodeInfoList *pNeededNodes, const void *pAdditionalData, XnFreeHandler pFreeHandler) |
| XnStatus | AddNode (NodeInfo &info) |
| XnStatus | AddNodeFromAnotherList (Iterator &it) |
| Iterator | Begin () const |
| Iterator | End () const |
| Iterator | RBegin () const |
| Iterator | REnd () const |
| XnStatus | Remove (Iterator &it) |
| XnStatus | Clear () |
| XnStatus | Append (NodeInfoList &other) |
| XnBool | IsEmpty () |
| XnStatus | FilterList (Context &context, Query &query) |
Represents a list of NodeInfo objects.
| xn::NodeInfoList::NodeInfoList | ( | ) | [inline] |
Creates a new NodeInfoList object.
| xn::NodeInfoList::NodeInfoList | ( | XnNodeInfoList * | pList | ) | [inline] |
Creates a new NodeInfoList object by wrapping a C XnNodeInfoList object. Note that this list will not be freed upon destruction.
| pList | [in] The list to wrap. |
| xn::NodeInfoList::~NodeInfoList | ( | ) | [inline] |
Dtor.
| XnStatus xn::NodeInfoList::Add | ( | XnProductionNodeDescription & | description, |
| const XnChar * | strCreationInfo, | ||
| NodeInfoList * | pNeededNodes | ||
| ) | [inline] |
| XnStatus xn::NodeInfoList::AddEx | ( | XnProductionNodeDescription & | description, |
| const XnChar * | strCreationInfo, | ||
| NodeInfoList * | pNeededNodes, | ||
| const void * | pAdditionalData, | ||
| XnFreeHandler | pFreeHandler | ||
| ) | [inline] |
| XnStatus xn::NodeInfoList::AddNode | ( | NodeInfo & | info | ) | [inline] |
| XnStatus xn::NodeInfoList::AddNodeFromAnotherList | ( | Iterator & | it | ) | [inline] |
| XnStatus xn::NodeInfoList::Append | ( | NodeInfoList & | other | ) | [inline] |
| Iterator xn::NodeInfoList::Begin | ( | ) | const [inline] |
Gets an iterator to the first item in the list.
| XnStatus xn::NodeInfoList::Clear | ( | ) | [inline] |
| Iterator xn::NodeInfoList::End | ( | ) | const [inline] |
Gets an iterator marking the end of the list. This iterator does not point to a valid item.
| XnStatus xn::NodeInfoList::FilterList | ( | Context & | context, |
| Query & | query | ||
| ) | [inline] |
| XnNodeInfoList* xn::NodeInfoList::GetUnderlyingObject | ( | ) | const [inline] |
Gets the underlying C object.
| XnBool xn::NodeInfoList::IsEmpty | ( | ) | [inline] |
| Iterator xn::NodeInfoList::RBegin | ( | ) | const [inline] |
Gets an iterator to the last item in the list.
| XnStatus xn::NodeInfoList::Remove | ( | Iterator & | it | ) | [inline] |
| Iterator xn::NodeInfoList::REnd | ( | ) | const [inline] |
Gets an iterator marking the start of the list. This iterator does not point to a valid item.
| void xn::NodeInfoList::ReplaceUnderlyingObject | ( | XnNodeInfoList * | pList | ) | [inline] |
Replaces the underlying object, taking ownership of the object (meaning, it will be freed upon destruction).
| pList | [in] The list to wrap. |
1.7.6.1