Point Cloud Library (PCL)
1.14.1-dev
|
Iterator class for point clouds with or without given indices. More...
#include <pcl/cloud_iterator.h>
Public Member Functions | |
CloudIterator (PointCloud< PointT > &cloud) | |
CloudIterator (PointCloud< PointT > &cloud, const Indices &indices) | |
CloudIterator (PointCloud< PointT > &cloud, const PointIndices &indices) | |
CloudIterator (PointCloud< PointT > &cloud, const Correspondences &corrs, bool source) | |
~CloudIterator () | |
void | operator++ () |
void | operator++ (int) |
PointT & | operator* () const |
PointT * | operator-> () const |
unsigned | getCurrentPointIndex () const |
unsigned | getCurrentIndex () const |
std::size_t | size () const |
Size of the range the iterator is going through. More... | |
void | reset () |
bool | isValid () const |
operator bool () const | |
Iterator class for point clouds with or without given indices.
Definition at line 51 of file cloud_iterator.h.
pcl::CloudIterator< PointT >::CloudIterator | ( | PointCloud< PointT > & | cloud | ) |
Definition at line 327 of file cloud_iterator.hpp.
pcl::CloudIterator< PointT >::CloudIterator | ( | PointCloud< PointT > & | cloud, |
const Indices & | indices | ||
) |
Definition at line 334 of file cloud_iterator.hpp.
pcl::CloudIterator< PointT >::CloudIterator | ( | PointCloud< PointT > & | cloud, |
const PointIndices & | indices | ||
) |
Definition at line 342 of file cloud_iterator.hpp.
pcl::CloudIterator< PointT >::CloudIterator | ( | PointCloud< PointT > & | cloud, |
const Correspondences & | corrs, | ||
bool | source | ||
) |
Definition at line 350 of file cloud_iterator.hpp.
pcl::CloudIterator< PointT >::~CloudIterator |
Definition at line 370 of file cloud_iterator.hpp.
unsigned pcl::CloudIterator< PointT >::getCurrentIndex |
Definition at line 412 of file cloud_iterator.hpp.
unsigned pcl::CloudIterator< PointT >::getCurrentPointIndex |
Definition at line 405 of file cloud_iterator.hpp.
bool pcl::CloudIterator< PointT >::isValid |
Definition at line 433 of file cloud_iterator.hpp.
Referenced by pcl::CloudIterator< PointT >::operator bool().
|
inline |
Definition at line 83 of file cloud_iterator.h.
References pcl::CloudIterator< PointT >::isValid().
PointT & pcl::CloudIterator< PointT >::operator* |
Definition at line 391 of file cloud_iterator.hpp.
void pcl::CloudIterator< PointT >::operator++ |
Definition at line 377 of file cloud_iterator.hpp.
void pcl::CloudIterator< PointT >::operator++ | ( | int | ) |
Definition at line 384 of file cloud_iterator.hpp.
PointT * pcl::CloudIterator< PointT >::operator-> |
Definition at line 398 of file cloud_iterator.hpp.
void pcl::CloudIterator< PointT >::reset |
Definition at line 426 of file cloud_iterator.hpp.
std::size_t pcl::CloudIterator< PointT >::size |
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.
Definition at line 419 of file cloud_iterator.hpp.