#include <XnCppWrapper.h>
List of all members.
Detailed Description
A NodeInfoList object contains a list of NodeInfo objects.
Constructor & Destructor Documentation
xn::NodeInfoList::NodeInfoList |
( |
| ) |
[inline] |
Creates a new NodeInfoList object by wrapping a C XnNodeInfoList object. Note that this list will not be freed upon destruction.
- Parameters:
-
[in] | pList | The list to wrap. |
xn::NodeInfoList::~NodeInfoList |
( |
| ) |
[inline] |
Member Function Documentation
Iterator xn::NodeInfoList::Begin |
( |
| ) |
const [inline] |
Returns an iterator to the beginning of the list. If the list is empty, that iterator will be equal to NodeInfoList::End().
XnStatus xn::NodeInfoList::Clear |
( |
| ) |
[inline] |
Iterator xn::NodeInfoList::End |
( |
| ) |
const [inline] |
Returns an iterator marking the end of the list. This iterator does not point to a valid item.
XnNodeInfoList* xn::NodeInfoList::GetUnderlyingObject |
( |
| ) |
const [inline] |
Gets the underlying C object.
XnBool xn::NodeInfoList::IsEmpty |
( |
| ) |
[inline] |
Iterator xn::NodeInfoList::RBegin |
( |
| ) |
const [inline] |
Returns an iterator to the reverse beginning of the list. If the list is empty, that iterator will be equal to NodeInfoList::REnd().
Iterator xn::NodeInfoList::REnd |
( |
| ) |
const [inline] |
Returns an iterator marking the reverse end 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).
- Parameters:
-
[in] | pList | The list to wrap. |
The documentation for this class was generated from the following file: