ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Protected Member Functions | Private Attributes | Friends
itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator Class Reference

#include <itkPointSetToListSampleAdaptor.h>

Inheritance diagram for itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator:

List of all members.

Public Member Functions

 ConstIterator (const PointSetToListSampleAdaptor *adaptor)
 ConstIterator (const ConstIterator &iter)
AbsoluteFrequencyType GetFrequency () const
InstanceIdentifier GetInstanceIdentifier () const
const MeasurementVectorTypeGetMeasurementVector () const
bool operator!= (const ConstIterator &it)
ConstIteratoroperator++ ()
ConstIteratoroperator= (const ConstIterator &iter)
bool operator== (const ConstIterator &it)

Protected Member Functions

 ConstIterator (PointsContainerConstIteratorType iter, InstanceIdentifier iid)
 ConstIterator ()

Private Attributes

InstanceIdentifier m_InstanceIdentifier
PointsContainerConstIteratorType m_Iter

Friends

class PointSetToListSampleAdaptor

Detailed Description

template<class TPointSet>
class itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator

Definition at line 110 of file itkPointSetToListSampleAdaptor.h.


Constructor & Destructor Documentation

template<class TPointSet >
itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::ConstIterator ( const PointSetToListSampleAdaptor adaptor) [inline]
template<class TPointSet >
itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::ConstIterator ( const ConstIterator iter) [inline]
template<class TPointSet >
itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::ConstIterator ( PointsContainerConstIteratorType  iter,
InstanceIdentifier  iid 
) [inline, protected]

Definition at line 167 of file itkPointSetToListSampleAdaptor.h.

template<class TPointSet >
itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::ConstIterator ( ) [protected]

Member Function Documentation

template<class TPointSet >
AbsoluteFrequencyType itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::GetFrequency ( ) const [inline]

Definition at line 133 of file itkPointSetToListSampleAdaptor.h.

template<class TPointSet >
InstanceIdentifier itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::GetInstanceIdentifier ( ) const [inline]

Definition at line 143 of file itkPointSetToListSampleAdaptor.h.

template<class TPointSet >
const MeasurementVectorType& itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::GetMeasurementVector ( ) const [inline]

Definition at line 138 of file itkPointSetToListSampleAdaptor.h.

template<class TPointSet >
bool itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::operator!= ( const ConstIterator it) [inline]
template<class TPointSet >
ConstIterator& itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::operator++ ( ) [inline]

Definition at line 148 of file itkPointSetToListSampleAdaptor.h.

template<class TPointSet >
ConstIterator& itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::operator= ( const ConstIterator iter) [inline]
template<class TPointSet >
bool itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::operator== ( const ConstIterator it) [inline]

Friends And Related Function Documentation

template<class TPointSet >
friend class PointSetToListSampleAdaptor [friend]

Member Data Documentation


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