ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Protected Member Functions | Friends
itk::Statistics::Subsample< TSample >::Iterator Class Reference

#include <itkSubsample.h>

+ Inheritance diagram for itk::Statistics::Subsample< TSample >::Iterator:
+ Collaboration diagram for itk::Statistics::Subsample< TSample >::Iterator:

List of all members.

Public Member Functions

 Iterator (Self *sample)
 Iterator (const Iterator &iter)
Iteratoroperator= (const Iterator &iter)
- Public Member Functions inherited from itk::Statistics::Subsample< TSample >::ConstIterator
 ConstIterator (const Self *sample)
 ConstIterator (const ConstIterator &iter)
AbsoluteFrequencyType GetFrequency () const
InstanceIdentifier GetInstanceIdentifier () const
const MeasurementVectorTypeGetMeasurementVector () const
bool operator!= (const ConstIterator &it)
ConstIteratoroperator++ ()
bool operator== (const ConstIterator &it)

Protected Member Functions

 Iterator ()
 Iterator (const Self *sample)
 Iterator (typename InstanceIdentifierHolder::const_iterator iter, const Self *classSample)
 Iterator (const ConstIterator &it)
 Iterator (typename InstanceIdentifierHolder::iterator iter, Self *classSample)
ConstIteratoroperator= (const ConstIterator &it)
- Protected Member Functions inherited from itk::Statistics::Subsample< TSample >::ConstIterator
 ConstIterator ()
 ConstIterator (typename InstanceIdentifierHolder::const_iterator iter, const Self *classSample)

Friends

class Subsample

Additional Inherited Members

- Protected Attributes inherited from itk::Statistics::Subsample< TSample >::ConstIterator
InstanceIdentifierHolder::const_iterator m_Iter
const TSample * m_Sample
const Selfm_Subsample

Detailed Description

template<class TSample>
class itk::Statistics::Subsample< TSample >::Iterator

Definition at line 196 of file itkSubsample.h.


Constructor & Destructor Documentation

template<class TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( Self sample)
inline

Definition at line 201 of file itkSubsample.h.

template<class TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( const Iterator iter)
inline

Definition at line 204 of file itkSubsample.h.

template<class TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( )
protected
template<class TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( const Self sample)
protected
template<class TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( typename InstanceIdentifierHolder::const_iterator  iter,
const Self classSample 
)
protected
template<class TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( const ConstIterator it)
protected
template<class TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( typename InstanceIdentifierHolder::iterator  iter,
Self classSample 
)
inlineprotected

Definition at line 224 of file itkSubsample.h.


Member Function Documentation

template<class TSample >
Iterator& itk::Statistics::Subsample< TSample >::Iterator::operator= ( const Iterator iter)
inline

Definition at line 207 of file itkSubsample.h.

template<class TSample >
ConstIterator& itk::Statistics::Subsample< TSample >::Iterator::operator= ( const ConstIterator it)
protected

Friends And Related Function Documentation

template<class TSample >
friend class Subsample
friend

Reimplemented from itk::Statistics::Subsample< TSample >::ConstIterator.

Definition at line 198 of file itkSubsample.h.


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