go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxTranslationTransform.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 __elxTranslationTransform_H_
16 #define __elxTranslationTransform_H_
17 
20 #include "elxIncludes.h"
21 
22 namespace elastix
23 {
24  using namespace itk;
25 
47  template < class TElastix >
50  ITK_TYPENAME elx::TransformBase<TElastix>::CoordRepType,
51  elx::TransformBase<TElastix>::FixedImageDimension > ,
52  public elx::TransformBase<TElastix>
53  {
54  public:
55 
58 
62 
64 
70 
71  typedef SmartPointer<Self> Pointer;
72  typedef SmartPointer<const Self> ConstPointer;
73 
75  itkNewMacro( Self );
76 
79 
84  elxClassNameMacro( "TranslationTransform" );
85 
87  itkStaticConstMacro( SpaceDimension, unsigned int, Superclass2::FixedImageDimension );
88 
101 
114 
122 
126  virtual void BeforeRegistration(void);
127 
134  virtual void InitializeTransform(void);
135 
136  protected:
137 
142 
143  TranslationTransformPointer m_TranslationTransform;
144 
145  private:
146 
148  TranslationTransformElastix( const Self& ); // purposely not implemented
150  void operator=( const Self& ); // purposely not implemented
151 
152  }; // end class TranslationTransformElastix
153 
154 
155 } // end namespace elastix
156 
157 #ifndef ITK_MANUAL_INSTANTIATION
158 #include "elxTranslationTransform.hxx"
159 #endif
160 
161 #endif // end #ifndef __elxTranslationTransform_H_
This class combines two transforms: an &#39;initial transform&#39; with a &#39;current transform&#39;.
AdvancedTranslationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > TranslationTransformType
Superclass::InputCovariantVectorType InputCovariantVectorType
Superclass1::OutputVectorType OutputVectorType
Superclass::RegistrationPointer RegistrationPointer
Superclass1::InputCovariantVectorType InputCovariantVectorType
A transform based on the itk::TranslationTransform.
Superclass::OutputCovariantVectorType OutputCovariantVectorType
#define elxClassNameMacro(_name)
Definition: elxMacro.h:254
TranslationTransformType::Pointer TranslationTransformPointer
Superclass1::OutputCovariantVectorType OutputCovariantVectorType
TransformInitializerType::Pointer TransformInitializerPointer
Superclass1::InputVectorType InputVectorType
Superclass1::InputVnlVectorType InputVnlVectorType
elx::TransformBase< TElastix > Superclass2
Superclass2::RegistrationType RegistrationType
ElastixType::FixedImageType FixedImageType
Superclass::ElastixType ElastixType
Superclass2::CombinationTransformType CombinationTransformType
Transform maps points, vectors and covariant vectors from an input space to an output space...
Superclass1::InputPointType InputPointType
Superclass2::MovingImageType MovingImageType
ElastixType::MovingImageType MovingImageType
Superclass2::ElastixPointer ElastixPointer
Superclass::ElastixPointer ElastixPointer
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationType RegistrationType
Superclass1::ParametersType ParametersType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::RegistrationPointer RegistrationPointer
This class is the elastix base class for all Transforms.
Superclass2::FixedImageType FixedImageType
Superclass::ConfigurationType ConfigurationType
Superclass::OutputVnlVectorType OutputVnlVectorType
TranslationTransformInitializer is a helper class intended to initialize the translation of a Transla...
Translation transformation of a vector space (e.g. space coordinates)
Superclass1::OutputVnlVectorType OutputVnlVectorType
Superclass::ConfigurationPointer ConfigurationPointer
AdvancedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > Superclass1
Superclass::InputVnlVectorType InputVnlVectorType
Superclass2::ConfigurationType ConfigurationType
TranslationTransformInitializer< TranslationTransformType, FixedImageType, MovingImageType > TransformInitializerType
Superclass1::OutputPointType OutputPointType


Generated on 05-12-2013 for elastix by doxygen 1.8.5 elastix logo