ITK  4.4.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<class TImage, class 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 (void) const
 
AbsoluteFrequencyType GetFrequency (InstanceIdentifier id) const
 
const TImage * GetImage () const
 
virtual const
MeasurementVectorType
GetMeasurementVector (InstanceIdentifier id) const
 
virtual const char * GetNameOfClass () const
 
NeighborhoodRadiusType GetRadius () const
 
RegionType GetRegion () const
 
TotalAbsoluteFrequencyType GetTotalFrequency () const
 
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
 
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 (void) const
 
Iterator End ()
 
ConstIterator End () const
 
AbsoluteFrequencyType GetFrequency (InstanceIdentifier id) const
 
const MeasurementVectorTypeGetMeasurementVector (InstanceIdentifier id) const
 
TotalAbsoluteFrequencyType GetTotalFrequency () const
 
virtual void Graft (const DataObject *thatObject)
 
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
 
- 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 ()
 
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 ()
 
virtual void SetRealTimeStamp (RealTimeStamp _arg)
 
virtual const RealTimeStampGetRealTimeStamp ()
 
- 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 (void)
 
const MetaDataDictionaryGetMetaDataDictionary (void) 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
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () 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 ()
 

Protected Member Functions

 ImageToNeighborhoodSampleAdaptor ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual ~ImageToNeighborhoodSampleAdaptor ()
 
- Protected Member Functions inherited from itk::Statistics::ListSample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >
 ListSample ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual ~ListSample ()
 
- Protected Member Functions inherited from itk::Statistics::Sample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >
void PrintSelf (std::ostream &os, Indent indent) const
 
 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 Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 
- Protected Attributes inherited from itk::LightObject
InternalReferenceCountType m_ReferenceCount
 
SimpleFastMutexLock m_ReferenceCountLock
 

Member Typedef Documentation

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

Definition at line 100 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 63 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 74 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 83 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 73 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Image typedefs

Definition at line 69 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 75 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 103 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 98 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 102 of file itkImageToNeighborhoodSampleAdaptor.h.

template<class TImage , class 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<class TImage , class TBoundaryCondition >
typedef NeighborhoodIteratorType::IndexType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NeighborhoodIndexType

Definition at line 90 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Neighborhood Iterator typedef support

Definition at line 86 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 89 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 91 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 88 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 87 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 81 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 76 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 77 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 79 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 78 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 62 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 80 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Standard class typedefs

Definition at line 57 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 82 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 60 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 101 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 97 of file itkImageToNeighborhoodSampleAdaptor.h.

Constructor & Destructor Documentation

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

Definition at line 306 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Member Function Documentation

template<class TImage , class TBoundaryCondition >
Iterator itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::Begin ( void  )
inline
template<class TImage , class TBoundaryCondition >
ConstIterator itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::Begin ( void  ) const
inline

returns an iterator that points to the beginning of the container

Definition at line 285 of file itkImageToNeighborhoodSampleAdaptor.h.

References itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >::GoToBegin().

template<class TImage , class TBoundaryCondition >
virtual::itk::LightObject::Pointer itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::CreateAnother ( void  ) 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<class TImage , class TBoundaryCondition >
Iterator itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::End ( void  )
inline

returns an iterator that points to the end of the container

Definition at line 274 of file itkImageToNeighborhoodSampleAdaptor.h.

References itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >::GoToEnd().

template<class TImage , class TBoundaryCondition >
ConstIterator itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::End ( void  ) const
inline

returns an iterator that points to the end of the container

Definition at line 295 of file itkImageToNeighborhoodSampleAdaptor.h.

References itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >::GoToEnd().

template<class TImage , class TBoundaryCondition >
AbsoluteFrequencyType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetFrequency ( InstanceIdentifier  id) const

method to return frequency for a specified id

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

Method to get the image

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

method to return measurement vector for a specified id

template<class TImage , class 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<class TImage , class TBoundaryCondition >
NeighborhoodRadiusType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetRadius ( ) const

Method to get the radius

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

Method to get the region

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

Method to get UseImageRegion flag

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

Method for creation through the object factory.

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

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::DataObject.

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

Method to set the image

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

Method to set the radius

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

Method to set the region

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

returns the number of measurement vectors in this container

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

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

Convenience methods to turn on/off the UseImageRegion flag

Member Data Documentation

template<class TImage , class TBoundaryCondition >
ImageConstPointer itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_Image
private

Definition at line 313 of file itkImageToNeighborhoodSampleAdaptor.h.

template<class TImage , class TBoundaryCondition >
InstanceIdentifier itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_InstanceIdentifierInternal
mutableprivate

Definition at line 315 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 314 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 316 of file itkImageToNeighborhoodSampleAdaptor.h.

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

Definition at line 320 of file itkImageToNeighborhoodSampleAdaptor.h.

template<class TImage , class TBoundaryCondition >
NeighborhoodRadiusType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_Radius
private

Definition at line 317 of file itkImageToNeighborhoodSampleAdaptor.h.

template<class TImage , class TBoundaryCondition >
RegionType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::m_Region
private

Definition at line 318 of file itkImageToNeighborhoodSampleAdaptor.h.

template<class TImage , class 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: