|
MIRA
|
#include <maps/PointCloudIterator.h>

Public Types | |
| typedef PointType * | pointer |
| typedef PointType & | reference |
| typedef PointType | value_type |
| typedef int | difference_type |
| typedef const PointType * | const_pointer |
| typedef const PointType & | const_reference |
| typedef std::random_access_iterator_tag | iterator_category |
Public Member Functions | |
| PointCloudIterator () | |
| reference | operator* () |
| pointer | operator-> () |
| const_reference | operator* () const |
| const_pointer | operator-> () const |
| bool | operator== (const GenericPointCloudConstIterator &other) const |
| bool | operator!= (const GenericPointCloudConstIterator &other) const |
| void | operator++ () |
| void | operator+= (std::size_t idx) |
| template<typename T > | |
| const T & | get (const PCDataField &field) const |
Protected Member Functions | |
| PointCloudIterator (uint8 *ptr, std::size_t step) | |
Protected Attributes | |
| const uint8 * | mPtr |
| std::size_t | mStep |
Friends | |
| class | PointCloud< PointType > |
| typedef PointType* pointer |
| typedef PointType& reference |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
friend |
|
protectedinherited |
|
protectedinherited |
1.8.14