#include <XnVMultipleHands.h>
Public Member Functions | |
Iterator (const Iterator &other) | |
Iterator & | operator++ () |
Iterator | operator++ (int) |
XnVHandPointContext * | operator* () const |
Protected Member Functions | |
Iterator (XnVMultipleHands *pHands) | |
Iterator (XnVMultipleHands *pHands, XnUInt32 nPosition) | |
Friends | |
class | XnVMultipleHands |
Enable iteration over hands. This is the non-const version of the iterator.
Definition at line 238 of file XnVMultipleHands.h.
XnVMultipleHands::Iterator::Iterator | ( | const Iterator & | other | ) |
Copy constructor. Copies the internal state of the other iterator
[in] | other | The other iterator |
XnVMultipleHands::Iterator::Iterator | ( | XnVMultipleHands * | pHands | ) | [protected] |
XnVMultipleHands::Iterator::Iterator | ( | XnVMultipleHands * | pHands, | |
XnUInt32 | nPosition | |||
) | [protected] |
XnVHandPointContext* XnVMultipleHands::Iterator::operator* | ( | ) | const |
Get the HandPointContext the iterator currently refers to.
Reimplemented from XnVMultipleHands::ConstIterator.
Iterator& XnVMultipleHands::Iterator::operator++ | ( | ) |
Advance the iterator to the next position.
Reimplemented from XnVMultipleHands::ConstIterator.
Iterator XnVMultipleHands::Iterator::operator++ | ( | int | ) |
Advance the iterator to the next position.
Reimplemented from XnVMultipleHands::ConstIterator.
friend class XnVMultipleHands [friend] |
Reimplemented from XnVMultipleHands::ConstIterator.
Definition at line 241 of file XnVMultipleHands.h.