![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkSubsample.h>
Definition at line 230 of file itkSubsample.h.
Public Member Functions | |
Iterator (const Iterator &iter) | |
Iterator (Self *sample) | |
Iterator & | operator= (const Iterator &iter) |
![]() | |
ConstIterator (const ConstIterator &iter) | |
ConstIterator (const Self *sample) | |
AbsoluteFrequencyType | GetFrequency () const |
InstanceIdentifier | GetInstanceIdentifier () const |
const MeasurementVectorType & | GetMeasurementVector () const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIterator) | |
ConstIterator & | operator++ () |
ConstIterator & | operator= (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) | |
ConstIterator & | operator= (const ConstIterator &it) |
![]() | |
ConstIterator () | |
ConstIterator (typename InstanceIdentifierHolder::const_iterator iter, const Self *classSample) | |
Friends | |
class | Subsample |
Additional Inherited Members | |
![]() | |
InstanceIdentifierHolder::const_iterator | m_Iter |
const TSample * | m_Sample |
const Self * | m_Subsample |
|
inline |
Definition at line 235 of file itkSubsample.h.
|
inline |
Definition at line 239 of file itkSubsample.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotected |
Definition at line 261 of file itkSubsample.h.
|
protected |
|
inline |
Definition at line 244 of file itkSubsample.h.
|
friend |
Definition at line 232 of file itkSubsample.h.