ITK  4.1.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)

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)

Friends

class 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 
) [inline, protected]

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: