|
Point Cloud Library (PCL)
1.7.2
|
#include <pcl/impl/cloud_iterator.hpp>
Inheritance diagram for pcl::ConstCloudIterator< PointT >::DefaultConstIterator:
Collaboration diagram for pcl::ConstCloudIterator< PointT >::DefaultConstIterator:Public Member Functions | |
| DefaultConstIterator (const PointCloud< PointT > &cloud) | |
| ~DefaultConstIterator () | |
| void | operator++ () |
| void | operator++ (int) |
| const PointT & | operator* () const |
| const PointT * | operator-> () const |
| unsigned | getCurrentPointIndex () const |
| unsigned | getCurrentIndex () const |
| size_t | size () const |
| void | reset () |
| bool | isValid () const |
Public Member Functions inherited from pcl::ConstCloudIterator< PointT >::Iterator | |
| virtual | ~Iterator () |
| virtual void | operator++ ()=0 |
| virtual void | operator++ (int)=0 |
| virtual const PointT & | operator* () const =0 |
| virtual const PointT * | operator-> () const =0 |
| virtual unsigned | getCurrentPointIndex () const =0 |
| virtual unsigned | getCurrentIndex () const =0 |
| virtual size_t | size () const =0 |
| Size of the range the iterator is going through. More... | |
| virtual void | reset ()=0 |
| virtual bool | isValid () const =0 |
Definition at line 190 of file cloud_iterator.hpp.
|
inline |
Definition at line 193 of file cloud_iterator.hpp.
|
inline |
Definition at line 199 of file cloud_iterator.hpp.
|
inline |
Definition at line 228 of file cloud_iterator.hpp.
|
inline |
Definition at line 223 of file cloud_iterator.hpp.
|
inline |
Definition at line 243 of file cloud_iterator.hpp.
|
inline |
Definition at line 213 of file cloud_iterator.hpp.
|
inline |
Definition at line 203 of file cloud_iterator.hpp.
|
inline |
Definition at line 208 of file cloud_iterator.hpp.
|
inline |
Definition at line 218 of file cloud_iterator.hpp.
|
inline |
Definition at line 238 of file cloud_iterator.hpp.
|
inline |
Definition at line 233 of file cloud_iterator.hpp.