ITK  5.4.0
Insight Toolkit
Public Member Functions | Protected Member Functions | Friends | List of all members
itk::Statistics::Subsample< TSample >::Iterator Class Reference

#include <itkSubsample.h>

Detailed Description

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

Definition at line 230 of file itkSubsample.h.

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

Public Member Functions

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

Protected Member Functions

 Iterator ()
 
 Iterator (const ConstIterator &it)
 
 Iterator (const Self *sample)
 
 Iterator (typename InstanceIdentifierHolder::const_iterator iter, const Self *classSample)
 
 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
 

Constructor & Destructor Documentation

◆ Iterator() [1/7]

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

Definition at line 235 of file itkSubsample.h.

◆ Iterator() [2/7]

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

Definition at line 239 of file itkSubsample.h.

◆ Iterator() [3/7]

template<typename TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( )
protected

◆ Iterator() [4/7]

template<typename TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( const Self sample)
protected

◆ Iterator() [5/7]

template<typename TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( typename InstanceIdentifierHolder::const_iterator  iter,
const Self classSample 
)
protected

◆ Iterator() [6/7]

template<typename TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( const ConstIterator it)
protected

◆ Iterator() [7/7]

template<typename TSample >
itk::Statistics::Subsample< TSample >::Iterator::Iterator ( typename InstanceIdentifierHolder::iterator  iter,
Self classSample 
)
inlineprotected

Definition at line 261 of file itkSubsample.h.

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Definition at line 244 of file itkSubsample.h.

Friends And Related Function Documentation

◆ Subsample

template<typename TSample >
friend class Subsample
friend

Definition at line 232 of file itkSubsample.h.


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