ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
itk::ChangeInformationImageFilter< TInputImage > Class Template Reference

#include <itkChangeInformationImageFilter.h>

+ Inheritance diagram for itk::ChangeInformationImageFilter< TInputImage >:
+ Collaboration diagram for itk::ChangeInformationImageFilter< TInputImage >:

Detailed Description

template<typename TInputImage>
class itk::ChangeInformationImageFilter< TInputImage >

Change the origin, spacing and/or region of an Image.

Change the origin, spacing, direction and/or buffered region of an itkImage. This "Information" along with an Image's container comprise the itkImage. By default, the output's information is set to the input's information. The methods ChangeSpacingOn/Off, ChangeOriginOn/Off, ChangeDirectionOn/Off and ChangeRegionOn/Off control whether the default origin, spacing, direction or buffered region should be changed. If On, the associated information will be replaced with either the ReferenceImage information (if UseReferenceImage is true) or the ivars OutputSpacing, OutputOrigin, OutputDirection, OutputOffset.

In addition, the method CenterImageOn will recompute the output image origin (using the selected output spacing) the align the center of the image with the coordinate 0.

Examples:
Examples/RegistrationITKv3/ChangeInformationImageFilter.cxx, Examples/RegistrationITKv4/ChangeInformationImageFilter.cxx, Examples/Segmentation/GeodesicActiveContourShapePriorLevelSetImageFilter.cxx, and SphinxExamples/src/Filtering/ImageGrid/ChangeImageOriginSpacingOrDirection/Code.cxx.

Definition at line 49 of file itkChangeInformationImageFilter.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef
InputImageType::DirectionType 
DirectionType
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef
InputImageType::DirectionType 
InputImageDirectionType
 
typedef InputImageType::IndexType InputImageIndexType
 
typedef InputImageType::OffsetType InputImageOffsetType
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef InputImageType::SizeType InputImageSizeType
 
typedef TInputImage InputImageType
 
typedef
OutputImageType::DirectionType 
OutputImageDirectionType
 
typedef OutputImageType::IndexType OutputImageIndexType
 
typedef OutputImageType::OffsetType OutputImageOffsetType
 
typedef
OutputImageType::OffsetValueType 
OutputImageOffsetValueType
 
typedef OutputImageType::PixelType OutputImagePixelType
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef OutputImageType::SizeType OutputImageSizeType
 
typedef TInputImage OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef InputImageType::PointType PointType
 
typedef
ChangeInformationImageFilter 
Self
 
typedef InputImageType::SpacingType SpacingType
 
typedef ImageToImageFilter
< TInputImage, TInputImage > 
Superclass
 
- Public Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef
Superclass::OutputImagePixelType 
OutputImagePixelType
 
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
 
typedef SmartPointer< SelfPointer
 
typedef ImageToImageFilter Self
 
typedef ImageSource< TInputImage > Superclass
 
- Public Types inherited from itk::ImageSource< TInputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef
Superclass::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 
typedef OutputImageType::PixelType OutputImagePixelType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef TInputImage OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef ImageSource Self
 
typedef ProcessObject Superclass
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef MultiThreader MultiThreaderType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject 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 void ChangeDirectionOff ()
 
virtual void ChangeDirectionOn ()
 
virtual void ChangeOriginOff ()
 
virtual void ChangeOriginOn ()
 
virtual void ChangeRegionOff ()
 
virtual void ChangeRegionOn ()
 
virtual void ChangeSpacingOff ()
 
virtual void ChangeSpacingOn ()
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
void GenerateData () override
 
virtual void GenerateInputRequestedRegion () override
 
virtual void GenerateOutputInformation () override
 
virtual bool GetChangeDirection () const
 
virtual bool GetChangeOrigin () const
 
virtual bool GetChangeRegion () const
 
virtual bool GetChangeSpacing () const
 
virtual TInputImage * GetModifiableReferenceImage ()
 
virtual const char * GetNameOfClass () const
 
virtual const TInputImage * GetReferenceImage () const
 
virtual bool GetUseReferenceImage () const
 
virtual void SetChangeDirection (bool _arg)
 
virtual void SetChangeOrigin (bool _arg)
 
virtual void SetChangeRegion (bool _arg)
 
virtual void SetChangeSpacing (bool _arg)
 
virtual void SetUseReferenceImage (bool _arg)
 
virtual void UseReferenceImageOff ()
 
virtual void UseReferenceImageOn ()
 
void SetReferenceImage (InputImageType *image)
 
virtual void SetOutputSpacing (SpacingType _arg)
 
virtual const SpacingTypeGetOutputSpacing () const
 
virtual void SetOutputOrigin (PointType _arg)
 
virtual const PointTypeGetOutputOrigin () const
 
virtual void SetOutputDirection (DirectionType _arg)
 
virtual const DirectionTypeGetOutputDirection () const
 
virtual void SetOutputOffset (OutputImageOffsetType _arg)
 
virtual const
OutputImageOffsetType
GetOutputOffset () const
 
virtual void SetOutputOffset (OutputImageOffsetValueType data[])
 
void ChangeAll ()
 
void ChangeNone ()
 
virtual void SetCenterImage (bool _arg)
 
virtual void CenterImageOn ()
 
virtual void CenterImageOff ()
 
virtual bool GetCenterImage () const
 
- Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TInputImage >
const InputImageTypeGetInput () const
 
const InputImageTypeGetInput (unsigned int idx) const
 
virtual void PopBackInput () override
 
virtual void PopFrontInput () override
 
virtual void PushBackInput (const InputImageType *image)
 
virtual void PushFrontInput (const InputImageType *image)
 
virtual void SetInput (const InputImageType *image)
 
virtual void SetInput (unsigned int, const TInputImage *image)
 
virtual void SetCoordinateTolerance (double _arg)
 
virtual double GetCoordinateTolerance () const
 
virtual void SetDirectionTolerance (double _arg)
 
virtual double GetDirectionTolerance () const
 
- Public Member Functions inherited from itk::ImageSource< TInputImage >
OutputImageTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
virtual void GraftOutput (DataObject *output)
 
virtual
ProcessObject::DataObjectPointer 
MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
virtual
ProcessObject::DataObjectPointer 
MakeOutput (const ProcessObject::DataObjectIdentifierType &) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
void SetProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads () 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::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 ()
 

Static Public Attributes

static const unsigned int ImageDimension = InputImageType::ImageDimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TInputImage >
static const unsigned int InputImageDimension
 
static const unsigned int OutputImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TInputImage >
static const unsigned int OutputImageDimension
 

Protected Member Functions

 ChangeInformationImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void VerifyInputInformation () override
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TInputImage, TInputImage >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
 ImageToImageFilter ()
 
 ~ImageToImageFilter () override
 
void PushBackInput (const DataObject *input) override
 
void PushFrontInput (const DataObject *input) override
 
- Protected Member Functions inherited from itk::ImageSource< TInputImage >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
virtual const
ImageRegionSplitterBase
GetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 
virtual ~ImageSource () override
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) 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 VerifyPreconditions ()
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object () override
 
- 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 Attributes

bool m_CenterImage
 
bool m_ChangeDirection
 
bool m_ChangeOrigin
 
bool m_ChangeRegion
 
bool m_ChangeSpacing
 
DirectionType m_OutputDirection
 
OutputImageOffsetType m_OutputOffset
 
PointType m_OutputOrigin
 
SpacingType m_OutputSpacing
 
InputImagePointer m_ReferenceImage
 
OutputImageOffsetType m_Shift
 
bool m_UseReferenceImage
 

Additional Inherited Members

- Protected Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage >
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(OutputImageDimension),
itkGetStaticConstMacro(InputImageDimension) > 
InputToOutputRegionCopierType
 
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(InputImageDimension),
itkGetStaticConstMacro(OutputImageDimension) > 
OutputToInputRegionCopierType
 
- Static Protected Member Functions inherited from itk::ImageSource< TInputImage >
static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TInputImage >
typedef SmartPointer< const Self > itk::ChangeInformationImageFilter< TInputImage >::ConstPointer

Definition at line 57 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef InputImageType::DirectionType itk::ChangeInformationImageFilter< TInputImage >::DirectionType

Definition at line 95 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef InputImageType::ConstPointer itk::ChangeInformationImageFilter< TInputImage >::InputImageConstPointer

Definition at line 71 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef InputImageType::DirectionType itk::ChangeInformationImageFilter< TInputImage >::InputImageDirectionType

Definition at line 86 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef InputImageType::IndexType itk::ChangeInformationImageFilter< TInputImage >::InputImageIndexType

Definition at line 83 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef InputImageType::OffsetType itk::ChangeInformationImageFilter< TInputImage >::InputImageOffsetType

Definition at line 85 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef InputImageType::PixelType itk::ChangeInformationImageFilter< TInputImage >::InputImagePixelType

Definition at line 75 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef InputImageType::Pointer itk::ChangeInformationImageFilter< TInputImage >::InputImagePointer

Typedef to describe the pointer to the input.

Definition at line 70 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef InputImageType::RegionType itk::ChangeInformationImageFilter< TInputImage >::InputImageRegionType

Definition at line 67 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef InputImageType::SizeType itk::ChangeInformationImageFilter< TInputImage >::InputImageSizeType

Definition at line 84 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef TInputImage itk::ChangeInformationImageFilter< TInputImage >::InputImageType

Definition at line 60 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef OutputImageType::DirectionType itk::ChangeInformationImageFilter< TInputImage >::OutputImageDirectionType

Definition at line 81 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef OutputImageType::IndexType itk::ChangeInformationImageFilter< TInputImage >::OutputImageIndexType

Typedef to describe the output and input image index and size types.

Definition at line 78 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef OutputImageType::OffsetType itk::ChangeInformationImageFilter< TInputImage >::OutputImageOffsetType

Definition at line 80 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef OutputImageType::OffsetValueType itk::ChangeInformationImageFilter< TInputImage >::OutputImageOffsetValueType

Definition at line 82 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef OutputImageType::PixelType itk::ChangeInformationImageFilter< TInputImage >::OutputImagePixelType

Typedef to describe the type of pixel.

Definition at line 74 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef OutputImageType::RegionType itk::ChangeInformationImageFilter< TInputImage >::OutputImageRegionType

Typedef to describe the output and input image region types.

Definition at line 66 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef OutputImageType::SizeType itk::ChangeInformationImageFilter< TInputImage >::OutputImageSizeType

Definition at line 79 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef TInputImage itk::ChangeInformationImageFilter< TInputImage >::OutputImageType

Definition at line 63 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef SmartPointer< Self > itk::ChangeInformationImageFilter< TInputImage >::Pointer

Definition at line 56 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef InputImageType::PointType itk::ChangeInformationImageFilter< TInputImage >::PointType

Definition at line 94 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef ChangeInformationImageFilter itk::ChangeInformationImageFilter< TInputImage >::Self

Standard class typedefs.

Definition at line 54 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef InputImageType::SpacingType itk::ChangeInformationImageFilter< TInputImage >::SpacingType

Image spacing, origin and direction typedefs

Definition at line 93 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
typedef ImageToImageFilter< TInputImage, TInputImage > itk::ChangeInformationImageFilter< TInputImage >::Superclass

Definition at line 55 of file itkChangeInformationImageFilter.h.

Constructor & Destructor Documentation

template<typename TInputImage >
itk::ChangeInformationImageFilter< TInputImage >::ChangeInformationImageFilter ( )
protected

Member Function Documentation

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::CenterImageOff ( )
virtual

Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the Image. This will override SetOutputOrigin.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::CenterImageOn ( )
virtual

Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the Image. This will override SetOutputOrigin.

template<typename TInputImage >
void itk::ChangeInformationImageFilter< TInputImage >::ChangeAll ( )
inline

Change the origin, spacing and region of the output image.

Definition at line 154 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::ChangeDirectionOff ( )
virtual
template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::ChangeDirectionOn ( )
virtual
template<typename TInputImage >
void itk::ChangeInformationImageFilter< TInputImage >::ChangeNone ( )
inline

Do not change the origin, spacing, direction or region of the output image.

Definition at line 165 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::ChangeOriginOff ( )
virtual
template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::ChangeOriginOn ( )
virtual
template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::ChangeRegionOff ( )
virtual
template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::ChangeRegionOn ( )
virtual
template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::ChangeSpacingOff ( )
virtual
template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::ChangeSpacingOn ( )
virtual
template<typename TInputImage >
virtual::itk::LightObject::Pointer itk::ChangeInformationImageFilter< TInputImage >::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 TInputImage >
void itk::ChangeInformationImageFilter< TInputImage >::GenerateData ( )
overridevirtual

Copy the input buffer.

Reimplemented from itk::ImageSource< TInputImage >.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::GenerateInputRequestedRegion ( )
overridevirtual

Apply changes to the input image requested region.

Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::GenerateOutputInformation ( )
overridevirtual

Apply changes to the output image information.

Reimplemented from itk::ProcessObject.

template<typename TInputImage >
virtual bool itk::ChangeInformationImageFilter< TInputImage >::GetCenterImage ( ) const
virtual

Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the Image. This will override SetOutputOrigin.

template<typename TInputImage >
virtual bool itk::ChangeInformationImageFilter< TInputImage >::GetChangeDirection ( ) const
virtual
template<typename TInputImage >
virtual bool itk::ChangeInformationImageFilter< TInputImage >::GetChangeOrigin ( ) const
virtual
template<typename TInputImage >
virtual bool itk::ChangeInformationImageFilter< TInputImage >::GetChangeRegion ( ) const
virtual
template<typename TInputImage >
virtual bool itk::ChangeInformationImageFilter< TInputImage >::GetChangeSpacing ( ) const
virtual
template<typename TInputImage >
virtual TInputImage* itk::ChangeInformationImageFilter< TInputImage >::GetModifiableReferenceImage ( )
virtual
template<typename TInputImage >
virtual const char* itk::ChangeInformationImageFilter< TInputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.

template<typename TInputImage >
virtual const DirectionType& itk::ChangeInformationImageFilter< TInputImage >::GetOutputDirection ( ) const
virtual

Specify a new direciton cosine matrix explicitly. The default is to use the direction of the Input, or of the ReferenceImage if UseReferenceImage is true.

template<typename TInputImage >
virtual const OutputImageOffsetType& itk::ChangeInformationImageFilter< TInputImage >::GetOutputOffset ( ) const
virtual

Specify an offset for the buffered region. The default is to use the same buffered region as the input or an Offset computed from the ReferenceImage's buffered region (if UseReferenceImage is true.) NOTE: Changing the buffered region should not be done without a corresponding change in the requested region. Of course, the pipeline controls the requested region. Therefore, changing the buffered region may mean the filter cannot produce the requested region.

template<typename TInputImage >
virtual const PointType& itk::ChangeInformationImageFilter< TInputImage >::GetOutputOrigin ( ) const
virtual

Specify a new data origin explicitly. The default is to use the origin of the Input, or of the ReferenceImage if UseReferenceImage is true.

template<typename TInputImage >
virtual const SpacingType& itk::ChangeInformationImageFilter< TInputImage >::GetOutputSpacing ( ) const
virtual

Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the ReferenceImage if UseReferenceImage is set.

template<typename TInputImage >
virtual const TInputImage* itk::ChangeInformationImageFilter< TInputImage >::GetReferenceImage ( ) const
virtual
template<typename TInputImage >
virtual bool itk::ChangeInformationImageFilter< TInputImage >::GetUseReferenceImage ( ) const
virtual
template<typename TInputImage >
static Pointer itk::ChangeInformationImageFilter< TInputImage >::New ( )
static

Method for creation through the object factory.

template<typename TInputImage >
void itk::ChangeInformationImageFilter< TInputImage >::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::ImageToImageFilter< TInputImage, TInputImage >.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::SetCenterImage ( bool  _arg)
virtual

Set the Origin of the output so that image coordinate (0,0,0) lies at the Center of the Image. This will override SetOutputOrigin.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::SetChangeDirection ( bool  _arg)
virtual

Change the direction of the output image. If false, the output image direction will be set to the input image direction. If true, the output image direction will be set to: the ReferenceImage direction (if UseReferenceImage is true) or OutputDirection.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::SetChangeOrigin ( bool  _arg)
virtual

Change the Origin of the output image. If false, the output image origin will be set to the input image origin. If true, the output image origin will be set to: the ReferenceImage origin (if UseReferenceImage is true) or OutputOrigin.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::SetChangeRegion ( bool  _arg)
virtual

Change the BufferedRegion of the output image.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::SetChangeSpacing ( bool  _arg)
virtual

Change the Spacing of the output image. If false, the output image spacing will be set to the input image spacing. If true, the output image spacing will be set to: the ReferenceImage spacing (if UseReferenceImage is true) or OutputSpacing.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::SetOutputDirection ( DirectionType  _arg)
virtual

Specify a new direciton cosine matrix explicitly. The default is to use the direction of the Input, or of the ReferenceImage if UseReferenceImage is true.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::SetOutputOffset ( OutputImageOffsetType  _arg)
virtual

Specify an offset for the buffered region. The default is to use the same buffered region as the input or an Offset computed from the ReferenceImage's buffered region (if UseReferenceImage is true.) NOTE: Changing the buffered region should not be done without a corresponding change in the requested region. Of course, the pipeline controls the requested region. Therefore, changing the buffered region may mean the filter cannot produce the requested region.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::SetOutputOffset ( OutputImageOffsetValueType  data[])
virtual

Specify an offset for the buffered region. The default is to use the same buffered region as the input or an Offset computed from the ReferenceImage's buffered region (if UseReferenceImage is true.) NOTE: Changing the buffered region should not be done without a corresponding change in the requested region. Of course, the pipeline controls the requested region. Therefore, changing the buffered region may mean the filter cannot produce the requested region.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::SetOutputOrigin ( PointType  _arg)
virtual

Specify a new data origin explicitly. The default is to use the origin of the Input, or of the ReferenceImage if UseReferenceImage is true.

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::SetOutputSpacing ( SpacingType  _arg)
virtual

Specify a new data spacing explicitly. The default is to use the spacing of the Input, or of the ReferenceImage if UseReferenceImage is set.

template<typename TInputImage >
void itk::ChangeInformationImageFilter< TInputImage >::SetReferenceImage ( InputImageType image)
inline

Copy the information from another Image. By default, the information is copied from the input image.

Definition at line 102 of file itkChangeInformationImageFilter.h.

References itk::ProcessObject::SetNthInput().

template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::SetUseReferenceImage ( bool  _arg)
virtual
template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::UseReferenceImageOff ( )
virtual
template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::UseReferenceImageOn ( )
virtual
template<typename TInputImage >
virtual void itk::ChangeInformationImageFilter< TInputImage >::VerifyInputInformation ( )
inlineoverrideprotectedvirtual

Override VeriyInputInformation() since this filter's inputs do not need to occoupy the same physical space.

See Also
ProcessObject::VerifyInputInformation

Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.

Definition at line 238 of file itkChangeInformationImageFilter.h.

Member Data Documentation

template<typename TInputImage >
const unsigned int itk::ChangeInformationImageFilter< TInputImage >::ImageDimension = InputImageType::ImageDimension
static

Image related typedefs.

Definition at line 90 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
bool itk::ChangeInformationImageFilter< TInputImage >::m_CenterImage
private

Definition at line 245 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
bool itk::ChangeInformationImageFilter< TInputImage >::m_ChangeDirection
private

Definition at line 248 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
bool itk::ChangeInformationImageFilter< TInputImage >::m_ChangeOrigin
private

Definition at line 247 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
bool itk::ChangeInformationImageFilter< TInputImage >::m_ChangeRegion
private

Definition at line 249 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
bool itk::ChangeInformationImageFilter< TInputImage >::m_ChangeSpacing
private

Definition at line 246 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
DirectionType itk::ChangeInformationImageFilter< TInputImage >::m_OutputDirection
private

Definition at line 254 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
OutputImageOffsetType itk::ChangeInformationImageFilter< TInputImage >::m_OutputOffset
private

Definition at line 256 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
PointType itk::ChangeInformationImageFilter< TInputImage >::m_OutputOrigin
private

Definition at line 253 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
SpacingType itk::ChangeInformationImageFilter< TInputImage >::m_OutputSpacing
private

Definition at line 252 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
InputImagePointer itk::ChangeInformationImageFilter< TInputImage >::m_ReferenceImage
private

Definition at line 241 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
OutputImageOffsetType itk::ChangeInformationImageFilter< TInputImage >::m_Shift
private

Definition at line 257 of file itkChangeInformationImageFilter.h.

template<typename TInputImage >
bool itk::ChangeInformationImageFilter< TInputImage >::m_UseReferenceImage
private

Definition at line 250 of file itkChangeInformationImageFilter.h.


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