Public Member Functions | Private Attributes
pcl::ConstCloudIterator< PointT >::DefaultConstIterator Class Reference

#include <cloud_iterator.hpp>

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

List of all members.

Public Member Functions

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

Private Attributes

const PointCloud< PointT > & cloud_
PointCloud< PointT >
::const_iterator 
iterator_

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

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

Definition at line 193 of file cloud_iterator.hpp.

Definition at line 199 of file cloud_iterator.hpp.


Member Function Documentation

template<typename PointT>
unsigned pcl::ConstCloudIterator< PointT >::DefaultConstIterator::getCurrentIndex ( ) const [inline, virtual]

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

Definition at line 228 of file cloud_iterator.hpp.

template<typename PointT>
unsigned pcl::ConstCloudIterator< PointT >::DefaultConstIterator::getCurrentPointIndex ( ) const [inline, virtual]

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

Definition at line 223 of file cloud_iterator.hpp.

template<typename PointT>
bool pcl::ConstCloudIterator< PointT >::DefaultConstIterator::isValid ( ) const [inline, virtual]

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

Definition at line 243 of file cloud_iterator.hpp.

template<typename PointT>
const PointT& pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator* ( ) const [inline, virtual]

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

Definition at line 213 of file cloud_iterator.hpp.

template<typename PointT>
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator++ ( ) [inline, virtual]

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

Definition at line 203 of file cloud_iterator.hpp.

template<typename PointT>
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator++ ( int  ) [inline, virtual]

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

Definition at line 208 of file cloud_iterator.hpp.

template<typename PointT>
const PointT* pcl::ConstCloudIterator< PointT >::DefaultConstIterator::operator-> ( ) const [inline, virtual]

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

Definition at line 218 of file cloud_iterator.hpp.

template<typename PointT>
void pcl::ConstCloudIterator< PointT >::DefaultConstIterator::reset ( ) [inline, virtual]

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

Definition at line 238 of file cloud_iterator.hpp.

template<typename PointT>
size_t pcl::ConstCloudIterator< PointT >::DefaultConstIterator::size ( ) const [inline, virtual]

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

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

Definition at line 233 of file cloud_iterator.hpp.


Member Data Documentation

template<typename PointT>
const PointCloud<PointT>& pcl::ConstCloudIterator< PointT >::DefaultConstIterator::cloud_ [private]

Definition at line 248 of file cloud_iterator.hpp.

template<typename PointT>
PointCloud<PointT>::const_iterator pcl::ConstCloudIterator< PointT >::DefaultConstIterator::iterator_ [private]

Definition at line 249 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:27