ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes
itk::GridImageSource< TOutputImage > Class Template Reference

#include <itkGridImageSource.h>

+ Inheritance diagram for itk::GridImageSource< TOutputImage >:
+ Collaboration diagram for itk::GridImageSource< TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TOutputImage::DirectionType DirectionType
typedef TOutputImage::RegionType ImageRegionType
typedef TOutputImage ImageType
typedef KernelFunctionBase
< double > 
KernelFunctionType
typedef TOutputImage::PointType OriginType
typedef TOutputImage::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef double RealType
typedef GridImageSource Self
typedef TOutputImage::SizeType SizeType
typedef TOutputImage::SpacingType SpacingType
typedef GenerateImageSource
< TOutputImage > 
Superclass
typedef FixedArray< RealType,
itkGetStaticConstMacro(ImageDimension) > 
ArrayType
typedef FixedArray< bool,
itkGetStaticConstMacro(ImageDimension) > 
BoolArrayType
typedef vnl_vector< RealTypePixelArrayType
typedef VectorContainer
< SizeValueType,
PixelArrayType
PixelArrayContainerType
- Public Types inherited from itk::GenerateImageSource< TOutputImage >
typedef TOutputImage OutputImageType
typedef OutputImageType::PointType PointType
typedef OutputImageType::RegionType RegionType
typedef TOutputImage::SizeValueType SizeValueType
- Public Types inherited from itk::ImageSource< TOutputImage >
typedef
Superclass::DataObjectIdentifierType 
DataObjectIdentifierType
typedef DataObject::Pointer DataObjectPointer
typedef
Superclass::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
typedef OutputImageType::PixelType OutputImagePixelType
typedef OutputImageType::Pointer OutputImagePointer
typedef OutputImageType::RegionType OutputImageRegionType
- Public Types inherited from itk::ProcessObject
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
typedef std::vector
< DataObjectIdentifierType
NameArray
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const ArrayTypeGetGridOffset ()
virtual const ArrayTypeGetGridSpacing ()
virtual const char * GetNameOfClass () const
virtual const RealTypeGetScale ()
virtual const ArrayTypeGetSigma ()
virtual const BoolArrayTypeGetWhichDimensions ()
virtual void SetGridOffset (ArrayType _arg)
virtual void SetGridSpacing (ArrayType _arg)
virtual void SetScale (RealType _arg)
virtual void SetSigma (ArrayType _arg)
virtual void SetWhichDimensions (BoolArrayType _arg)
virtual void SetKernelFunction (KernelFunctionType *_arg)
virtual const
KernelFunctionType::Pointer
GetKernelFunction () const
- Public Member Functions inherited from itk::GenerateImageSource< TOutputImage >
virtual void SetSize (SizeType _arg)
virtual const SizeTypeGetSize ()
virtual void SetSize (SizeValueType data[])
virtual void SetSpacing (SpacingType _arg)
virtual const SpacingTypeGetSpacing ()
virtual void SetSpacing (const float data[])
virtual void SetOrigin (PointType _arg)
virtual const PointTypeGetOrigin ()
virtual void SetOrigin (const float data[])
virtual void SetDirection (DirectionType _arg)
virtual const DirectionTypeGetDirection ()
- Public Member Functions inherited from itk::ImageSource< TOutputImage >
OutputImageTypeGetOutput (unsigned int idx)
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
virtual void GraftOutput (DataObject *output)
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
OutputImageTypeGetOutput (void)
const OutputImageTypeGetOutput (void) const
virtual
ProcessObject::DataObjectPointer 
MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx)
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
virtual void AbortGenerateDataOn ()
virtual void EnlargeOutputRequestedRegion (DataObject *)
virtual const bool & GetAbortGenerateData ()
NameArray GetInputNames () const
MultiThreader * GetMultiThreader () const
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
DataObjectPointerArraySizeType GetNumberOfInputs () const
DataObjectPointerArraySizeType GetNumberOfOutputs () const
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
NameArray GetOutputNames () const
virtual const float & GetProgress ()
NameArray GetRequiredInputNames () const
bool HasInput (const DataObjectIdentifierType &key) const
bool HasOutput (const DataObjectIdentifierType &key) const
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
virtual void PrepareOutputs ()
virtual void PropagateRequestedRegion (DataObject *output)
virtual void ResetPipeline ()
virtual void SetAbortGenerateData (bool _arg)
virtual void SetProgress (float _arg)
virtual void Update ()
virtual void UpdateLargestPossibleRegion ()
virtual void UpdateOutputData (DataObject *output)
virtual void UpdateOutputInformation ()
void UpdateProgress (float amount)
DataObjectPointerArray GetInputs ()
DataObjectPointerArray GetOutputs ()
DataObjectPointerArray GetIndexedInputs ()
DataObjectPointerArray GetIndexedOutputs ()
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
virtual void SetReleaseDataFlag (bool flag)
virtual bool GetReleaseDataFlag () const
void ReleaseDataFlagOn ()
void ReleaseDataFlagOff ()
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
virtual const bool & GetReleaseDataBeforeUpdateFlag ()
virtual void ReleaseDataBeforeUpdateFlagOn ()
virtual void ReleaseDataBeforeUpdateFlagOff ()
virtual void SetNumberOfThreads (ThreadIdType _arg)
virtual const ThreadIdTypeGetNumberOfThreads ()
- 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 unsigned long 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 Attributes

static const unsigned int ImageDimension = TOutputImage::ImageDimension
- Static Public Attributes inherited from itk::GenerateImageSource< TOutputImage >
static const unsigned int NDimensions = TOutputImage::ImageDimension
- Static Public Attributes inherited from itk::ImageSource< TOutputImage >
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension

Protected Member Functions

virtual void BeforeThreadedGenerateData ()
 GridImageSource ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual void ThreadedGenerateData (const ImageRegionType &outputRegionForThread, ThreadIdType threadId)
- Protected Member Functions inherited from itk::GenerateImageSource< TOutputImage >
 GenerateImageSource ()
virtual void GenerateOutputInformation ()
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
virtual void AfterThreadedGenerateData ()
virtual void AllocateOutputs ()
virtual void GenerateData ()
 ImageSource ()
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int num, OutputImageRegionType &splitRegion)
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
virtual ~ImageSource ()
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
virtual void AddOutput (DataObject *output)
bool AddRequiredInputName (const DataObjectIdentifierType &)
virtual void CacheInputReleaseDataFlags ()
virtual void GenerateInputRequestedRegion ()
virtual void GenerateOutputRequestedRegion (DataObject *output)
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs ()
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs ()
bool IsIndexedName (const DataObjectIdentifierType &) const
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
DataObjectPointerArraySizeType MakeIndexFromName (const DataObjectIdentifierType &) const
DataObjectIdentifierType MakeNameFromIndex (DataObjectPointerArraySizeType) const
 ProcessObject ()
virtual void PropagateResetPipeline ()
virtual void ReleaseInputs ()
virtual void RemoveInput (const DataObjectIdentifierType &key)
virtual void RemoveInput (DataObjectPointerArraySizeType)
virtual void RemoveOutput (const DataObjectIdentifierType &key)
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
virtual void RestoreInputReleaseDataFlags ()
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
virtual void SetPrimaryInput (DataObject *input)
virtual void SetPrimaryOutput (DataObject *output)
void SetRequiredInputNames (const NameArray &)
virtual void VerifyInputInformation ()
virtual void VerifyPreconditions ()
 ~ProcessObject ()
DataObjectGetInput (const DataObjectIdentifierType &key)
const DataObjectGetInput (const DataObjectIdentifierType &key) const
DataObjectGetInput (DataObjectPointerArraySizeType)
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
DataObjectGetPrimaryInput ()
const DataObjectGetPrimaryInput () const
DataObjectGetOutput (const DataObjectIdentifierType &key)
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
DataObjectGetPrimaryOutput ()
const DataObjectGetPrimaryOutput () const
virtual void PushBackInput (const DataObject *input)
virtual void PopBackInput ()
virtual void PushFrontInput (const DataObject *input)
virtual void PopFrontInput ()
- 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

 GridImageSource (const GridImageSource &)
void operator= (const GridImageSource &)

Private Attributes

ArrayType m_GridOffset
ArrayType m_GridSpacing
KernelFunctionType::Pointer m_KernelFunction
PixelArrayContainerType::Pointer m_PixelArrays
RealType m_Scale
ArrayType m_Sigma
BoolArrayType m_WhichDimensions

Detailed Description

template<typename TOutputImage>
class itk::GridImageSource< TOutputImage >

Generate an n-dimensional image of a grid.

GridImageSource generates an image of a grid. From the abstract... "Certain classes of images find disparate use amongst members of the ITK community for such purposes as visualization, simulation, testing, etc. Currently there exists two derived classes from the ImageSource class used for generating specific images for various applications, viz. RandomImageSource and GaussianImageSource. We propose to add to this set with the class GridImageSource which, obviously enough, produces a grid image. Such images are useful for visualizing deformation when used in conjunction with the WarpImageFilter, simulating magnetic resonance tagging images, or creating optical illusions with which to amaze your friends."

The output image may be of any dimension.

Author:
Tustison N., Avants B., Gee J. University of Pennsylvania

This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/475

Definition at line 57 of file itkGridImageSource.h.


Member Typedef Documentation

template<typename TOutputImage >
typedef FixedArray< RealType, itkGetStaticConstMacro(ImageDimension) > itk::GridImageSource< TOutputImage >::ArrayType

Other convenient types.

Definition at line 91 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef FixedArray< bool, itkGetStaticConstMacro(ImageDimension) > itk::GridImageSource< TOutputImage >::BoolArrayType

Other convenient types.

Definition at line 93 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef SmartPointer< const Self > itk::GridImageSource< TOutputImage >::ConstPointer

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 65 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef TOutputImage::DirectionType itk::GridImageSource< TOutputImage >::DirectionType

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 85 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef TOutputImage::RegionType itk::GridImageSource< TOutputImage >::ImageRegionType

Definition at line 81 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef TOutputImage itk::GridImageSource< TOutputImage >::ImageType

Typedef for the output image types.

Definition at line 80 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef KernelFunctionBase<double> itk::GridImageSource< TOutputImage >::KernelFunctionType

Definition at line 88 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef TOutputImage::PointType itk::GridImageSource< TOutputImage >::OriginType

Definition at line 84 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef VectorContainer< SizeValueType, PixelArrayType > itk::GridImageSource< TOutputImage >::PixelArrayContainerType

Other convenient types.

Definition at line 95 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef vnl_vector< RealType > itk::GridImageSource< TOutputImage >::PixelArrayType

Other convenient types.

Definition at line 94 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef TOutputImage::PixelType itk::GridImageSource< TOutputImage >::PixelType

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 82 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef SmartPointer< Self > itk::GridImageSource< TOutputImage >::Pointer

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 64 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef double itk::GridImageSource< TOutputImage >::RealType

Definition at line 71 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef GridImageSource itk::GridImageSource< TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 62 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef TOutputImage::SizeType itk::GridImageSource< TOutputImage >::SizeType

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 86 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef TOutputImage::SpacingType itk::GridImageSource< TOutputImage >::SpacingType

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 83 of file itkGridImageSource.h.

template<typename TOutputImage >
typedef GenerateImageSource< TOutputImage > itk::GridImageSource< TOutputImage >::Superclass

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 63 of file itkGridImageSource.h.


Constructor & Destructor Documentation

template<typename TOutputImage >
itk::GridImageSource< TOutputImage >::GridImageSource ( )
protected
template<typename TOutputImage >
itk::GridImageSource< TOutputImage >::GridImageSource ( const GridImageSource< TOutputImage > &  )
private

Member Function Documentation

template<typename TOutputImage >
virtual void itk::GridImageSource< TOutputImage >::BeforeThreadedGenerateData ( void  )
protectedvirtual

If an imaging filter needs to perform processing after the buffer has been allocated but before threads are spawned, the filter can can provide an implementation for BeforeThreadedGenerateData(). The execution flow in the default GenerateData() method will be: 1) Allocate the output buffer 2) Call BeforeThreadedGenerateData() 3) Spawn threads, calling ThreadedGenerateData() in each thread. 4) Call AfterThreadedGenerateData() Note that this flow of control is only available if a filter provides a ThreadedGenerateData() method and NOT a GenerateData() method.

Reimplemented from itk::ImageSource< TOutputImage >.

template<typename TOutputImage >
virtual::itk::LightObject::Pointer itk::GridImageSource< TOutputImage >::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<typename TOutputImage >
virtual const ArrayType& itk::GridImageSource< TOutputImage >::GetGridOffset ( )
virtual
template<typename TOutputImage >
virtual const ArrayType& itk::GridImageSource< TOutputImage >::GetGridSpacing ( )
virtual
template<typename TOutputImage >
virtual const KernelFunctionType ::Pointer& itk::GridImageSource< TOutputImage >::GetKernelFunction ( ) const
virtual

Gets and sets for grid parameters

template<typename TOutputImage >
virtual const char* itk::GridImageSource< TOutputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::GenerateImageSource< TOutputImage >.

template<typename TOutputImage >
virtual const RealType& itk::GridImageSource< TOutputImage >::GetScale ( )
virtual
template<typename TOutputImage >
virtual const ArrayType& itk::GridImageSource< TOutputImage >::GetSigma ( )
virtual
template<typename TOutputImage >
virtual const BoolArrayType& itk::GridImageSource< TOutputImage >::GetWhichDimensions ( )
virtual
template<typename TOutputImage >
static Pointer itk::GridImageSource< TOutputImage >::New ( )
static

Method for creation through the object factory.

Reimplemented from itk::Object.

template<typename TOutputImage >
void itk::GridImageSource< TOutputImage >::operator= ( const GridImageSource< TOutputImage > &  )
private
template<typename TOutputImage >
void itk::GridImageSource< TOutputImage >::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::GenerateImageSource< TOutputImage >.

template<typename TOutputImage >
virtual void itk::GridImageSource< TOutputImage >::SetGridOffset ( ArrayType  _arg)
virtual
template<typename TOutputImage >
virtual void itk::GridImageSource< TOutputImage >::SetGridSpacing ( ArrayType  _arg)
virtual
template<typename TOutputImage >
virtual void itk::GridImageSource< TOutputImage >::SetKernelFunction ( KernelFunctionType _arg)
virtual

Gets and sets for grid parameters

template<typename TOutputImage >
virtual void itk::GridImageSource< TOutputImage >::SetScale ( RealType  _arg)
virtual
template<typename TOutputImage >
virtual void itk::GridImageSource< TOutputImage >::SetSigma ( ArrayType  _arg)
virtual
template<typename TOutputImage >
virtual void itk::GridImageSource< TOutputImage >::SetWhichDimensions ( BoolArrayType  _arg)
virtual
template<typename TOutputImage >
virtual void itk::GridImageSource< TOutputImage >::ThreadedGenerateData ( const ImageRegionType outputRegionForThread,
ThreadIdType  threadId 
)
protectedvirtual

Member Data Documentation

template<typename TOutputImage >
const unsigned int itk::GridImageSource< TOutputImage >::ImageDimension = TOutputImage::ImageDimension
static

Dimensionality of the output image

Definition at line 77 of file itkGridImageSource.h.

template<typename TOutputImage >
ArrayType itk::GridImageSource< TOutputImage >::m_GridOffset
private

The grid spacing of the peaks.

Definition at line 148 of file itkGridImageSource.h.

template<typename TOutputImage >
ArrayType itk::GridImageSource< TOutputImage >::m_GridSpacing
private

The grid spacing of the peaks.

Definition at line 145 of file itkGridImageSource.h.

template<typename TOutputImage >
KernelFunctionType::Pointer itk::GridImageSource< TOutputImage >::m_KernelFunction
private

The kernel function used to create the grid

Definition at line 138 of file itkGridImageSource.h.

template<typename TOutputImage >
PixelArrayContainerType::Pointer itk::GridImageSource< TOutputImage >::m_PixelArrays
private

Parameters for the grid. Internal variable to speed up the calculation of pixel values

Definition at line 135 of file itkGridImageSource.h.

template<typename TOutputImage >
RealType itk::GridImageSource< TOutputImage >::m_Scale
private

A scale factor multiplied by the true value of the grid.

Definition at line 154 of file itkGridImageSource.h.

template<typename TOutputImage >
ArrayType itk::GridImageSource< TOutputImage >::m_Sigma
private

The standard deviation of the gaussians or width of the box functions.

Definition at line 142 of file itkGridImageSource.h.

template<typename TOutputImage >
BoolArrayType itk::GridImageSource< TOutputImage >::m_WhichDimensions
private

Which dimensions which are gridded.

Definition at line 151 of file itkGridImageSource.h.


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