#include <pcl/impl/cloud_iterator.hpp>


Public Member Functions | |
| IteratorIdx (PointCloud< PointT > &cloud, const std::vector< int > &indices) | |
| IteratorIdx (PointCloud< PointT > &cloud, const PointIndices &indices) | |
| virtual | ~IteratorIdx () |
| void | operator++ () |
| void | operator++ (int) |
| PointT & | operator* () const |
| PointT * | operator-> () |
| unsigned | getCurrentPointIndex () const |
| unsigned | getCurrentIndex () const |
| size_t | size () const |
| void | reset () |
| bool | isValid () const |
Definition at line 116 of file cloud_iterator.hpp.
| pcl::IteratorIdx< PointT >::IteratorIdx | ( | PointCloud< PointT > & | cloud, | |
| const std::vector< int > & | indices | |||
| ) | [inline] |
Definition at line 119 of file cloud_iterator.hpp.
| pcl::IteratorIdx< PointT >::IteratorIdx | ( | PointCloud< PointT > & | cloud, | |
| const PointIndices & | indices | |||
| ) | [inline] |
Definition at line 126 of file cloud_iterator.hpp.
| virtual pcl::IteratorIdx< PointT >::~IteratorIdx | ( | ) | [inline, virtual] |
Definition at line 133 of file cloud_iterator.hpp.
| unsigned pcl::IteratorIdx< PointT >::getCurrentIndex | ( | ) | const [inline] |
Definition at line 160 of file cloud_iterator.hpp.
| unsigned pcl::IteratorIdx< PointT >::getCurrentPointIndex | ( | ) | const [inline] |
Definition at line 155 of file cloud_iterator.hpp.
| bool pcl::IteratorIdx< PointT >::isValid | ( | ) | const [inline] |
Definition at line 175 of file cloud_iterator.hpp.
| PointT& pcl::IteratorIdx< PointT >::operator* | ( | ) | const [inline] |
Definition at line 145 of file cloud_iterator.hpp.
| void pcl::IteratorIdx< PointT >::operator++ | ( | int | ) | [inline] |
Definition at line 140 of file cloud_iterator.hpp.
| void pcl::IteratorIdx< PointT >::operator++ | ( | ) | [inline] |
Definition at line 135 of file cloud_iterator.hpp.
| PointT* pcl::IteratorIdx< PointT >::operator-> | ( | ) | [inline] |
Definition at line 150 of file cloud_iterator.hpp.
| void pcl::IteratorIdx< PointT >::reset | ( | ) | [inline] |
Definition at line 170 of file cloud_iterator.hpp.
| size_t pcl::IteratorIdx< PointT >::size | ( | ) | const [inline] |
Definition at line 165 of file cloud_iterator.hpp.