OpenNI 1.5.4
|
#include <XnCppWrapper.h>
Public Member Functions | |
XnBool | operator== (const Iterator &other) const |
XnBool | operator!= (const Iterator &other) const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
const XnProductionNodeDescription & | Description () |
XnStatus | Error () |
Friends | |
class | EnumerationErrors |
Detailed Description
An iterator over enumeration errors
Member Function Documentation
const XnProductionNodeDescription& xn::EnumerationErrors::Iterator::Description | ( | ) | [inline] |
Returns the description data of the failing node the iterator points to.
Remarks
The description data returned in the XnProductionNodeDescription struct includes the node name, the vendor, and the version.
XnStatus xn::EnumerationErrors::Iterator::Error | ( | ) | [inline] |
Returns the failure error code of the failing node the iterator points to. For a string representation of this error, call xnGetStatusString().
XnBool xn::EnumerationErrors::Iterator::operator!= | ( | const Iterator & | other | ) | const [inline] |
Checks if the other iterator points to a different location
- Parameters:
-
[in] other another iterator
Iterator& xn::EnumerationErrors::Iterator::operator++ | ( | ) | [inline] |
Moves the iterator to the next location. If end of list was reached, iterator will be equal to EnumerationErrors::End().
Iterator xn::EnumerationErrors::Iterator::operator++ | ( | int | ) | [inline] |
Returns an iterator to the next location. If end of list was reached, iterator will be equal to EnumerationErrors::End().
XnBool xn::EnumerationErrors::Iterator::operator== | ( | const Iterator & | other | ) | const [inline] |
Checks if the other iterator points to the same location
- Parameters:
-
[in] other another iterator
Friends And Related Function Documentation
friend class EnumerationErrors [friend] |
The documentation for this class was generated from the following file:
Generated on Wed May 16 2012 10:16:07 for OpenNI 1.5.4 by 1.7.5.1