go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxDeformationFieldTransform.h
Go to the documentation of this file.
1 /*======================================================================
2 
3  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 
15 #ifndef __elxDeformationFieldTransform_H__
16 #define __elxDeformationFieldTransform_H__
17 
19 
20 #include "elxIncludes.h"
22 
23 
24 namespace elastix
25 {
26 
52  template < class TElastix >
54  public
56  typename elx::TransformBase<TElastix>::CoordRepType,
57  elx::TransformBase<TElastix>::FixedImageDimension >,
58  public
59  TransformBase<TElastix>
60  {
61  public:
62 
65 
72 
76 
78 
79  typedef itk::SmartPointer< Self > Pointer;
80  typedef itk::SmartPointer< const Self > ConstPointer;
81 
83  itkNewMacro( Self );
84 
87 
92  elxClassNameMacro( "DeformationFieldTransform" );
93 
95  itkStaticConstMacro( SpaceDimension, unsigned int, Superclass2::FixedImageDimension );
96 
110 
114 
117 
130 
132  virtual void ReadFromFile( void );
133 
135  virtual void WriteToFile( const ParametersType & param ) const;
136 
137  protected:
138 
143 
144  private:
145 
147  DeformationFieldTransform( const Self& ); // purposely not implemented
149  void operator=( const Self& ); // purposely not implemented
150 
151  typedef typename DeformationFieldType::DirectionType DirectionType;
152 
156 
159 
160  }; // end class DeformationFieldTransform
161 
162 
163 } // end namespace elastix
164 
165 #ifndef ITK_MANUAL_INSTANTIATION
166 #include "elxDeformationFieldTransform.hxx"
167 #endif
168 
169 #endif // end #ifndef __elxDeformationFieldTransform_H__
170 
This class combines two transforms: an &#39;initial transform&#39; with a &#39;current transform&#39;.
Superclass2::CombinationTransformType CombinationTransformType
Superclass::InputCovariantVectorType InputCovariantVectorType
elxClassNameMacro("DeformationFieldTransform")
Superclass::RegistrationPointer RegistrationPointer
Superclass1::OutputVnlVectorType OutputVnlVectorType
Superclass::OutputCovariantVectorType OutputCovariantVectorType
Superclass1::OutputVectorType OutputVectorType
Superclass2::RegistrationPointer RegistrationPointer
DeformationFieldInterpolatingTransformType::DeformationFieldType DeformationFieldType
itk::AdvancedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > Superclass1
Superclass2::ConfigurationPointer ConfigurationPointer
DeformationFieldInterpolatingTransformType::Pointer DeformationFieldInterpolatingTransformPointer
ElastixType::FixedImageType FixedImageType
virtual void WriteToFile(void) const
Vector< DeformationFieldComponentType, itkGetStaticConstMacro(OutputSpaceDimension) > DeformationFieldVectorType
itk::SmartPointer< const Self > ConstPointer
Superclass::ElastixType ElastixType
Transform maps points, vectors and covariant vectors from an input space to an output space...
Superclass2::RegistrationType RegistrationType
Superclass1::InputVnlVectorType InputVnlVectorType
itkStaticConstMacro(SpaceDimension, unsigned int, Superclass2::FixedImageDimension)
elx::TransformBase< TElastix > Superclass2
Image< DeformationFieldVectorType, itkGetStaticConstMacro(InputSpaceDimension) > DeformationFieldType
Superclass1::OutputCovariantVectorType OutputCovariantVectorType
Superclass1::NumberOfParametersType NumberOfParametersType
ElastixType::MovingImageType MovingImageType
Superclass::ElastixPointer ElastixPointer
DeformationFieldType::DirectionType DirectionType
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationType RegistrationType
A transform based on a DeformationField.
Transform that interpolates a given deformation field.
DeformationFieldInterpolatingTransformPointer m_DeformationFieldInterpolatingTransform
Superclass::NumberOfParametersType NumberOfParametersType
itk::DeformationFieldInterpolatingTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension, float > DeformationFieldInterpolatingTransformType
DeformationFieldInterpolatingTransformType::DeformationFieldVectorType DeformationFieldVectorType
This class is the elastix base class for all Transforms.
Superclass::ConfigurationType ConfigurationType
Superclass::OutputVnlVectorType OutputVnlVectorType
Superclass2::ConfigurationType ConfigurationType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::InputVnlVectorType InputVnlVectorType
Superclass1::InputCovariantVectorType InputCovariantVectorType


Generated on 05-01-2014 for elastix by doxygen 1.8.5 elastix logo