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 #ifndef __elxDeformationFieldTransform_H__
15 #define __elxDeformationFieldTransform_H__
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
20 
21 namespace elastix
22 {
23 
49 template< class TElastix >
51  public
53  typename elx::TransformBase< TElastix >::CoordRepType,
54  elx::TransformBase< TElastix >::FixedImageDimension >,
55  public
56  TransformBase< TElastix >
57 {
58 public:
59 
62 
69 
73 
75 
76  typedef itk::SmartPointer< Self > Pointer;
77  typedef itk::SmartPointer< const Self > ConstPointer;
78 
80  itkNewMacro( Self );
81 
84 
89  elxClassNameMacro( "DeformationFieldTransform" );
90 
92  itkStaticConstMacro( SpaceDimension, unsigned int, Superclass2::FixedImageDimension );
93 
107 
111 
114 
127 
129  virtual void ReadFromFile( void );
130 
132  virtual void WriteToFile( const ParametersType & param ) const;
133 
134 protected:
135 
140 
141 private:
142 
144  DeformationFieldTransform( const Self & ); // purposely not implemented
146  void operator=( const Self & ); // purposely not implemented
147 
148  typedef typename DeformationFieldType::DirectionType DirectionType;
149 
153 
156 
157 };
158 
159 } // end namespace elastix
160 
161 #ifndef ITK_MANUAL_INSTANTIATION
162 #include "elxDeformationFieldTransform.hxx"
163 #endif
164 
165 #endif // end #ifndef __elxDeformationFieldTransform_H__
This class combines two transforms: an 'initial transform' with a 'current transform'.
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
Superclass2::ConfigurationPointer ConfigurationPointer
DeformationFieldInterpolatingTransformType::Pointer DeformationFieldInterpolatingTransformPointer
ElastixType::FixedImageType FixedImageType
Image< DeformationFieldVectorType, itkGetStaticConstMacro(InputSpaceDimension) > DeformationFieldType
virtual void WriteToFile(void) const
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)
itk::DeformationFieldInterpolatingTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension, float > DeformationFieldInterpolatingTransformType
elx::TransformBase< TElastix > Superclass2
Superclass1::OutputCovariantVectorType OutputCovariantVectorType
Superclass1::NumberOfParametersType NumberOfParametersType
ElastixType::MovingImageType MovingImageType
Superclass::ElastixPointer ElastixPointer
DeformationFieldType::DirectionType DirectionType
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationType RegistrationType
Superclass1::InputVectorType InputVectorType
A transform based on a DeformationField.
Transform that interpolates a given deformation field.
DeformationFieldInterpolatingTransformPointer m_DeformationFieldInterpolatingTransform
Superclass::NumberOfParametersType NumberOfParametersType
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
Vector< DeformationFieldComponentType, itkGetStaticConstMacro(OutputSpaceDimension) > DeformationFieldVectorType
Superclass1::InputCovariantVectorType InputCovariantVectorType
itk::AdvancedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > Superclass1


Generated on 27-04-2014 for elastix by doxygen 1.8.6 elastix logo