On this page
#include <pcl/impl/cloud_iterator.hpp>
Public Member Functions |
|
DefaultConstIterator (const PointCloud< PointT > &cloud) | |
~DefaultConstIterator () override=default | |
void | operator++ () override |
void | operator++ (int) override |
const PointT & | operator* () const override |
const PointT * | operator-> () const override |
unsigned | getCurrentPointIndex () const override |
unsigned | getCurrentIndex () const override |
std::size_t | size () const override |
void | reset () override |
bool | isValid () const override |
Detailed Description
template<typename PointT>
class pcl::ConstCloudIterator< PointT >::DefaultConstIterator
Definition at line 188 of file cloud_iterator.hpp.
Constructor & Destructor Documentation
DefaultConstIterator()
|
inline |
Definition at line 191 of file cloud_iterator.hpp.
~DefaultConstIterator()
|
overridedefault |
Member Function Documentation
getCurrentIndex()
|
inlineoverride |
Definition at line 224 of file cloud_iterator.hpp.
getCurrentPointIndex()
|
inlineoverride |
Definition at line 219 of file cloud_iterator.hpp.
isValid()
|
inlineoverride |
Definition at line 239 of file cloud_iterator.hpp.
operator*()
|
inlineoverride |
Definition at line 209 of file cloud_iterator.hpp.
operator++() [1/2]
|
inlineoverride |
Definition at line 199 of file cloud_iterator.hpp.
operator++() [2/2]
|
inlineoverride |
Definition at line 204 of file cloud_iterator.hpp.
operator->()
|
inlineoverride |
Definition at line 214 of file cloud_iterator.hpp.
reset()
|
inlineoverride |
Definition at line 234 of file cloud_iterator.hpp.
size()
|
inlineoverride |
Definition at line 229 of file cloud_iterator.hpp.
The documentation for this class was generated from the following file:
- pcl/impl/cloud_iterator.hpp
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1_const_cloud_iterator_1_1_default_const_iterator.html