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

Public Types | |
| 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 | |
| PointCloudConstIterator () | |
| 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 | |
| PointCloudConstIterator (const uint8 *ptr, std::size_t step) | |
Protected Attributes | |
| const uint8 * | mPtr |
| std::size_t | mStep |
Friends | |
| class | PointCloud< PointType > |
| 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 |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
friend |
|
protectedinherited |
|
protectedinherited |
1.8.14