|
Point Cloud Library (PCL)
1.7.2
|
#include <pcl/impl/cloud_iterator.hpp>
Inheritance diagram for pcl::DefaultIterator< PointT >:
Collaboration diagram for pcl::DefaultIterator< PointT >:Public Member Functions | |
| DefaultIterator (PointCloud< PointT > &cloud) | |
| ~DefaultIterator () | |
| void | operator++ () |
| void | operator++ (int) |
| PointT & | operator* () const |
| PointT * | operator-> () |
| unsigned | getCurrentPointIndex () const |
| unsigned | getCurrentIndex () const |
| size_t | size () const |
| void | reset () |
| bool | isValid () const |
Public Member Functions inherited from pcl::CloudIterator< PointT >::Iterator | |
| virtual | ~Iterator () |
| virtual void | operator++ ()=0 |
| virtual void | operator++ (int)=0 |
| virtual PointT & | operator* () const =0 |
| virtual 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 50 of file cloud_iterator.hpp.
|
inline |
Definition at line 53 of file cloud_iterator.hpp.
|
inline |
Definition at line 59 of file cloud_iterator.hpp.
|
inline |
Definition at line 88 of file cloud_iterator.hpp.
References pcl::PointCloud< T >::begin().
|
inline |
Definition at line 83 of file cloud_iterator.hpp.
References pcl::PointCloud< T >::begin().
|
inline |
Definition at line 103 of file cloud_iterator.hpp.
References pcl::PointCloud< T >::end().
|
inline |
Definition at line 73 of file cloud_iterator.hpp.
|
inline |
Definition at line 63 of file cloud_iterator.hpp.
|
inline |
Definition at line 68 of file cloud_iterator.hpp.
|
inline |
Definition at line 78 of file cloud_iterator.hpp.
|
inline |
Definition at line 98 of file cloud_iterator.hpp.
References pcl::PointCloud< T >::begin().
|
inline |
Definition at line 93 of file cloud_iterator.hpp.
References pcl::PointCloud< T >::size().