ITK  5.4.0
Insight Toolkit
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator Class Reference

#include <itkPointSetToListSampleAdaptor.h>

Detailed Description

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

Definition at line 115 of file itkPointSetToListSampleAdaptor.h.

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

Public Member Functions

 ConstIterator (const ConstIterator &iter)
 
 ConstIterator (const PointSetToListSampleAdaptor *adaptor)
 
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

 ConstIterator (PointsContainerConstIteratorType iter, InstanceIdentifier iid)
 

Private Member Functions

 ConstIterator ()=delete
 

Private Attributes

InstanceIdentifier m_InstanceIdentifier
 
PointsContainerConstIteratorType m_Iter
 

Friends

class PointSetToListSampleAdaptor
 

Constructor & Destructor Documentation

◆ ConstIterator() [1/4]

template<typename TPointSet >
itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::ConstIterator ( const PointSetToListSampleAdaptor adaptor)
inline

◆ ConstIterator() [2/4]

template<typename TPointSet >
itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::ConstIterator ( const ConstIterator iter)
inline

◆ ConstIterator() [3/4]

template<typename TPointSet >
itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::ConstIterator ( PointsContainerConstIteratorType  iter,
InstanceIdentifier  iid 
)
inlineprotected

Definition at line 172 of file itkPointSetToListSampleAdaptor.h.

◆ ConstIterator() [4/4]

template<typename TPointSet >
itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::ConstIterator ( )
privatedelete

Member Function Documentation

◆ GetFrequency()

template<typename TPointSet >
AbsoluteFrequencyType itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::GetFrequency ( ) const
inline

Definition at line 137 of file itkPointSetToListSampleAdaptor.h.

◆ GetInstanceIdentifier()

template<typename TPointSet >
InstanceIdentifier itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::GetInstanceIdentifier ( ) const
inline

Definition at line 149 of file itkPointSetToListSampleAdaptor.h.

◆ GetMeasurementVector()

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

Definition at line 143 of file itkPointSetToListSampleAdaptor.h.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TPointSet >
itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( ConstIterator  )

◆ operator++()

template<typename TPointSet >
ConstIterator& itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::operator++ ( )
inline

Definition at line 155 of file itkPointSetToListSampleAdaptor.h.

◆ operator=()

template<typename TPointSet >
ConstIterator& itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::operator= ( const ConstIterator iter)
inline

◆ operator==()

template<typename TPointSet >
bool itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::operator== ( const ConstIterator it) const
inline

Friends And Related Function Documentation

◆ PointSetToListSampleAdaptor

template<typename TPointSet >
friend class PointSetToListSampleAdaptor
friend

Definition at line 117 of file itkPointSetToListSampleAdaptor.h.

Member Data Documentation

◆ m_InstanceIdentifier

template<typename TPointSet >
InstanceIdentifier itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::m_InstanceIdentifier
private

◆ m_Iter

template<typename TPointSet >
PointsContainerConstIteratorType itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::m_Iter
private

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