Point Cloud Library (PCL)  1.7.0
Public Member Functions
pcl::ConstCloudIterator< PointT >::DefaultConstIterator Class Reference

#include <pcl/impl/cloud_iterator.hpp>

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

List of all members.

Public Member Functions

 DefaultConstIterator (const PointCloud< PointT > &cloud)
 ~DefaultConstIterator ()
void operator++ ()
void operator++ (int)
const PointToperator* () const
const PointToperator-> () const
unsigned getCurrentPointIndex () const
unsigned getCurrentIndex () const
size_t size () const
void reset ()
bool isValid () const

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]

Definition at line 228 of file cloud_iterator.hpp.

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

Definition at line 223 of file cloud_iterator.hpp.

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

Definition at line 243 of file cloud_iterator.hpp.

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

Definition at line 213 of file cloud_iterator.hpp.

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

Definition at line 203 of file cloud_iterator.hpp.

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

Definition at line 208 of file cloud_iterator.hpp.

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

Definition at line 218 of file cloud_iterator.hpp.

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

Definition at line 238 of file cloud_iterator.hpp.

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

Definition at line 233 of file cloud_iterator.hpp.


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