#include <cloud_iterator.hpp>
Public Member Functions | |
DefaultConstIterator (const PointCloud< PointT > &cloud) | |
unsigned | getCurrentIndex () const |
unsigned | getCurrentPointIndex () const |
bool | isValid () const |
const PointT & | operator* () const |
void | operator++ () |
void | operator++ (int) |
const PointT * | operator-> () const |
void | reset () |
size_t | size () const |
Size of the range the iterator is going through. Depending on how the ConstCloudIterator was constructed this is the size of the cloud or indices/correspondences. | |
~DefaultConstIterator () | |
Private Attributes | |
const PointCloud< PointT > & | cloud_ |
PointCloud< PointT > ::const_iterator | iterator_ |
Definition at line 190 of file cloud_iterator.hpp.
pcl::ConstCloudIterator< PointT >::DefaultConstIterator::DefaultConstIterator | ( | const PointCloud< PointT > & | cloud | ) | [inline] |
Definition at line 193 of file cloud_iterator.hpp.
pcl::ConstCloudIterator< PointT >::DefaultConstIterator::~DefaultConstIterator | ( | ) | [inline] |
Definition at line 199 of file cloud_iterator.hpp.
unsigned pcl::ConstCloudIterator< PointT >::DefaultConstIterator::getCurrentIndex | ( | ) | const [inline, virtual] |
Implements pcl::ConstCloudIterator< PointT >::Iterator.
Definition at line 228 of file cloud_iterator.hpp.
unsigned pcl::ConstCloudIterator< PointT >::DefaultConstIterator::getCurrentPointIndex | ( | ) | const [inline, virtual] |
Implements pcl::ConstCloudIterator< PointT >::Iterator.
Definition at line 223 of file cloud_iterator.hpp.
bool pcl::ConstCloudIterator< PointT >::DefaultConstIterator::isValid | ( | ) | const [inline, virtual] |
Implements pcl::ConstCloudIterator< PointT >::Iterator.
Definition at line 243 of file cloud_iterator.hpp.
const PointT& pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator* | ( | ) | const [inline, virtual] |
Implements pcl::ConstCloudIterator< PointT >::Iterator.
Definition at line 213 of file cloud_iterator.hpp.
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator++ | ( | ) | [inline, virtual] |
Implements pcl::ConstCloudIterator< PointT >::Iterator.
Definition at line 203 of file cloud_iterator.hpp.
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator++ | ( | int | ) | [inline, virtual] |
Implements pcl::ConstCloudIterator< PointT >::Iterator.
Definition at line 208 of file cloud_iterator.hpp.
const PointT* pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator-> | ( | ) | const [inline, virtual] |
Implements pcl::ConstCloudIterator< PointT >::Iterator.
Definition at line 218 of file cloud_iterator.hpp.
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::reset | ( | ) | [inline, virtual] |
Implements pcl::ConstCloudIterator< PointT >::Iterator.
Definition at line 238 of file cloud_iterator.hpp.
size_t pcl::ConstCloudIterator< PointT >::DefaultConstIterator::size | ( | ) | const [inline, virtual] |
Size of the range the iterator is going through. Depending on how the ConstCloudIterator was constructed this is the size of the cloud or indices/correspondences.
Implements pcl::ConstCloudIterator< PointT >::Iterator.
Definition at line 233 of file cloud_iterator.hpp.
const PointCloud<PointT>& pcl::ConstCloudIterator< PointT >::DefaultConstIterator::cloud_ [private] |
Definition at line 248 of file cloud_iterator.hpp.
PointCloud<PointT>::const_iterator pcl::ConstCloudIterator< PointT >::DefaultConstIterator::iterator_ [private] |
Definition at line 249 of file cloud_iterator.hpp.