ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions
itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions > Class Template Reference

#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
TimeVaryingVelocityFieldType::DirectionType 
TimeVaryingVelocityFieldDirectionType
typedef
TimeVaryingVelocityFieldInterpolatorType::Pointer 
TimeVaryingVelocityFieldInterpolatorPointer
typedef
VectorInterpolateImageFunction
< TimeVaryingVelocityFieldType,
ScalarType
TimeVaryingVelocityFieldInterpolatorType
typedef
TimeVaryingVelocityFieldType::Pointer 
TimeVaryingVelocityFieldPointer
typedef
TimeVaryingVelocityFieldType::PointType 
TimeVaryingVelocityFieldPointType
typedef
TimeVaryingVelocityFieldType::SpacingType 
TimeVaryingVelocityFieldSpacingType
typedef Image
< OutputVectorType,
TimeVaryingVelocityFieldDimension
TimeVaryingVelocityFieldType
typedef Transform< TScalar,
NDimensions, NDimensions >
::Pointer 
TransformPointer

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) 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 ScalarType GetUpperTimeBound () const
virtual bool HasLocalSupport () const
virtual void IntegrateVelocityField ()
virtual bool IsLinear () const
virtual void SetDisplacementField (DisplacementFieldType *_arg)
virtual void SetFixedParameters (const ParametersType &)
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

DisplacementFieldType::Pointer CopyDisplacementField (const DisplacementFieldType *toCopy) const
virtual LightObject::Pointer InternalClone () const
void PrintSelf (std::ostream &os, Indent indent) const
virtual void SetFixedParametersFromTimeVaryingVelocityField ()
 TimeVaryingVelocityFieldTransform ()
virtual ~TimeVaryingVelocityFieldTransform ()

Protected Attributes

ScalarType m_LowerTimeBound
unsigned int m_NumberOfIntegrationSteps
TimeVaryingVelocityFieldType::Pointer m_TimeVaryingVelocityField
TimeVaryingVelocityFieldInterpolatorPointer m_TimeVaryingVelocityFieldInterpolator
ScalarType m_UpperTimeBound

Private Member Functions

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

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 >.

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

Definition at line 123 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 >.

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

Definition at line 87 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef Superclass::InputVectorType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::InputVectorType
template<class TScalar , unsigned int NDimensions>
typedef Superclass:: InverseTransformBasePointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::InverseTransformBasePointer
template<class TScalar , unsigned int NDimensions>
typedef Superclass::JacobianType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::JacobianType
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 >.

Reimplemented in itk::TimeVaryingBSplineVelocityFieldTransform< 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 129 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
template<class TScalar , unsigned int NDimensions>
typedef ParametersType::ValueType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::ParametersValueType
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 TimeVaryingVelocityFieldType::DirectionType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::TimeVaryingVelocityFieldDirectionType

Definition at line 113 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef TimeVaryingVelocityFieldInterpolatorType::Pointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::TimeVaryingVelocityFieldInterpolatorPointer

Definition at line 116 of file itkTimeVaryingVelocityFieldTransform.h.

Definition at line 115 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 TimeVaryingVelocityFieldType::PointType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::TimeVaryingVelocityFieldPointType

Definition at line 111 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef TimeVaryingVelocityFieldType::SpacingType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::TimeVaryingVelocityFieldSpacingType

Definition at line 112 of file itkTimeVaryingVelocityFieldTransform.h.

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::TimeVaryingBSplineVelocityFieldTransform< TScalar, NDimensions >, and itk::GaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform< TScalar, NDimensions >.

Definition at line 109 of file itkTimeVaryingVelocityFieldTransform.h.

template<class TScalar , unsigned int NDimensions>
typedef Transform<TScalar,NDimensions,NDimensions>::Pointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::TransformPointer

Definition at line 97 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>
DisplacementFieldType::Pointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::CopyDisplacementField ( const DisplacementFieldType toCopy) const [protected]
template<class TScalar , unsigned int NDimensions>
virtual::itk::LightObject::Pointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::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::DisplacementFieldTransform< TScalar, NDimensions >.

template<class TScalar , unsigned int NDimensions>
bool itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetInverse ( Self inverse) const
template<class TScalar , unsigned int NDimensions>
virtual InverseTransformBasePointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::GetInverseTransform ( ) const [virtual]
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 180 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 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 186 of file itkTimeVaryingVelocityFieldTransform.h.

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.

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

template<class TScalar , unsigned int NDimensions>
virtual LightObject::Pointer itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::InternalClone ( ) const [protected, virtual]

Clone the current transform

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

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 177 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]
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::TimeVaryingBSplineVelocityFieldTransform< TScalar, NDimensions >, and 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 >.

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

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

Convenience method which reads the information from the current displacement field into m_FixedParameters.

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]
template<class TScalar , unsigned int NDimensions>
ScalarType itk::TimeVaryingVelocityFieldTransform< TScalar, NDimensions >::m_LowerTimeBound [protected]

Definition at line 232 of file itkTimeVaryingVelocityFieldTransform.h.

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

Definition at line 249 of file itkTimeVaryingVelocityFieldTransform.h.

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

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

Definition at line 247 of file itkTimeVaryingVelocityFieldTransform.h.

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

Definition at line 248 of file itkTimeVaryingVelocityFieldTransform.h.

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

Definition at line 233 of file itkTimeVaryingVelocityFieldTransform.h.

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

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