Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions
pcl::IteratorIdx< PointT > Class Template Reference

#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)
 
PointToperator* () const
 
PointToperator-> ()
 
unsigned getCurrentPointIndex () const
 
unsigned getCurrentIndex () const
 
std::size_t size () const
 
void reset ()
 
bool isValid () const
 

Detailed Description

template<class PointT>
class pcl::IteratorIdx< PointT >

Author
Suat Gedikli

Definition at line 114 of file cloud_iterator.hpp.

Constructor & Destructor Documentation

◆ IteratorIdx() [1/2]

template<class PointT >
pcl::IteratorIdx< PointT >::IteratorIdx ( PointCloud< PointT > &  cloud,
const Indices indices 
)
inline

Definition at line 117 of file cloud_iterator.hpp.

◆ IteratorIdx() [2/2]

template<class PointT >
pcl::IteratorIdx< PointT >::IteratorIdx ( PointCloud< PointT > &  cloud,
const PointIndices indices 
)
inline

Definition at line 124 of file cloud_iterator.hpp.

◆ ~IteratorIdx()

template<class PointT >
virtual pcl::IteratorIdx< PointT >::~IteratorIdx ( )
virtualdefault

Member Function Documentation

◆ getCurrentIndex()

template<class PointT >
unsigned pcl::IteratorIdx< PointT >::getCurrentIndex ( ) const
inline

Definition at line 158 of file cloud_iterator.hpp.

◆ getCurrentPointIndex()

template<class PointT >
unsigned pcl::IteratorIdx< PointT >::getCurrentPointIndex ( ) const
inline

Definition at line 153 of file cloud_iterator.hpp.

◆ isValid()

template<class PointT >
bool pcl::IteratorIdx< PointT >::isValid ( ) const
inline

Definition at line 173 of file cloud_iterator.hpp.

◆ operator*()

template<class PointT >
PointT& pcl::IteratorIdx< PointT >::operator* ( ) const
inline

Definition at line 143 of file cloud_iterator.hpp.

◆ operator++() [1/2]

template<class PointT >
void pcl::IteratorIdx< PointT >::operator++ ( )
inline

Definition at line 133 of file cloud_iterator.hpp.

◆ operator++() [2/2]

template<class PointT >
void pcl::IteratorIdx< PointT >::operator++ ( int  )
inline

Definition at line 138 of file cloud_iterator.hpp.

◆ operator->()

template<class PointT >
PointT* pcl::IteratorIdx< PointT >::operator-> ( )
inline

Definition at line 148 of file cloud_iterator.hpp.

◆ reset()

template<class PointT >
void pcl::IteratorIdx< PointT >::reset ( )
inline

Definition at line 168 of file cloud_iterator.hpp.

◆ size()

template<class PointT >
std::size_t pcl::IteratorIdx< PointT >::size ( ) const
inline

Definition at line 163 of file cloud_iterator.hpp.


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