ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions
itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform > Class Template Reference

TimeVaryingVelocityFieldTransformParametersAdaptor is a helper class intended to definition. More...

#include <itkTimeVaryingVelocityFieldTransformParametersAdaptor.h>

Inheritance diagram for itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >:
Collaboration diagram for itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
TimeVaryingVelocityFieldType::DirectionType 
DirectionType
typedef
TransformType::ParametersType 
ParametersType
typedef
TransformType::ParametersValueType 
ParametersValueType
typedef SmartPointer< SelfPointer
typedef
TimeVaryingVelocityFieldType::PointType 
PointType
typedef
TimeVaryingVelocityFieldTransformParametersAdaptor 
Self
typedef
TimeVaryingVelocityFieldType::SizeType 
SizeType
typedef
TimeVaryingVelocityFieldType::SpacingType 
SpacingType
typedef
TransformParametersAdaptor
< TTransform > 
Superclass
typedef
TimeVaryingVelocityFieldType::Pointer 
TimeVaryingVelocityFieldPointer
typedef
TransformType::TimeVaryingVelocityFieldType 
TimeVaryingVelocityFieldType
typedef TransformType::Pointer TransformPointer
typedef TTransform TransformType

Public Member Functions

virtual void AdaptTransformParameters ()
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
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 &)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int TotalDimension = TransformType::Dimension + 1

Protected Member Functions

 TimeVaryingVelocityFieldTransformParametersAdaptor ()
 ~TimeVaryingVelocityFieldTransformParametersAdaptor ()

Private Member Functions

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

Detailed Description

template<class TTransform>
class itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >

TimeVaryingVelocityFieldTransformParametersAdaptor is a helper class intended to definition.

The fixed parameters store the following information: field size field origin field spacing field direction During multiresolution image registration it is often desired to also increase the displacement field resolution for greater flexibility in optimizing the transform. As defined in the base class, the user can change the resolution via

   transformAdaptor->SetTransform( transform );
   transformAdaptor->SetRequiredFixedParameters( fixedParameters );
   transformAdaptor->AdaptTransformParameters();

or the user can use the more intuitive API for setting the fixed parameters. E.g., often the user will want to maintain the same transform domain spatial extent but only increase the field size and decrease the spacing. This can be done as follows:

   transformAdaptor->SetTransform( transform );
   transformAdaptor->SetRequiredOrigin( displacementField->GetOrigin() );
   transformAdaptor->SetRequiredDirection( displacementField->GetDirection() );
   transformAdaptor->SetRequiredSize( requiredSize );
   transformAdaptor->SetRequiredSpacing( requiredSpacing );
   transformAdaptor->AdaptTransformParameters();
Author:
Nick Tustison
Brian Avants

Definition at line 64 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.


Member Typedef Documentation

template<class TTransform >
typedef SmartPointer<const Self> itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::ConstPointer
template<class TTransform >
typedef TimeVaryingVelocityFieldType::DirectionType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::DirectionType
template<class TTransform >
typedef TransformType::ParametersType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::ParametersType
template<class TTransform >
typedef TransformType::ParametersValueType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::ParametersValueType
template<class TTransform >
typedef SmartPointer<Self> itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::Pointer
template<class TTransform >
typedef TimeVaryingVelocityFieldType::PointType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::PointType

Standard class typedefs.

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

Definition at line 70 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.

template<class TTransform >
typedef TimeVaryingVelocityFieldType::SizeType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SizeType
template<class TTransform >
typedef TimeVaryingVelocityFieldType::SpacingType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SpacingType
template<class TTransform >
typedef TransformParametersAdaptor<TTransform> itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::Superclass
template<class TTransform >
typedef TimeVaryingVelocityFieldType::Pointer itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldPointer
template<class TTransform >
typedef TransformType::TimeVaryingVelocityFieldType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldType
template<class TTransform >
typedef TransformType::Pointer itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TransformPointer
template<class TTransform >
typedef TTransform itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TransformType

Typedefs associated with the transform

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

Definition at line 79 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.


Constructor & Destructor Documentation


Member Function Documentation

template<class TTransform >
virtual void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::AdaptTransformParameters ( ) [virtual]

Initialize the transform using the specified fixed parameters

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

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

template<class TTransform >
virtual const char* itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

template<class TTransform >
virtual const DirectionType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredDirection ( ) const [virtual]

Get the required direction.

template<class TTransform >
virtual const PointType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredOrigin ( ) const [virtual]

Get the required origin.

template<class TTransform >
virtual const SizeType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredSize ( ) const [virtual]

Get the required size.

template<class TTransform >
virtual const SpacingType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredSpacing ( ) const [virtual]

Get the required spacing.

template<class TTransform >
static Pointer itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::New ( ) [static]

New macro for creation of through a Smart Pointer.

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

template<class TTransform >
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

template<class TTransform >
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredDirection ( const DirectionType )

Alternative method for setting the required direction.

template<class TTransform >
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredOrigin ( const PointType )

Alternative method for setting the required origin.

template<class TTransform >
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredSize ( const SizeType )

Alternative method for setting the required size.

template<class TTransform >
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredSpacing ( const SpacingType )

Alternative method for setting the required spacing.


Member Data Documentation

template<class TTransform >
const unsigned int itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TotalDimension = TransformType::Dimension + 1 [static]

Dimension of parameters.

Definition at line 95 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.


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