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

#include <itkExponentialDeformationFieldImageFilter.h>

+ Inheritance diagram for itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >:

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >

Computes a diffeomorphic deformation field as the Lie group exponential of a vector field.

ExponentialDeformationFieldImageFilter takes a 'smooth' vector field as input and computes the deformation field that is its exponential.

Given that both the input and output deformation field are represented as discrete images with pixel type vector, the exponential will be only an estimation and will probably not correspond to a perfect exponential. The precision of the exponential can be improved at the price of increasing the computation time (number of iterations).

The method used for computing the exponential deformation field is an iterative scaling and squaring (cf Arsigny et al., "A Log-Euclidean Framework for Statistics on Diffeomorphisms", MICCAI'06).

\[ exp(\Phi) = exp( \frac{\Phi}{2^N} )^{2^N} \]

This filter expects both the input and output images to be of pixel type Vector.

Author
Tom Vercauteren, INRIA & Mauna Kea Technologies

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

Deprecated:

Definition at line 68 of file itkExponentialDeformationFieldImageFilter.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputImageType::Pointer InputImagePointer
 
typedef TInputImage InputImageType
 
typedef
InputPixelType::RealValueType 
InputPixelRealValueType
 
typedef InputImageType::PixelType InputPixelType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef TOutputImage OutputImageType
 
typedef OutputImageType::PixelType OutputPixelType
 
typedef SmartPointer< SelfPointer
 
typedef
ExponentialDeformationFieldImageFilter 
Self
 
typedef ImageToImageFilter
< TInputImage, TOutputImage > 
Superclass
 
- Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
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< TOutputImage > Superclass
 
- Public Types inherited from itk::ImageSource< TOutputImage >
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 TOutputImage 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 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 ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
 typedef (Concept::HasNumericTraits< typename OutputPixelType::ValueType >) OutputHasNumericTraitsCheck
 
 typedef (Concept::SameDimension< ImageDimension, OutputImageDimension >) SameDimensionCheck1
 
 typedef (Concept::SameDimension< ImageDimension, PixelDimension >) SameDimensionCheck2
 
 typedef (Concept::SameDimension< ImageDimension, OutputPixelDimension >) SameDimensionCheck3
 
virtual void SetMaximumNumberOfIterations (unsigned int _arg)
 
virtual unsigned int GetMaximumNumberOfIterations () const
 
virtual void SetAutomaticNumberOfIterations (bool _arg)
 
virtual bool GetAutomaticNumberOfIterations () const
 
virtual void AutomaticNumberOfIterationsOn ()
 
virtual void AutomaticNumberOfIterationsOff ()
 
virtual void SetComputeInverse (bool _arg)
 
virtual bool GetComputeInverse () const
 
virtual void ComputeInverseOn ()
 
virtual void ComputeInverseOff ()
 
- Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
const InputImageTypeGetInput (void) const
 
const InputImageTypeGetInput (unsigned int idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
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< 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 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 Attributes

static const unsigned int ImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TInputImage::ImageDimension
 
static const unsigned int PixelDimension = InputPixelType::Dimension
 
static const unsigned int OutputPixelDimension = OutputPixelType::Dimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TOutputImage >
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 

Protected Types

typedef AdderType::Pointer AdderPointer
 
typedef AddImageFilter
< OutputImageType,
OutputImageType,
OutputImageType
AdderType
 
typedef CasterType::Pointer CasterPointer
 
typedef CastImageFilter
< InputImageType,
OutputImageType
CasterType
 
typedef
DivideByConstantType::Pointer 
DivideByConstantPointer
 
typedef DivideImageFilter
< InputImageType, itk::Image
< InputPixelRealValueType,
ImageDimension >
, OutputImageType
DivideByConstantType
 
typedef
FieldInterpolatorType::OutputType 
FieldInterpolatorOutputType
 
typedef
FieldInterpolatorType::Pointer 
FieldInterpolatorPointer
 
typedef
VectorLinearInterpolateNearestNeighborExtrapolateImageFunction
< OutputImageType, double > 
FieldInterpolatorType
 
typedef InputImageType::RegionType RegionType
 
typedef VectorWarperType::Pointer VectorWarperPointer
 
typedef WarpVectorImageFilter
< OutputImageType,
OutputImageType,
OutputImageType
VectorWarperType
 
- Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(OutputImageDimension),
itkGetStaticConstMacro(InputImageDimension) > 
InputToOutputRegionCopierType
 
typedef
ImageToImageFilterDetail::ImageRegionCopier
< itkGetStaticConstMacro(InputImageDimension),
itkGetStaticConstMacro(OutputImageDimension) > 
OutputToInputRegionCopierType
 

Protected Member Functions

 ExponentialDeformationFieldImageFilter ()
 
void GenerateData ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual ~ExponentialDeformationFieldImageFilter ()
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
virtual void GenerateInputRequestedRegion ()
 
 ImageToImageFilter ()
 
virtual void VerifyInputInformation ()
 
 ~ImageToImageFilter ()
 
void PushBackInput (const DataObject *input)
 
void PushFrontInput (const DataObject *input)
 
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
virtual const
ImageRegionSplitterBase
GetImageRegionSplitter (void) const
 
 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)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs ()
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (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)
 
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 SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject ()
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs ()
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
void SetRequiredInputNames (const NameArray &)
 
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 ()
 
- 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

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

Private Attributes

AdderPointer m_Adder
 
bool m_AutomaticNumberOfIterations
 
CasterPointer m_Caster
 
bool m_ComputeInverse
 
DivideByConstantPointer m_Divider
 
unsigned int m_MaximumNumberOfIterations
 
VectorWarperPointer m_Warper
 

Additional Inherited Members

- Static Protected Member Functions inherited from itk::ImageSource< TOutputImage >
static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 

Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef AdderType::Pointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::AdderPointer
protected

Definition at line 180 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef AddImageFilter< OutputImageType, OutputImageType, OutputImageType > itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::AdderType
protected

Definition at line 173 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef CasterType::Pointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::CasterPointer
protected

Definition at line 176 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef CastImageFilter< InputImageType, OutputImageType > itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::CasterType
protected

Definition at line 163 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::ConstPointer

Definition at line 76 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef DivideByConstantType::Pointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::DivideByConstantPointer
protected

Definition at line 175 of file itkExponentialDeformationFieldImageFilter.h.

Definition at line 160 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef FieldInterpolatorType::OutputType itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::FieldInterpolatorOutputType
protected

Definition at line 179 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef FieldInterpolatorType::Pointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::FieldInterpolatorPointer
protected

Definition at line 178 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef VectorLinearInterpolateNearestNeighborExtrapolateImageFunction< OutputImageType, double > itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::FieldInterpolatorType
protected

Definition at line 170 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputImageType::ConstPointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::InputImageConstPointer

Definition at line 87 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputImageType::Pointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::InputImagePointer

Definition at line 86 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TInputImage itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::InputImageType

Some convenient typedefs.

Definition at line 82 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputPixelType::RealValueType itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::InputPixelRealValueType

Definition at line 89 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::InputPixelType

Definition at line 88 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef OutputImageType::Pointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputImagePointer

Definition at line 92 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputImageType

Definition at line 91 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef OutputImageType::PixelType itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputPixelType

Definition at line 93 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::Pointer

Definition at line 75 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputImageType::RegionType itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::RegionType
protected

Definition at line 155 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef ExponentialDeformationFieldImageFilter itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Definition at line 73 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::Superclass

Definition at line 74 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef VectorWarperType::Pointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::VectorWarperPointer
protected

Definition at line 177 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef WarpVectorImageFilter< OutputImageType, OutputImageType, OutputImageType > itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::VectorWarperType
protected

Definition at line 167 of file itkExponentialDeformationFieldImageFilter.h.

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::ExponentialDeformationFieldImageFilter ( )
protected

End concept checking

template<class TInputImage , class TOutputImage >
virtual itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::~ExponentialDeformationFieldImageFilter ( )
inlineprotectedvirtual

Definition at line 146 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::ExponentialDeformationFieldImageFilter ( const Self )
private

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::AutomaticNumberOfIterationsOff ( )
virtual

If AutomaticNumberOfIterations is off, the number of iterations is given by MaximumNumberOfIterations. If it is on, we try to get the lowest good number (which may not be larger than MaximumNumberOfIterations )

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::AutomaticNumberOfIterationsOn ( )
virtual

If AutomaticNumberOfIterations is off, the number of iterations is given by MaximumNumberOfIterations. If it is on, we try to get the lowest good number (which may not be larger than MaximumNumberOfIterations )

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::ComputeInverseOff ( )
virtual

If ComputeInverse is on, the filter will compute the exponential of the opposite (minus) of the input vector field. The output deformation fields computed with ComputeInverse set to on and off respectively therefore represent spatial transformations that are inverses of each other.

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::ComputeInverseOn ( )
virtual

If ComputeInverse is on, the filter will compute the exponential of the opposite (minus) of the input vector field. The output deformation fields computed with ComputeInverse set to on and off respectively therefore represent spatial transformations that are inverses of each other.

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::ExponentialDeformationFieldImageFilter< TInputImage, 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<class TInputImage , class TOutputImage >
void itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::GenerateData ( )
protectedvirtual
template<class TInputImage , class TOutputImage >
virtual bool itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::GetAutomaticNumberOfIterations ( ) const
virtual

If AutomaticNumberOfIterations is off, the number of iterations is given by MaximumNumberOfIterations. If it is on, we try to get the lowest good number (which may not be larger than MaximumNumberOfIterations )

template<class TInputImage , class TOutputImage >
virtual bool itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::GetComputeInverse ( ) const
virtual

If ComputeInverse is on, the filter will compute the exponential of the opposite (minus) of the input vector field. The output deformation fields computed with ComputeInverse set to on and off respectively therefore represent spatial transformations that are inverses of each other.

template<class TInputImage , class TOutputImage >
virtual unsigned int itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::GetMaximumNumberOfIterations ( ) const
virtual

Specify the maximum number of iteration.

template<class TInputImage , class TOutputImage >
virtual const char* itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

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

template<class TInputImage , class TOutputImage >
static Pointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

template<class TInputImage , class TOutputImage >
void itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::operator= ( const Self )
private
template<class TInputImage , class TOutputImage >
void itk::ExponentialDeformationFieldImageFilter< TInputImage, 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::ImageToImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::SetAutomaticNumberOfIterations ( bool  _arg)
virtual

If AutomaticNumberOfIterations is off, the number of iterations is given by MaximumNumberOfIterations. If it is on, we try to get the lowest good number (which may not be larger than MaximumNumberOfIterations )

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::SetComputeInverse ( bool  _arg)
virtual

If ComputeInverse is on, the filter will compute the exponential of the opposite (minus) of the input vector field. The output deformation fields computed with ComputeInverse set to on and off respectively therefore represent spatial transformations that are inverses of each other.

template<class TInputImage , class TOutputImage >
virtual void itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::SetMaximumNumberOfIterations ( unsigned int  _arg)
virtual

Specify the maximum number of iteration.

template<class TInputImage , class TOutputImage >
itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::typedef ( Concept::HasNumericTraits< typename OutputPixelType::ValueType >  )

Begin concept checking This class requires OutputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename OutputPixelType::ValueType > )

template<class TInputImage , class TOutputImage >
itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::typedef ( Concept::SameDimension< ImageDimension, OutputImageDimension )

This class requires SameDimensionCheck1 in the form of ( Concept::SameDimension< ImageDimension, OutputImageDimension > )

template<class TInputImage , class TOutputImage >
itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::typedef ( Concept::SameDimension< ImageDimension, PixelDimension )

This class requires SameDimensionCheck2 in the form of ( Concept::SameDimension< ImageDimension, PixelDimension > )

template<class TInputImage , class TOutputImage >
itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::typedef ( Concept::SameDimension< ImageDimension, OutputPixelDimension )

This class requires SameDimensionCheck3 in the form of ( Concept::SameDimension< ImageDimension, OutputPixelDimension > )

Member Data Documentation

template<class TInputImage , class TOutputImage >
const unsigned int itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::ImageDimension = TInputImage::ImageDimension
static

Image dimension.

Definition at line 121 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
AdderPointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::m_Adder
private

Definition at line 196 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
bool itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::m_AutomaticNumberOfIterations
private

Definition at line 188 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
CasterPointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::m_Caster
private

Definition at line 194 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
bool itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::m_ComputeInverse
private

Definition at line 191 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
DivideByConstantPointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::m_Divider
private

Definition at line 193 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
unsigned int itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::m_MaximumNumberOfIterations
private

Definition at line 189 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
VectorWarperPointer itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::m_Warper
private

Definition at line 195 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
const unsigned int itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputImageDimension = TInputImage::ImageDimension
static

Image dimension.

Definition at line 123 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
const unsigned int itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputPixelDimension = OutputPixelType::Dimension
static

Image dimension.

Definition at line 127 of file itkExponentialDeformationFieldImageFilter.h.

template<class TInputImage , class TOutputImage >
const unsigned int itk::ExponentialDeformationFieldImageFilter< TInputImage, TOutputImage >::PixelDimension = InputPixelType::Dimension
static

Image dimension.

Definition at line 125 of file itkExponentialDeformationFieldImageFilter.h.


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