Point Cloud Library (PCL)
1.7.0
|
#include <pcl/impl/cloud_iterator.hpp>
Inherits pcl::ConstCloudIterator< PointT >::Iterator.
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 |
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] |
Definition at line 228 of file cloud_iterator.hpp.
unsigned pcl::ConstCloudIterator< PointT >::DefaultConstIterator::getCurrentPointIndex | ( | ) | const [inline] |
Definition at line 223 of file cloud_iterator.hpp.
bool pcl::ConstCloudIterator< PointT >::DefaultConstIterator::isValid | ( | ) | const [inline] |
Definition at line 243 of file cloud_iterator.hpp.
const PointT& pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator* | ( | ) | const [inline] |
Definition at line 213 of file cloud_iterator.hpp.
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator++ | ( | ) | [inline] |
Definition at line 203 of file cloud_iterator.hpp.
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator++ | ( | int | ) | [inline] |
Definition at line 208 of file cloud_iterator.hpp.
const PointT* pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator-> | ( | ) | const [inline] |
Definition at line 218 of file cloud_iterator.hpp.
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::reset | ( | ) | [inline] |
Definition at line 238 of file cloud_iterator.hpp.
size_t pcl::ConstCloudIterator< PointT >::DefaultConstIterator::size | ( | ) | const [inline] |
Definition at line 233 of file cloud_iterator.hpp.