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

#include <itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h>

+ Inheritance diagram for itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >:
+ Collaboration diagram for itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >:

Detailed Description

template<class TTransform>
class itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >

Helper class for multiresolution image registration.

Author
Nick Tustison

Definition at line 33 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef TransformType::ScalarType ScalarType
 
typedef
GaussianExponentialDiffeomorphicTransformParametersAdaptor 
Self
 
typedef
ConstantVelocityFieldTransformParametersAdaptor
< TTransform > 
Superclass
 
typedef TTransform TransformType
 
- Public Types inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >
typedef
TransformType::ConstantVelocityFieldType 
ConstantVelocityFieldType
 
typedef SmartPointer< const SelfConstPointer
 
typedef
ConstantVelocityFieldType::DirectionType 
DirectionType
 
typedef
TransformType::ParametersType 
ParametersType
 
typedef
TransformType::ParametersValueType 
ParametersValueType
 
typedef SmartPointer< SelfPointer
 
typedef
ConstantVelocityFieldType::PointType 
PointType
 
typedef
ConstantVelocityFieldTransformParametersAdaptor 
Self
 
typedef
ConstantVelocityFieldType::SizeType 
SizeType
 
typedef
ConstantVelocityFieldType::SpacingType 
SpacingType
 
typedef
TransformParametersAdaptor
< TTransform > 
Superclass
 
typedef TransformType::Pointer TransformPointer
 
typedef TTransform TransformType
 
- Public Types inherited from itk::TransformParametersAdaptor< TTransform >
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::ParametersType ParametersType
 
typedef
Superclass::ParametersValueType 
ParametersValueType
 
typedef SmartPointer< SelfPointer
 
typedef TransformParametersAdaptor Self
 
typedef
TransformParametersAdaptorBase
< TTransform > 
Superclass
 
typedef
Superclass::TransformPointer 
TransformPointer
 
typedef TTransform TransformType
 
- Public Types inherited from itk::TransformParametersAdaptorBase< TTransform >
typedef SmartPointer< const SelfConstPointer
 
typedef
TransformType::ParametersType 
ParametersType
 
typedef ParametersType::ValueType ParametersValueType
 
typedef SmartPointer< SelfPointer
 
typedef
TransformParametersAdaptorBase 
Self
 
typedef Object Superclass
 
typedef TransformType::Pointer TransformPointer
 
typedef TTransform TransformType
 
- 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 AdaptTransformParameters ()
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
virtual void SetGaussianSmoothingVarianceForTheConstantVelocityField (ScalarType)
 
virtual const ScalarTypeGetGaussianSmoothingVarianceForTheConstantVelocityField ()
 
virtual void SetGaussianSmoothingVarianceForTheUpdateField (ScalarType)
 
virtual const ScalarTypeGetGaussianSmoothingVarianceForTheUpdateField ()
 
- Public Member Functions inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >
virtual const DirectionType GetRequiredDirection () const
 
virtual const PointType GetRequiredOrigin () const
 
virtual const SizeType GetRequiredSize () const
 
virtual const SpacingType GetRequiredSpacing () const
 
void SetRequiredDirection (const DirectionType &)
 
void SetRequiredOrigin (const PointType &)
 
void SetRequiredSize (const SizeType &)
 
void SetRequiredSpacing (const SpacingType &)
 
- Public Member Functions inherited from itk::TransformParametersAdaptor< TTransform >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const ParametersTypeGetRequiredFixedParameters ()
 
virtual void SetRequiredFixedParameters (ParametersType _arg)
 
virtual void SetTransform (TransformType *_arg)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::TransformParametersAdaptor< TTransform >
static Pointer New ()
 

Protected Member Functions

 GaussianExponentialDiffeomorphicTransformParametersAdaptor ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
 ~GaussianExponentialDiffeomorphicTransformParametersAdaptor ()
 
- Protected Member Functions inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >
 ConstantVelocityFieldTransformParametersAdaptor ()
 
 ~ConstantVelocityFieldTransformParametersAdaptor ()
 
- Protected Member Functions inherited from itk::TransformParametersAdaptor< TTransform >
void PrintSelf (std::ostream &os, Indent) const
 
 TransformParametersAdaptor ()
 
 ~TransformParametersAdaptor ()
 
- Protected Member Functions inherited from itk::TransformParametersAdaptorBase< TTransform >
void PrintSelf (std::ostream &os, Indent indent) const
 
 TransformParametersAdaptorBase ()
 
 ~TransformParametersAdaptorBase ()
 
- 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

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

Private Attributes

ScalarType m_GaussianSmoothingVarianceForTheConstantVelocityField
 
ModifiedTimeType m_GaussianSmoothingVarianceForTheConstantVelocityFieldSetTime
 
ScalarType m_GaussianSmoothingVarianceForTheUpdateField
 
ModifiedTimeType m_GaussianSmoothingVarianceForTheUpdateFieldSetTime
 

Additional Inherited Members

- Static Public Attributes inherited from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >
static const unsigned int ConstantVelocityFieldDimension = TransformType::ConstantVelocityFieldDimension
 
- Protected Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 
- Protected Attributes inherited from itk::TransformParametersAdaptor< TTransform >
ParametersType m_RequiredFixedParameters
 
TransformPointer m_Transform
 

Member Typedef Documentation

template<class TTransform >
typedef SmartPointer<const Self> itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::ConstPointer
template<class TTransform >
typedef TransformType::ScalarType itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::ScalarType

Standard class typedefs.

Definition at line 39 of file itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.h.

template<class TTransform >
typedef TTransform itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::TransformType

Constructor & Destructor Documentation

Member Function Documentation

template<class TTransform >
virtual void itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::AdaptTransformParameters ( )
virtual

Initialize the transform using the specified fixed parameters

Reimplemented from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >.

template<class TTransform >
virtual::itk::LightObject::Pointer itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::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::ConstantVelocityFieldTransformParametersAdaptor< TTransform >.

template<class TTransform >
virtual const ScalarType& itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::GetGaussianSmoothingVarianceForTheConstantVelocityField ( )
virtual

Get/Set the Gaussian smoothing standard deviation for the velocity field.

template<class TTransform >
virtual const ScalarType& itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::GetGaussianSmoothingVarianceForTheUpdateField ( )
virtual

Get/Set the Gaussian smoothing standard deviation for the update field.

template<class TTransform >
virtual const char* itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >.

template<class TTransform >
static Pointer itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::New ( )
static

New macro for creation of through a Smart Pointer.

template<class TTransform >
void itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::operator= ( const Self )
private
template<class TTransform >
void itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::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::Object.

template<class TTransform >
virtual void itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::SetGaussianSmoothingVarianceForTheConstantVelocityField ( ScalarType  )
virtual

Get/Set the Gaussian smoothing standard deviation for the velocity field.

template<class TTransform >
virtual void itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::SetGaussianSmoothingVarianceForTheUpdateField ( ScalarType  )
virtual

Get/Set the Gaussian smoothing standard deviation for the update field.

Member Data Documentation

template<class TTransform >
ScalarType itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::m_GaussianSmoothingVarianceForTheConstantVelocityField
private
template<class TTransform >
ModifiedTimeType itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::m_GaussianSmoothingVarianceForTheConstantVelocityFieldSetTime
private
template<class TTransform >
ScalarType itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::m_GaussianSmoothingVarianceForTheUpdateField
private
template<class TTransform >
ModifiedTimeType itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >::m_GaussianSmoothingVarianceForTheUpdateFieldSetTime
private

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