point_cloud_library / 1.12.1 / classpcl_1_1_const_cloud_iterator_1_1_default_const_iterator.html /

#include <pcl/impl/cloud_iterator.hpp>

Inherits pcl::ConstCloudIterator< PointT >::Iterator.

Public Member Functions

DefaultConstIterator (const PointCloud< PointT > &cloud)
~DefaultConstIterator ()
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

Author
Suat Gedikli

Definition at line 190 of file cloud_iterator.hpp.

Constructor & Destructor Documentation

DefaultConstIterator()

template<typename PointT >
pcl::ConstCloudIterator< PointT >::DefaultConstIterator::DefaultConstIterator ( const PointCloud< PointT > & cloud )
inline

Definition at line 193 of file cloud_iterator.hpp.

~DefaultConstIterator()

template<typename PointT >
pcl::ConstCloudIterator< PointT >::DefaultConstIterator::~DefaultConstIterator ( )
inline

Definition at line 199 of file cloud_iterator.hpp.

Member Function Documentation

getCurrentIndex()

template<typename PointT >
unsigned pcl::ConstCloudIterator< PointT >::DefaultConstIterator::getCurrentIndex ( ) const
inlineoverride

Definition at line 228 of file cloud_iterator.hpp.

getCurrentPointIndex()

template<typename PointT >
unsigned pcl::ConstCloudIterator< PointT >::DefaultConstIterator::getCurrentPointIndex ( ) const
inlineoverride

Definition at line 223 of file cloud_iterator.hpp.

isValid()

template<typename PointT >
bool pcl::ConstCloudIterator< PointT >::DefaultConstIterator::isValid ( ) const
inlineoverride

Definition at line 243 of file cloud_iterator.hpp.

operator*()

template<typename PointT >
const PointT& pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator* ( ) const
inlineoverride

Definition at line 213 of file cloud_iterator.hpp.

operator++() [1/2]

template<typename PointT >
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator++ ( )
inlineoverride

Definition at line 203 of file cloud_iterator.hpp.

operator++() [2/2]

template<typename PointT >
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator++ ( int )
inlineoverride

Definition at line 208 of file cloud_iterator.hpp.

operator->()

template<typename PointT >
const PointT* pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator-> ( ) const
inlineoverride

Definition at line 218 of file cloud_iterator.hpp.

reset()

template<typename PointT >
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::reset ( )
inlineoverride

Definition at line 238 of file cloud_iterator.hpp.

size()

template<typename PointT >
std::size_t pcl::ConstCloudIterator< PointT >::DefaultConstIterator::size ( ) const
inlineoverride

Definition at line 233 of file cloud_iterator.hpp.


The documentation for this class was generated from the following file:

© 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