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

Const Iterator. More...

#include <itkImageToListSampleAdaptor.h>

Inheritance diagram for itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator:
Collaboration diagram for itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator:

List of all members.

Public Member Functions

 ConstIterator (const ImageToListSampleAdaptor *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 (ImageConstIteratorType iter, InstanceIdentifier iid)
 ConstIterator ()

Private Attributes

InstanceIdentifier m_InstanceIdentifier
ImageConstIteratorType m_Iter
MeasurementVectorType m_MeasurementVectorCache

Friends

class ImageToListSampleAdaptor

Detailed Description

template<class TImage>
class itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator

Const Iterator.

Definition at line 139 of file itkImageToListSampleAdaptor.h.


Constructor & Destructor Documentation

template<class TImage >
itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator::ConstIterator ( const ImageToListSampleAdaptor adaptor) [inline]
template<class TImage >
itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator::ConstIterator ( const ConstIterator iter) [inline]
template<class TImage >
itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator::ConstIterator ( ImageConstIteratorType  iter,
InstanceIdentifier  iid 
) [inline, protected]

Definition at line 197 of file itkImageToListSampleAdaptor.h.

template<class TImage >
itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator::ConstIterator ( ) [protected]

Member Function Documentation

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

Definition at line 162 of file itkImageToListSampleAdaptor.h.

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

Definition at line 173 of file itkImageToListSampleAdaptor.h.

template<class TImage >
const MeasurementVectorType& itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator::GetMeasurementVector ( ) const [inline]
template<class TImage >
bool itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator::operator!= ( const ConstIterator it) [inline]
template<class TImage >
ConstIterator& itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator::operator++ ( ) [inline]

Definition at line 178 of file itkImageToListSampleAdaptor.h.

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

Friends And Related Function Documentation

template<class TImage >
friend class ImageToListSampleAdaptor [friend]

Member Data Documentation

Definition at line 209 of file itkImageToListSampleAdaptor.h.


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