ITK  4.8.0
Insight Segmentation and Registration Toolkit
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition > Class Template Reference

#include <itkImageToNeighborhoodSampleAdaptor.h>

+ Inheritance diagram for itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >:
+ Collaboration diagram for itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >:

Detailed Description

template<typename TImage, typename TBoundaryCondition>
class itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >

This class provides ListSample interface to ITK Image.

After calling SetImage( const Image * ) method to plug in the image object, users can use Sample interfaces to access Image neighborhoods. The resulting data are a list of measurement vectors where each measurement vector has one element, an itkConstNeighborhoodIterator.

This class handles images with scalar, fixed array or variable length vector pixel types.

See Also
Sample, ListSample, Neighborhood

Definition at line 52 of file itkImageToNeighborhoodSampleAdaptor.h.

Classes

class  ConstIterator
 
class  Iterator
 

Public Types

typedef
Superclass::AbsoluteFrequencyType 
AbsoluteFrequencyType
 
typedef SmartPointer< const SelfConstPointer
 
typedef ImageType::ConstPointer ImageConstPointer
 
typedef
ImageRegionIteratorWithIndex
< TImage > 
ImageIteratorType
 
typedef ImageType::Pointer ImagePointer
 
typedef TImage ImageType
 
typedef ImageType::IndexType IndexType
 
typedef
Superclass::InstanceIdentifier 
InstanceIdentifier
 
typedef ValueType MeasurementType
 
typedef
Superclass::MeasurementVectorSizeType 
MeasurementVectorSizeType
 
typedef std::vector
< ConstNeighborhoodIterator
< TImage, TBoundaryCondition > > 
MeasurementVectorType
 
typedef
NeighborhoodIteratorType::IndexType 
NeighborhoodIndexType
 
typedef
ConstNeighborhoodIterator
< TImage, TBoundaryCondition > 
NeighborhoodIteratorType
 
typedef
NeighborhoodIteratorType::RadiusType 
NeighborhoodRadiusType
 
typedef
NeighborhoodIteratorType::SizeType 
NeighborhoodSizeType
 
typedef
NeighborhoodIteratorType::NeighborhoodType 
NeighborhoodType
 
typedef NeighborhoodIterator
< TImage, TBoundaryCondition > 
NonConstNeighborhoodIteratorType
 
typedef RegionType::OffsetTableType OffsetTableType
 
typedef ImageType::OffsetType OffsetType
 
typedef ImageType::OffsetValueType OffsetValueType
 
typedef
ImageType::PixelContainerConstPointer 
PixelContainerConstPointer
 
typedef ImageType::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef ImageType::RegionType RegionType
 
typedef
ImageToNeighborhoodSampleAdaptor 
Self
 
typedef ImageType::SizeType SizeType
 
typedef ListSample
< std::vector
< ConstNeighborhoodIterator
< TImage, TBoundaryCondition > > > 
Superclass
 
typedef
Superclass::TotalAbsoluteFrequencyType 
TotalAbsoluteFrequencyType
 
typedef
MeasurementVectorType::value_type 
ValueType
 
- Public Types inherited from itk::Statistics::ListSample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >
typedef
Superclass::AbsoluteFrequencyType 
AbsoluteFrequencyType
 
typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::InstanceIdentifier 
InstanceIdentifier
 
typedef std::vector
< MeasurementVectorType
InternalDataContainerType
 
typedef Superclass::MeasurementType MeasurementType
 
typedef
Superclass::MeasurementVectorSizeType 
MeasurementVectorSizeType
 
typedef
Superclass::MeasurementVectorType 
MeasurementVectorType
 
typedef SmartPointer< SelfPointer
 
typedef ListSample Self
 
typedef Sample< std::vector
< ConstNeighborhoodIterator
< TImage, TBoundaryCondition > > > 
Superclass
 
typedef
Superclass::TotalAbsoluteFrequencyType 
TotalAbsoluteFrequencyType
 
typedef MeasurementVectorType ValueType
 
- Public Types inherited from itk::Statistics::Sample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >
typedef
MeasurementVectorTraits::AbsoluteFrequencyType 
AbsoluteFrequencyType
 
typedef SmartPointer< const SelfConstPointer
 
typedef
MeasurementVectorTraits::InstanceIdentifier 
InstanceIdentifier
 
typedef
MeasurementVectorTraitsTypes
< MeasurementVectorType >
::ValueType 
MeasurementType
 
typedef unsigned int MeasurementVectorSizeType
 
typedef std::vector
< ConstNeighborhoodIterator
< TImage, TBoundaryCondition > > 
MeasurementVectorType
 
typedef SmartPointer< SelfPointer
 
typedef Sample Self
 
typedef DataObject Superclass
 
typedef NumericTraits
< AbsoluteFrequencyType >
::AccumulateType 
TotalAbsoluteFrequencyType
 
- Public Types inherited from itk::DataObject
typedef SmartPointer< const SelfConstPointer
 
typedef std::string DataObjectIdentifierType
 
typedef std::vector< Pointer >
::size_type 
DataObjectPointerArraySizeType
 
typedef SmartPointer< SelfPointer
 
typedef DataObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
AbsoluteFrequencyType GetFrequency (InstanceIdentifier id) const override
 
const TImage * GetImage () const
 
virtual const
MeasurementVectorType
GetMeasurementVector (InstanceIdentifier id) const override
 
virtual const char * GetNameOfClass () const
 
NeighborhoodRadiusType GetRadius () const
 
RegionType GetRegion () const
 
TotalAbsoluteFrequencyType GetTotalFrequency () const override
 
virtual bool GetUseImageRegion () const
 
void SetImage (const TImage *image)
 
void SetRadius (const NeighborhoodRadiusType &radius)
 
void SetRegion (const RegionType &region)
 
void SetUseImageRegion (const bool &flag)
 
InstanceIdentifier Size () const override
 
virtual void UseImageRegionOff ()
 
virtual void UseImageRegionOn ()
 
Iterator Begin ()
 
Iterator End ()
 
ConstIterator Begin () const
 
ConstIterator End () const
 
- Public Member Functions inherited from itk::Statistics::ListSample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >
Iterator Begin ()
 
ConstIterator Begin () const
 
void Clear ()
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
Iterator End ()
 
ConstIterator End () const
 
AbsoluteFrequencyType GetFrequency (InstanceIdentifier id) const override
 
const MeasurementVectorTypeGetMeasurementVector (InstanceIdentifier id) const override
 
TotalAbsoluteFrequencyType GetTotalFrequency () const override
 
virtual void Graft (const DataObject *thatObject) override
 
void PushBack (const MeasurementVectorType &mv)
 
void Resize (InstanceIdentifier newsize)
 
void SetMeasurement (InstanceIdentifier id, unsigned int dim, const MeasurementType &value)
 
void SetMeasurementVector (InstanceIdentifier id, const MeasurementVectorType &mv)
 
InstanceIdentifier Size () const override
 
- Public Member Functions inherited from itk::Statistics::Sample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >
virtual AbsoluteFrequencyType GetFrequency (InstanceIdentifier id) const =0
 
virtual const
MeasurementVectorType
GetMeasurementVector (InstanceIdentifier id) const =0
 
virtual MeasurementVectorSizeType GetMeasurementVectorSize () const
 
virtual void SetMeasurementVectorSize (MeasurementVectorSizeType s)
 
- Public Member Functions inherited from itk::DataObject
virtual void CopyInformation (const DataObject *)
 
virtual void DataHasBeenGenerated ()
 
void DisconnectPipeline ()
 
bool GetDataReleased () const
 
virtual const bool & GetReleaseDataFlag () const
 
SmartPointerForwardReference
< ProcessObject
GetSource () const
 
DataObjectPointerArraySizeType GetSourceOutputIndex () const
 
const DataObjectIdentifierTypeGetSourceOutputName () const
 
virtual ModifiedTimeType GetUpdateMTime () const
 
virtual void Initialize ()
 
virtual void PrepareForNewData ()
 
virtual void PropagateRequestedRegion ()
 
void ReleaseData ()
 
virtual void ReleaseDataFlagOff ()
 
virtual void ReleaseDataFlagOn ()
 
virtual bool RequestedRegionIsOutsideOfTheBufferedRegion ()
 
virtual void ResetPipeline ()
 
void SetReleaseDataFlag (bool flag)
 
virtual void SetRequestedRegion (const DataObject *)
 
virtual void SetRequestedRegionToLargestPossibleRegion ()
 
bool ShouldIReleaseData () const
 
virtual void Update ()
 
virtual void UpdateOutputData ()
 
virtual void UpdateOutputInformation ()
 
virtual bool VerifyRequestedRegion ()
 
void SetPipelineMTime (ModifiedTimeType time)
 
virtual const ModifiedTimeTypeGetPipelineMTime () const
 
virtual void SetRealTimeStamp (RealTimeStamp _arg)
 
virtual const RealTimeStampGetRealTimeStamp () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::Statistics::ListSample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::DataObject
static bool GetGlobalReleaseDataFlag ()
 
static void GlobalReleaseDataFlagOff ()
 
static void GlobalReleaseDataFlagOn ()
 
static void SetGlobalReleaseDataFlag (bool val)
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

 ImageToNeighborhoodSampleAdaptor ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual ~ImageToNeighborhoodSampleAdaptor ()
 
- Protected Member Functions inherited from itk::Statistics::ListSample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >
 ListSample ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual ~ListSample ()
 
- Protected Member Functions inherited from itk::Statistics::Sample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >
 Sample ()
 
virtual ~Sample ()
 
- Protected Member Functions inherited from itk::DataObject
 DataObject ()
 
virtual void PropagateResetPipeline ()
 
 ~DataObject ()
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Member Functions

 ImageToNeighborhoodSampleAdaptor (const Self &)
 
void operator= (const Self &)
 

Private Attributes

ImageConstPointer m_Image
 
InstanceIdentifier m_InstanceIdentifierInternal
 
MeasurementVectorType m_MeasurementVectorInternal
 
IndexType m_NeighborIndexInternal
 
OffsetTableType m_OffsetTable
 
NeighborhoodRadiusType m_Radius
 
RegionType m_Region
 
bool m_UseImageRegion
 

Additional Inherited Members

- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TImage , typename TBoundaryCondition >
typedef Superclass::AbsoluteFrequencyType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::AbsoluteFrequencyType

Definition at line 100 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef SmartPointer<const Self> itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ConstPointer

Definition at line 63 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ImageType::ConstPointer itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ImageConstPointer

Definition at line 74 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ImageRegionIteratorWithIndex< TImage > itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ImageIteratorType

Definition at line 83 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ImageType::Pointer itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ImagePointer

Definition at line 73 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef TImage itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ImageType

Image typedefs

Definition at line 69 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ImageType::IndexType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::IndexType

Definition at line 75 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef Superclass::InstanceIdentifier itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::InstanceIdentifier

Definition at line 103 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ValueType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::MeasurementType

Definition at line 98 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef Superclass::MeasurementVectorSizeType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::MeasurementVectorSizeType

Definition at line 102 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::MeasurementVectorType

Superclass typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value

Definition at line 96 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef NeighborhoodIteratorType::IndexType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NeighborhoodIndexType

Definition at line 90 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ConstNeighborhoodIterator< TImage, TBoundaryCondition > itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NeighborhoodIteratorType

Neighborhood Iterator typedef support

Definition at line 86 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef NeighborhoodIteratorType::RadiusType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NeighborhoodRadiusType

Definition at line 89 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef NeighborhoodIteratorType::SizeType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NeighborhoodSizeType

Definition at line 91 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef NeighborhoodIteratorType::NeighborhoodType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NeighborhoodType

Definition at line 88 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef NeighborhoodIterator< TImage, TBoundaryCondition > itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NonConstNeighborhoodIteratorType

Definition at line 87 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef RegionType::OffsetTableType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::OffsetTableType

Definition at line 81 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ImageType::OffsetType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::OffsetType

Definition at line 76 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ImageType::OffsetValueType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::OffsetValueType

Definition at line 77 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ImageType::PixelContainerConstPointer itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::PixelContainerConstPointer

Definition at line 79 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ImageType::PixelType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::PixelType

Definition at line 78 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef SmartPointer< Self > itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::Pointer

Definition at line 62 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ImageType::RegionType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::RegionType

Definition at line 80 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ImageToNeighborhoodSampleAdaptor itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::Self

Standard class typedefs

Definition at line 57 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ImageType::SizeType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::SizeType

Definition at line 82 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef ListSample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > > itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::Superclass

Definition at line 60 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef Superclass::TotalAbsoluteFrequencyType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::TotalAbsoluteFrequencyType

Definition at line 101 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
typedef MeasurementVectorType::value_type itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ValueType

Definition at line 97 of file itkImageToNeighborhoodSampleAdaptor.h.

Constructor & Destructor Documentation

template<typename TImage , typename TBoundaryCondition >
itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ImageToNeighborhoodSampleAdaptor ( )
protected
template<typename TImage , typename TBoundaryCondition >
virtual itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::~ImageToNeighborhoodSampleAdaptor ( )
inlineprotectedvirtual

Definition at line 306 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ImageToNeighborhoodSampleAdaptor ( const Self )
private

Member Function Documentation

template<typename TImage , typename TBoundaryCondition >
Iterator itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::Begin ( )
inline
template<typename TImage , typename TBoundaryCondition >
ConstIterator itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::Begin ( ) const
inline
template<typename TImage , typename TBoundaryCondition >
virtual::itk::LightObject::Pointer itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::CreateAnother ( ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<typename TImage , typename TBoundaryCondition >
Iterator itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::End ( )
inline
template<typename TImage , typename TBoundaryCondition >
ConstIterator itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::End ( ) const
inline
template<typename TImage , typename TBoundaryCondition >
AbsoluteFrequencyType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetFrequency ( InstanceIdentifier  id) const
override

method to return frequency for a specified id

template<typename TImage , typename TBoundaryCondition >
const TImage* itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetImage ( ) const

Method to get the image

template<typename TImage , typename TBoundaryCondition >
virtual const MeasurementVectorType& itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetMeasurementVector ( InstanceIdentifier  id) const
overridevirtual

method to return measurement vector for a specified id

template<typename TImage , typename TBoundaryCondition >
virtual const char* itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::Statistics::ListSample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >.

template<typename TImage , typename TBoundaryCondition >
NeighborhoodRadiusType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetRadius ( ) const

Method to get the radius

template<typename TImage , typename TBoundaryCondition >
RegionType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetRegion ( ) const

Method to get the region

template<typename TImage , typename TBoundaryCondition >
TotalAbsoluteFrequencyType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetTotalFrequency ( ) const
overridevirtual
template<typename TImage , typename TBoundaryCondition >
virtual bool itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetUseImageRegion ( ) const
virtual

Method to get UseImageRegion flag

template<typename TImage , typename TBoundaryCondition >
static Pointer itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::New ( )
static

Method for creation through the object factory.

template<typename TImage , typename TBoundaryCondition >
void itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::operator= ( const Self )
private
template<typename TImage , typename TBoundaryCondition >
void itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::Statistics::Sample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >.

template<typename TImage , typename TBoundaryCondition >
void itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::SetImage ( const TImage *  image)

Method to set the image

template<typename TImage , typename TBoundaryCondition >
void itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::SetRadius ( const NeighborhoodRadiusType radius)

Method to set the radius

template<typename TImage , typename TBoundaryCondition >
void itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::SetRegion ( const RegionType region)

Method to set the region

template<typename TImage , typename TBoundaryCondition >
void itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::SetUseImageRegion ( const bool &  flag)
template<typename TImage , typename TBoundaryCondition >
InstanceIdentifier itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::Size ( ) const
overridevirtual

returns the number of measurement vectors in this container

Implements itk::Statistics::Sample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >.

template<typename TImage , typename TBoundaryCondition >
virtual void itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::UseImageRegionOff ( )
virtual
template<typename TImage , typename TBoundaryCondition >
virtual void itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::UseImageRegionOn ( )
virtual

Convenience methods to turn on/off the UseImageRegion flag

Member Data Documentation

template<typename TImage , typename TBoundaryCondition >
ImageConstPointer itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_Image
private
template<typename TImage , typename TBoundaryCondition >
InstanceIdentifier itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_InstanceIdentifierInternal
mutableprivate

Definition at line 315 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
MeasurementVectorType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_MeasurementVectorInternal
mutableprivate

Definition at line 314 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
IndexType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_NeighborIndexInternal
mutableprivate

Definition at line 316 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
OffsetTableType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_OffsetTable
private

Definition at line 320 of file itkImageToNeighborhoodSampleAdaptor.h.

template<typename TImage , typename TBoundaryCondition >
NeighborhoodRadiusType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_Radius
private
template<typename TImage , typename TBoundaryCondition >
RegionType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_Region
private
template<typename TImage , typename TBoundaryCondition >
bool itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_UseImageRegion
private

Definition at line 319 of file itkImageToNeighborhoodSampleAdaptor.h.


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