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 | Private Attributes
itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions > Class Template Reference

Transform objects based on integration of a time-varying velocity field. More...

#include <itkTimeVaryingVelocityFieldTransform.h>

Inheritance diagram for itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >:
Collaboration diagram for itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef Superclass::DerivativeType DerivativeType
typedef
TimeVaryingVelocityFieldType::DirectionType 
DirectionType
typedef
Superclass::DisplacementFieldType 
DisplacementFieldType
typedef
DisplacementFieldType::PixelType 
DisplacementVectorType
typedef Superclass::InputPointType InputPointType
typedef Superclass::InputVectorType InputVectorType
typedef
Superclass::InverseTransformBasePointer 
InverseTransformBasePointer
typedef Superclass::JacobianType JacobianType
typedef
Superclass::NumberOfParametersType 
NumberOfParametersType
typedef
ImageVectorOptimizerParametersHelper
< ScalarType,
OutputVectorType::Dimension,
itkGetStaticConstMacro(Dimension)+1 > 
OptimizerParametersHelperType
typedef Superclass::OutputPointType OutputPointType
typedef
Superclass::OutputVectorType 
OutputVectorType
typedef Superclass::ParametersType ParametersType
typedef ParametersType::ValueType ParametersValueType
typedef SmartPointer< SelfPointer
typedef
TimeVaryingVelocityFieldType::PointType 
PointType
typedef Superclass::ScalarType ScalarType
typedef
TimeVaryingVelocityFieldTransform 
Self
typedef
TimeVaryingVelocityFieldType::SizeType 
SizeType
typedef
TimeVaryingVelocityFieldType::SpacingType 
SpacingType
typedef
DisplacementFieldTransform
< TScalar, NDimensions > 
Superclass
typedef
TimeVaryingVelocityFieldInterpolatorType::Pointer 
TimeVaryingVelocityFieldInterpolatorPointer
typedef
VectorInterpolateImageFunction
< TimeVaryingVelocityFieldType,
ScalarType
TimeVaryingVelocityFieldInterpolatorType
typedef
TimeVaryingVelocityFieldType::Pointer 
TimeVaryingVelocityFieldPointer
typedef Image
< OutputVectorType,
TimeVaryingVelocityFieldDimension
TimeVaryingVelocityFieldType

Public Member Functions

virtual bool GetIntegrateTimeVaryingVelocityField () const
bool GetInverse (Self *inverse) const
virtual InverseTransformBasePointer GetInverseTransform () const
virtual ScalarType GetLowerTimeBound () const
virtual const char * GetNameOfClass () const
virtual unsigned int GetNumberOfIntegrationSteps () const
NumberOfParametersType GetNumberOfLocalParameters () const
virtual
TimeVaryingVelocityFieldType
GetTimeVaryingVelocityField ()
virtual const
TimeVaryingVelocityFieldInterpolatorType
GetTimeVaryingVelocityFieldInterpolator ()
virtual unsigned long GetTimeVaryingVelocityFieldSetTime () const
virtual ScalarType GetUpperTimeBound () const
virtual bool HasLocalSupport () const
virtual void IntegrateTimeVaryingVelocityFieldOff ()
virtual void IntegrateTimeVaryingVelocityFieldOn ()
virtual void IntegrateVelocityField ()
virtual bool IsLinear () const
virtual void SetDisplacementField (DisplacementFieldType *_arg)
virtual void SetFixedParameters (const ParametersType &)
virtual void SetIntegrateTimeVaryingVelocityField (bool _arg)
virtual void SetLowerTimeBound (ScalarType _arg)
virtual void SetNumberOfIntegrationSteps (unsigned int _arg)
virtual void SetParameters (const ParametersType &)
virtual void SetTimeVaryingVelocityField (TimeVaryingVelocityFieldType *)
virtual void SetTimeVaryingVelocityFieldInterpolator (TimeVaryingVelocityFieldInterpolatorType *_arg)
virtual void SetUpperTimeBound (ScalarType _arg)
virtual void UpdateTransformParameters (DerivativeType &, ScalarType factor=1.0)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int Dimension = NDimensions
static const unsigned int TimeVaryingVelocityFieldDimension = NDimensions+1

Protected Member Functions

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

Private Member Functions

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

Private Attributes

bool m_IntegrateTimeVaryingVelocityField
ScalarType m_LowerTimeBound
unsigned int m_NumberOfIntegrationSteps
TimeVaryingVelocityFieldType::Pointer m_TimeVaryingVelocityField
TimeVaryingVelocityFieldInterpolatorPointer m_TimeVaryingVelocityFieldInterpolator
unsigned long m_TimeVaryingVelocityFieldSetTime
ScalarType m_UpperTimeBound

Detailed Description

template<class TScalar, unsigned int NDimensions>
class itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >

Transform objects based on integration of a time-varying velocity field.

Diffeomorphisms are topology-preserving mappings that are useful for describing biologically plausible deformations. Mathematically, a diffeomorphism, $\phi$, is generated from a time-varying velocity field, v, as described by the first-order differential equation:

\[ v(\phi(x,t), t) = \frac{d\phi(x, t)}{dt}, \phi(x, 0) = x \]

In this class, the input is the time-varying velocity field. The output diffeomorphism is produced using fourth order Runge-Kutta.

Warning:
The output deformation field needs to have dimensionality of 1 less than the input time-varying velocity field. It is assumed that the last dimension of the time-varying velocity field corresponds to Time, and the other dimensions represent Space.
Author:
Nick Tustison
Brian Avants

Definition at line 56 of file itkTimeVaryingVelocityFieldTransform.h.


Member Typedef Documentation

template<class TScalar , unsigned int NDimensions>
typedef SmartPointer<const Self> itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::ConstPointer
template<class TScalar , unsigned int NDimensions>
typedef Superclass::DerivativeType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::DerivativeType
template<class TScalar , unsigned int NDimensions>
typedef TimeVaryingVelocityFieldType::DirectionType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::DirectionType
template<class TScalar , unsigned int NDimensions>
typedef Superclass::DisplacementFieldType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::DisplacementFieldType

Define the displacement field type and corresponding interpolator type.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 118 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef DisplacementFieldType::PixelType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::DisplacementVectorType
template<class TScalar , unsigned int NDimensions>
typedef Superclass::InputPointType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::InputPointType

Standard coordinate point type for this class.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 87 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef Superclass::InputVectorType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::InputVectorType

Standard vector type for this class.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 91 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef Superclass:: InverseTransformBasePointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::InverseTransformBasePointer

InverseTransform type.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 70 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef Superclass::JacobianType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::JacobianType

Jacobian type.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 84 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef Superclass::NumberOfParametersType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::NumberOfParametersType

The number of parameters defininig this transform.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 81 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef ImageVectorOptimizerParametersHelper<ScalarType, OutputVectorType::Dimension, itkGetStaticConstMacro( Dimension ) + 1> itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::OptimizerParametersHelperType

Define the internal parameter helper used to access the field

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 124 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef Superclass::OutputPointType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::OutputPointType
template<class TScalar , unsigned int NDimensions>
typedef Superclass::OutputVectorType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::OutputVectorType
template<class TScalar , unsigned int NDimensions>
typedef Superclass::ParametersType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::ParametersType

Type of the input parameters.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 79 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef ParametersType::ValueType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::ParametersValueType

Type of the input parameters.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 80 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef SmartPointer<Self> itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::Pointer
template<class TScalar , unsigned int NDimensions>
typedef TimeVaryingVelocityFieldType::PointType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::PointType
template<class TScalar , unsigned int NDimensions>
typedef Superclass::ScalarType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::ScalarType
template<class TScalar , unsigned int NDimensions>
typedef TimeVaryingVelocityFieldTransform itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::Self
template<class TScalar , unsigned int NDimensions>
typedef TimeVaryingVelocityFieldType::SizeType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::SizeType
template<class TScalar , unsigned int NDimensions>
typedef TimeVaryingVelocityFieldType::SpacingType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::SpacingType
template<class TScalar , unsigned int NDimensions>
typedef DisplacementFieldTransform<TScalar, NDimensions> itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::Superclass
template<class TScalar , unsigned int NDimensions>
typedef TimeVaryingVelocityFieldInterpolatorType::Pointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::TimeVaryingVelocityFieldInterpolatorPointer

Definition at line 111 of file itkTimeVaryingVelocityFieldTransform.h.

Definition at line 110 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef TimeVaryingVelocityFieldType::Pointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::TimeVaryingVelocityFieldPointer
template<class TScalar , unsigned int NDimensions>
typedef Image<OutputVectorType, TimeVaryingVelocityFieldDimension> itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::TimeVaryingVelocityFieldType

Define the time-varying velocity field type and corresponding interpolator type.

Reimplemented in itk::GaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform< TScalar, NDimensions >.

Definition at line 107 of file itkTimeVaryingVelocityFieldTransform.h.


Constructor & Destructor Documentation

template<class TScalar , unsigned int NDimensions>
itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::TimeVaryingVelocityFieldTransform ( ) [protected]
template<class TScalar , unsigned int NDimensions>
virtual itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::~TimeVaryingVelocityFieldTransform ( ) [protected, virtual]
template<class TScalar , unsigned int NDimensions>
itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::TimeVaryingVelocityFieldTransform ( const Self ) [private]

Member Function Documentation

template<class TScalar , unsigned int NDimensions>
virtual bool itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetIntegrateTimeVaryingVelocityField ( ) const [virtual]

Get whether or not the time-varying velocity field should be integrated. Default is true. However, we don't want to integrated when unnecessary so we allow the user to turn it off.

template<class TScalar , unsigned int NDimensions>
bool itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetInverse ( Self inverse) const

Return an inverse of this transform.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

template<class TScalar , unsigned int NDimensions>
virtual InverseTransformBasePointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetInverseTransform ( ) const [virtual]

Return an inverse of this transform.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

template<class TScalar , unsigned int NDimensions>
virtual ScalarType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetLowerTimeBound ( ) const [virtual]

Get the lower time bound defining the integration domain of the transform. We assume that the total possible time domain is [0,1]

template<class TScalar , unsigned int NDimensions>
virtual const char* itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetNameOfClass ( ) const [virtual]
template<class TScalar , unsigned int NDimensions>
virtual unsigned int itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetNumberOfIntegrationSteps ( ) const [virtual]

Get the number of integration steps used in the Runge-Kutta solution of the initial value problem. Default = 100;

template<class TScalar , unsigned int NDimensions>
NumberOfParametersType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetNumberOfLocalParameters ( void  ) const [inline, virtual]

Get the number of local parameters

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 199 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
virtual TimeVaryingVelocityFieldType* itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetTimeVaryingVelocityField ( ) [virtual]

Get the time-varying deformation field.

template<class TScalar , unsigned int NDimensions>
virtual const TimeVaryingVelocityFieldInterpolatorType* itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetTimeVaryingVelocityFieldInterpolator ( ) [virtual]

Get the interpolator for the time-varying velocity field.

template<class TScalar , unsigned int NDimensions>
virtual unsigned long itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetTimeVaryingVelocityFieldSetTime ( ) const [virtual]

Get the modification time of deformation field

template<class TScalar , unsigned int NDimensions>
virtual ScalarType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetUpperTimeBound ( ) const [virtual]

Get the upper time bound defining the integration domain of the transform. We assume that the total possible time domain is [0,1]

template<class TScalar , unsigned int NDimensions>
virtual bool itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::HasLocalSupport ( ) const [inline, virtual]

Does the transform have local support

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 205 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::IntegrateTimeVaryingVelocityFieldOff ( ) [virtual]
template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::IntegrateTimeVaryingVelocityFieldOn ( ) [virtual]

Set/Get whether or not the time-varying velocity field should be integrated. Default is true. However, we don't want to integrated when unnecessary so we allow the user to turn it off.

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::IntegrateVelocityField ( ) [virtual]

Trigger the computation of the displacement field by integrating the time-varying velocity field.

template<class TScalar , unsigned int NDimensions>
virtual bool itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::IsLinear ( ) const [inline, virtual]

This transform is not linear.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 196 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
static Pointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::New ( ) [static]
template<class TScalar , unsigned int NDimensions>
void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::operator= ( const Self ) [private]

Create an identity jacobian for use in ComputeJacobianWithRespectToParameters.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Reimplemented in itk::GaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform< TScalar, NDimensions >.

template<class TScalar , unsigned int NDimensions>
void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::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::DisplacementFieldTransform< TScalar, NDimensions >.

Reimplemented in itk::GaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform< TScalar, NDimensions >.

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::SetDisplacementField ( DisplacementFieldType _arg) [virtual]

Set the deformation field. We want to override the base class implementation since we don't want to optimize over the deformation field for this class but rather the time-varying velocity field

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::SetFixedParameters ( const ParametersType ) [virtual]

Set the fixed parameters and update internal transformation.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::SetIntegrateTimeVaryingVelocityField ( bool  _arg) [virtual]

Set whether or not the time-varying velocity field should be integrated. Default is true. However, we don't want to integrated when unnecessary so we allow the user to turn it off.

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::SetLowerTimeBound ( ScalarType  _arg) [virtual]

Set the lower time bound defining the integration domain of the transform. We assume that the total possible time domain is [0,1]

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::SetNumberOfIntegrationSteps ( unsigned int  _arg) [virtual]

Set the number of integration steps used in the Runge-Kutta solution of the initial value problem. Default = 100;

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::SetParameters ( const ParametersType ) [virtual]

Set the transformation parameters. This sets the time-varying velocity field image directly.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::SetTimeVaryingVelocityField ( TimeVaryingVelocityFieldType ) [virtual]

Set the time-varying field.

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::SetTimeVaryingVelocityFieldInterpolator ( TimeVaryingVelocityFieldInterpolatorType _arg) [virtual]

Set the interpolator for the time-varying velocity field.

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::SetUpperTimeBound ( ScalarType  _arg) [virtual]

Set the upper time bound defining the integration domain of the transform. We assume that the total possible time domain is [0,1]

template<class TScalar , unsigned int NDimensions>
virtual void itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::UpdateTransformParameters ( DerivativeType ,
ScalarType  factor = 1.0 
) [virtual]

Member Data Documentation

template<class TScalar , unsigned int NDimensions>
const unsigned int itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::Dimension = NDimensions [static]

Dimension of the domain spaces.

Reimplemented from itk::DisplacementFieldTransform< TScalar, NDimensions >.

Definition at line 98 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
bool itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::m_IntegrateTimeVaryingVelocityField [private]

Definition at line 265 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
ScalarType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::m_LowerTimeBound [private]

Definition at line 261 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
unsigned int itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::m_NumberOfIntegrationSteps [private]

Definition at line 264 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
TimeVaryingVelocityFieldType::Pointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::m_TimeVaryingVelocityField [private]

The deformation field and its inverse (if it exists).

Definition at line 256 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
TimeVaryingVelocityFieldInterpolatorPointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::m_TimeVaryingVelocityFieldInterpolator [private]

Definition at line 259 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
unsigned long itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::m_TimeVaryingVelocityFieldSetTime [private]

Definition at line 266 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
ScalarType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::m_UpperTimeBound [private]

Definition at line 262 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
const unsigned int itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::TimeVaryingVelocityFieldDimension = NDimensions+1 [static]

Dimension of the time varying velocity field.

Reimplemented in itk::GaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform< TScalar, NDimensions >.

Definition at line 101 of file itkTimeVaryingVelocityFieldTransform.h.


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