Point Cloud Library (PCL)
1.7.0
|
#include <pcl/impl/cloud_iterator.hpp>
Inherits pcl::ConstCloudIterator< PointT >::Iterator.
Public Member Functions | |
ConstIteratorIdx (const PointCloud< PointT > &cloud, const std::vector< int > &indices) | |
ConstIteratorIdx (const PointCloud< PointT > &cloud, const PointIndices &indices) | |
virtual | ~ConstIteratorIdx () |
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 256 of file cloud_iterator.hpp.
pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::ConstIteratorIdx | ( | const PointCloud< PointT > & | cloud, |
const std::vector< int > & | indices | ||
) | [inline] |
Definition at line 259 of file cloud_iterator.hpp.
pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::ConstIteratorIdx | ( | const PointCloud< PointT > & | cloud, |
const PointIndices & | indices | ||
) | [inline] |
Definition at line 267 of file cloud_iterator.hpp.
virtual pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::~ConstIteratorIdx | ( | ) | [inline, virtual] |
Definition at line 275 of file cloud_iterator.hpp.
unsigned pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::getCurrentIndex | ( | ) | const [inline] |
Definition at line 302 of file cloud_iterator.hpp.
unsigned pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::getCurrentPointIndex | ( | ) | const [inline] |
Definition at line 297 of file cloud_iterator.hpp.
bool pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::isValid | ( | ) | const [inline] |
Definition at line 317 of file cloud_iterator.hpp.
const PointT& pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::operator* | ( | ) | const [inline] |
Definition at line 287 of file cloud_iterator.hpp.
void pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::operator++ | ( | ) | [inline] |
Definition at line 277 of file cloud_iterator.hpp.
void pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::operator++ | ( | int | ) | [inline] |
Definition at line 282 of file cloud_iterator.hpp.
const PointT* pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::operator-> | ( | ) | const [inline] |
Definition at line 292 of file cloud_iterator.hpp.
void pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::reset | ( | ) | [inline] |
Definition at line 312 of file cloud_iterator.hpp.
size_t pcl::ConstCloudIterator< PointT >::ConstIteratorIdx::size | ( | ) | const [inline] |
Definition at line 307 of file cloud_iterator.hpp.