#include <pcl/impl/cloud_iterator.hpp>


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 |
Definition at line 50 of file cloud_iterator.hpp.
| pcl::DefaultIterator< PointT >::DefaultIterator | ( | PointCloud< PointT > & | cloud | ) | [inline] |
Definition at line 53 of file cloud_iterator.hpp.
| pcl::DefaultIterator< PointT >::~DefaultIterator | ( | ) | [inline] |
Definition at line 59 of file cloud_iterator.hpp.
| unsigned pcl::DefaultIterator< PointT >::getCurrentIndex | ( | ) | const [inline] |
Definition at line 88 of file cloud_iterator.hpp.
| unsigned pcl::DefaultIterator< PointT >::getCurrentPointIndex | ( | ) | const [inline] |
Definition at line 83 of file cloud_iterator.hpp.
| bool pcl::DefaultIterator< PointT >::isValid | ( | ) | const [inline] |
Definition at line 103 of file cloud_iterator.hpp.
| PointT& pcl::DefaultIterator< PointT >::operator* | ( | ) | const [inline] |
Definition at line 73 of file cloud_iterator.hpp.
| void pcl::DefaultIterator< PointT >::operator++ | ( | int | ) | [inline] |
Definition at line 68 of file cloud_iterator.hpp.
| void pcl::DefaultIterator< PointT >::operator++ | ( | ) | [inline] |
Definition at line 63 of file cloud_iterator.hpp.
| PointT* pcl::DefaultIterator< PointT >::operator-> | ( | ) | [inline] |
Definition at line 78 of file cloud_iterator.hpp.
| void pcl::DefaultIterator< PointT >::reset | ( | ) | [inline] |
Definition at line 98 of file cloud_iterator.hpp.
| size_t pcl::DefaultIterator< PointT >::size | ( | ) | const [inline] |
Definition at line 93 of file cloud_iterator.hpp.