|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <pcl/impl/cloud_iterator.hpp>
Inheritance diagram for pcl::IteratorIdx< PointT >:
Collaboration diagram for pcl::IteratorIdx< PointT >:Public Member Functions | |
| IteratorIdx (PointCloud< PointT > &cloud, const Indices &indices) | |
| IteratorIdx (PointCloud< PointT > &cloud, const PointIndices &indices) | |
| virtual | ~IteratorIdx ()=default |
| void | operator++ () |
| void | operator++ (int) |
| PointT & | operator* () const |
| PointT * | operator-> () |
| unsigned | getCurrentPointIndex () const |
| unsigned | getCurrentIndex () const |
| std::size_t | size () const |
| void | reset () |
| bool | isValid () const |
Definition at line 114 of file cloud_iterator.hpp.
|
inline |
Definition at line 117 of file cloud_iterator.hpp.
|
inline |
Definition at line 124 of file cloud_iterator.hpp.
|
virtualdefault |
|
inline |
Definition at line 158 of file cloud_iterator.hpp.
|
inline |
Definition at line 153 of file cloud_iterator.hpp.
|
inline |
Definition at line 173 of file cloud_iterator.hpp.
|
inline |
Definition at line 143 of file cloud_iterator.hpp.
|
inline |
Definition at line 133 of file cloud_iterator.hpp.
|
inline |
Definition at line 138 of file cloud_iterator.hpp.
|
inline |
Definition at line 148 of file cloud_iterator.hpp.
|
inline |
Definition at line 168 of file cloud_iterator.hpp.
|
inline |
Definition at line 163 of file cloud_iterator.hpp.