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

#include <itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
TimeVaryingVelocityFieldControlPointLatticeType::DirectionType 
DirectionType
typedef
TimeVaryingVelocityFieldControlPointLatticeType::IndexType 
IndexType
typedef
TimeVaryingVelocityFieldControlPointLatticeType::SizeType 
MeshSizeType
typedef
TimeVaryingVelocityFieldControlPointLatticeType::PointType 
OriginType
typedef
TransformType::ParametersType 
ParametersType
typedef
TransformType::ParametersValueType 
ParametersValueType
typedef
TimeVaryingVelocityFieldControlPointLatticeType::SpacingType 
PhysicalDimensionsType
typedef SmartPointer< SelfPointer
typedef ParametersValueType RealType
typedef
TimeVaryingVelocityFieldControlPointLatticeType::RegionType 
RegionType
typedef
TimeVaryingBSplineVelocityFieldTransformParametersAdaptor 
Self
typedef
TimeVaryingVelocityFieldControlPointLatticeType::SizeType 
SizeType
typedef
TimeVaryingVelocityFieldControlPointLatticeType::SizeValueType 
SizeValueType
typedef
TimeVaryingVelocityFieldControlPointLatticeType::SpacingType 
SpacingType
typedef
TransformParametersAdaptor
< TTransform > 
Superclass
typedef
TimeVaryingVelocityFieldControlPointLatticeType::Pointer 
TimeVaryingVelocityFieldControlPointLatticePointer
typedef
TransformType::TimeVaryingVelocityFieldControlPointLatticeType 
TimeVaryingVelocityFieldControlPointLatticeType
typedef TransformType::Pointer TransformPointer
typedef TTransform TransformType
typedef
TimeVaryingVelocityFieldControlPointLatticeType::PixelType 
VectorType

Public Member Functions

virtual void AdaptTransformParameters ()
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual const DirectionTypeGetRequiredTransformDomainDirection ()
virtual const MeshSizeTypeGetRequiredTransformDomainMeshSize ()
virtual const OriginTypeGetRequiredTransformDomainOrigin ()
virtual const
PhysicalDimensionsType
GetRequiredTransformDomainPhysicalDimensions ()
virtual void SetRequiredFixedParameters (const ParametersType)
void SetRequiredTransformDomainDirection (const DirectionType &)
void SetRequiredTransformDomainMeshSize (const MeshSizeType &)
void SetRequiredTransformDomainOrigin (const OriginType &)
void SetRequiredTransformDomainPhysicalDimensions (const PhysicalDimensionsType &)
const OriginType GetRequiredControlPointLatticeOrigin () const
const SpacingType GetRequiredControlPointLatticeSpacing () const
const SizeType GetRequiredControlPointLatticeSize () const
const DirectionType GetRequiredControlPointLatticeDirection () const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

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

Protected Member Functions

void PrintSelf (std::ostream &os, Indent indent) const
 TimeVaryingBSplineVelocityFieldTransformParametersAdaptor ()
 ~TimeVaryingBSplineVelocityFieldTransformParametersAdaptor ()

Private Member Functions

void operator= (const Self &)
 TimeVaryingBSplineVelocityFieldTransformParametersAdaptor (const Self &)
void UpdateRequiredFixedParameters ()

Private Attributes

DirectionType m_RequiredTransformDomainDirection
MeshSizeType m_RequiredTransformDomainMeshSize
OriginType m_RequiredTransformDomainOrigin
PhysicalDimensionsType m_RequiredTransformDomainPhysicalDimensions

Detailed Description

template<class TTransform>
class itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >

TimeVaryingBSplineVelocityFieldTransformParametersAdaptor 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 itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.


Member Typedef Documentation

template<class TTransform >
typedef SmartPointer<const Self> itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::ConstPointer
template<class TTransform >
typedef TimeVaryingVelocityFieldControlPointLatticeType::DirectionType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::DirectionType
template<class TTransform >
typedef TimeVaryingVelocityFieldControlPointLatticeType::IndexType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::IndexType
template<class TTransform >
typedef TimeVaryingVelocityFieldControlPointLatticeType::SizeType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::MeshSizeType
template<class TTransform >
typedef TimeVaryingVelocityFieldControlPointLatticeType::PointType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::OriginType
template<class TTransform >
typedef TransformType::ParametersType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::ParametersType
template<class TTransform >
typedef TransformType::ParametersValueType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::ParametersValueType
template<class TTransform >
typedef TimeVaryingVelocityFieldControlPointLatticeType::SpacingType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::PhysicalDimensionsType
template<class TTransform >
typedef SmartPointer<Self> itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::Pointer
template<class TTransform >
typedef TimeVaryingVelocityFieldControlPointLatticeType::RegionType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::RegionType

Standard class typedefs.

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

Definition at line 70 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.

template<class TTransform >
typedef TimeVaryingVelocityFieldControlPointLatticeType::SizeType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SizeType
template<class TTransform >
typedef TimeVaryingVelocityFieldControlPointLatticeType::SizeValueType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SizeValueType
template<class TTransform >
typedef TimeVaryingVelocityFieldControlPointLatticeType::SpacingType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SpacingType
template<class TTransform >
typedef TransformParametersAdaptor<TTransform> itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::Superclass
template<class TTransform >
typedef TimeVaryingVelocityFieldControlPointLatticeType::Pointer itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldControlPointLatticePointer
template<class TTransform >
typedef TransformType::TimeVaryingVelocityFieldControlPointLatticeType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldControlPointLatticeType
template<class TTransform >
typedef TransformType::Pointer itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::TransformPointer
template<class TTransform >
typedef TTransform itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::TransformType

Typedefs associated with the transform

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

Definition at line 79 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.

template<class TTransform >
typedef TimeVaryingVelocityFieldControlPointLatticeType::PixelType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::VectorType

Constructor & Destructor Documentation


Member Function Documentation

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

Initialize the transform using the specified fixed parameters

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

template<class TTransform >
virtual::itk::LightObject::Pointer itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< 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::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

Get the required control point lattice direction.

Definition at line 166 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.

template<class TTransform >
const OriginType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredControlPointLatticeOrigin ( ) const [inline]

Get the required control point lattice origin.

Definition at line 130 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.

template<class TTransform >
const SizeType itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredControlPointLatticeSize ( ) const [inline]

Get the required control point lattice size.

Definition at line 154 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.

Get the required control point lattice spacing.

Definition at line 142 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.

template<class TTransform >
virtual const DirectionType& itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredTransformDomainDirection ( ) [virtual]

Get the required direction.

template<class TTransform >
virtual const MeshSizeType& itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredTransformDomainMeshSize ( ) [virtual]

Get the required mesh size.

template<class TTransform >
virtual const OriginType& itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredTransformDomainOrigin ( ) [virtual]

Get the required origin.

Get the required physical dimensions.

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

New macro for creation of through a Smart Pointer.

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

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

Mutex lock to protect modification to the reference count

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

template<class TTransform >
void itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

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::TransformParametersAdaptor< TTransform >.

template<class TTransform >
virtual void itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredFixedParameters ( const ParametersType  _arg) [virtual]

Set the fixed parameters

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

Alternative method for setting the required direction.

Alternative method for setting the required mesh size.

Alternative method for setting the required origin.

Alternative method for setting the required mesh size.

template<class TTransform >
void itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >::UpdateRequiredFixedParameters ( ) [private]

Helper function to set m_RequiredFixedParameters


Member Data Documentation

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

Dimension of parameters.

Definition at line 103 of file itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.h.


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