Public Member Functions | Private Attributes
pcl::DefaultIterator< PointT > Class Template Reference

#include <cloud_iterator.hpp>

Inheritance diagram for pcl::DefaultIterator< PointT >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DefaultIterator (PointCloud< PointT > &cloud)
unsigned getCurrentIndex () const
unsigned getCurrentPointIndex () const
bool isValid () const
PointToperator* () const
void operator++ ()
void operator++ (int)
PointToperator-> ()
void reset ()
size_t size () const
 Size of the range the iterator is going through. Depending on how the CloudIterator was constructed this is the size of the cloud or indices/correspondences.
 ~DefaultIterator ()

Private Attributes

PointCloud< PointT > & cloud_
PointCloud< PointT >::iterator iterator_

Detailed Description

template<class PointT>
class pcl::DefaultIterator< PointT >

Author:
Suat Gedikli

Definition at line 50 of file cloud_iterator.hpp.


Constructor & Destructor Documentation

template<class PointT >
pcl::DefaultIterator< PointT >::DefaultIterator ( PointCloud< PointT > &  cloud) [inline]

Definition at line 53 of file cloud_iterator.hpp.

template<class PointT >
pcl::DefaultIterator< PointT >::~DefaultIterator ( ) [inline]

Definition at line 59 of file cloud_iterator.hpp.


Member Function Documentation

template<class PointT >
unsigned pcl::DefaultIterator< PointT >::getCurrentIndex ( ) const [inline, virtual]

Implements pcl::CloudIterator< PointT >::Iterator.

Definition at line 88 of file cloud_iterator.hpp.

template<class PointT >
unsigned pcl::DefaultIterator< PointT >::getCurrentPointIndex ( ) const [inline, virtual]

Implements pcl::CloudIterator< PointT >::Iterator.

Definition at line 83 of file cloud_iterator.hpp.

template<class PointT >
bool pcl::DefaultIterator< PointT >::isValid ( ) const [inline, virtual]

Implements pcl::CloudIterator< PointT >::Iterator.

Definition at line 103 of file cloud_iterator.hpp.

template<class PointT >
PointT& pcl::DefaultIterator< PointT >::operator* ( ) const [inline, virtual]

Implements pcl::CloudIterator< PointT >::Iterator.

Definition at line 73 of file cloud_iterator.hpp.

template<class PointT >
void pcl::DefaultIterator< PointT >::operator++ ( ) [inline, virtual]

Implements pcl::CloudIterator< PointT >::Iterator.

Definition at line 63 of file cloud_iterator.hpp.

template<class PointT >
void pcl::DefaultIterator< PointT >::operator++ ( int  ) [inline, virtual]

Implements pcl::CloudIterator< PointT >::Iterator.

Definition at line 68 of file cloud_iterator.hpp.

template<class PointT >
PointT* pcl::DefaultIterator< PointT >::operator-> ( ) [inline]

Definition at line 78 of file cloud_iterator.hpp.

template<class PointT >
void pcl::DefaultIterator< PointT >::reset ( ) [inline, virtual]

Implements pcl::CloudIterator< PointT >::Iterator.

Definition at line 98 of file cloud_iterator.hpp.

template<class PointT >
size_t pcl::DefaultIterator< PointT >::size ( ) const [inline, virtual]

Size of the range the iterator is going through. Depending on how the CloudIterator was constructed this is the size of the cloud or indices/correspondences.

Implements pcl::CloudIterator< PointT >::Iterator.

Definition at line 93 of file cloud_iterator.hpp.


Member Data Documentation

template<class PointT >
PointCloud<PointT>& pcl::DefaultIterator< PointT >::cloud_ [private]

Definition at line 108 of file cloud_iterator.hpp.

template<class PointT >
PointCloud<PointT>::iterator pcl::DefaultIterator< PointT >::iterator_ [private]

Definition at line 109 of file cloud_iterator.hpp.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:39:55