#include <cloud_iterator.hpp>
Public Member Functions | |
DefaultIterator (PointCloud< PointT > &cloud) | |
unsigned | getCurrentIndex () const |
unsigned | getCurrentPointIndex () const |
bool | isValid () const |
PointT & | operator* () const |
void | operator++ () |
void | operator++ (int) |
PointT * | operator-> () |
void | reset () |
size_t | size () const |
Size of the range the iterator is going through. Depending on how the CloudIterator was constructed this is the size of the cloud or indices/correspondences. | |
~DefaultIterator () | |
Private Attributes | |
PointCloud< PointT > & | cloud_ |
PointCloud< PointT >::iterator | iterator_ |
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, virtual] |
Implements pcl::CloudIterator< PointT >::Iterator.
Definition at line 88 of file cloud_iterator.hpp.
unsigned pcl::DefaultIterator< PointT >::getCurrentPointIndex | ( | ) | const [inline, virtual] |
Implements pcl::CloudIterator< PointT >::Iterator.
Definition at line 83 of file cloud_iterator.hpp.
bool pcl::DefaultIterator< PointT >::isValid | ( | ) | const [inline, virtual] |
Implements pcl::CloudIterator< PointT >::Iterator.
Definition at line 103 of file cloud_iterator.hpp.
PointT& pcl::DefaultIterator< PointT >::operator* | ( | ) | const [inline, virtual] |
Implements pcl::CloudIterator< PointT >::Iterator.
Definition at line 73 of file cloud_iterator.hpp.
void pcl::DefaultIterator< PointT >::operator++ | ( | ) | [inline, virtual] |
Implements pcl::CloudIterator< PointT >::Iterator.
Definition at line 63 of file cloud_iterator.hpp.
void pcl::DefaultIterator< PointT >::operator++ | ( | int | ) | [inline, virtual] |
Implements pcl::CloudIterator< PointT >::Iterator.
Definition at line 68 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, virtual] |
Implements pcl::CloudIterator< PointT >::Iterator.
Definition at line 98 of file cloud_iterator.hpp.
size_t pcl::DefaultIterator< PointT >::size | ( | ) | const [inline, virtual] |
Size of the range the iterator is going through. Depending on how the CloudIterator was constructed this is the size of the cloud or indices/correspondences.
Implements pcl::CloudIterator< PointT >::Iterator.
Definition at line 93 of file cloud_iterator.hpp.
PointCloud<PointT>& pcl::DefaultIterator< PointT >::cloud_ [private] |
Definition at line 108 of file cloud_iterator.hpp.
PointCloud<PointT>::iterator pcl::DefaultIterator< PointT >::iterator_ [private] |
Definition at line 109 of file cloud_iterator.hpp.