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 #ifndef __elxTranslationTransform_H_
15 #define __elxTranslationTransform_H_
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
20 
21 namespace elastix
22 {
23 
45 template< class TElastix >
48  typename elx::TransformBase< TElastix >::CoordRepType,
49  elx::TransformBase< TElastix >::FixedImageDimension >,
50  public elx::TransformBase< TElastix >
51 {
52 public:
53 
56 
60 
62 
68 
69  typedef itk::SmartPointer< Self > Pointer;
70  typedef itk::SmartPointer< const Self > ConstPointer;
71 
73  itkNewMacro( Self );
74 
77 
82  elxClassNameMacro( "TranslationTransform" );
83 
85  itkStaticConstMacro( SpaceDimension, unsigned int, Superclass2::FixedImageDimension );
86 
100 
113 
121 
125  virtual void BeforeRegistration( void );
126 
133  virtual void InitializeTransform( void );
134 
135 protected:
136 
141 
143 
144 private:
145 
147  TranslationTransformElastix( const Self & ); // purposely not implemented
149  void operator=( const Self & ); // purposely not implemented
150 
151 };
152 
153 } // end namespace elastix
154 
155 #ifndef ITK_MANUAL_INSTANTIATION
156 #include "elxTranslationTransform.hxx"
157 #endif
158 
159 #endif // end #ifndef __elxTranslationTransform_H_
This class combines two transforms: an 'initial transform' with a 'current transform'.
Superclass::InputCovariantVectorType InputCovariantVectorType
Superclass1::OutputVectorType OutputVectorType
virtual void InitializeTransform(void)
Superclass::RegistrationPointer RegistrationPointer
Superclass1::InputCovariantVectorType InputCovariantVectorType
A transform based on the itk::TranslationTransform.
Superclass::OutputCovariantVectorType OutputCovariantVectorType
elx::TransformBase< TElastix > Superclass2
TranslationTransformType::Pointer TranslationTransformPointer
itk::SmartPointer< const Self > ConstPointer
itk::TranslationTransformInitializer< TranslationTransformType, FixedImageType, MovingImageType > TransformInitializerType
itkStaticConstMacro(SpaceDimension, unsigned int, Superclass2::FixedImageDimension)
Superclass1::OutputCovariantVectorType OutputCovariantVectorType
TransformInitializerType::Pointer TransformInitializerPointer
Superclass1::InputVectorType InputVectorType
Superclass1::InputVnlVectorType InputVnlVectorType
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
TranslationTransformPointer m_TranslationTransform
elxClassNameMacro("TranslationTransform")
Superclass2::MovingImageType MovingImageType
ElastixType::MovingImageType MovingImageType
Superclass2::ElastixPointer ElastixPointer
Superclass::ElastixPointer ElastixPointer
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationType RegistrationType
Superclass1::ParametersType ParametersType
itk::AdvancedTranslationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > TranslationTransformType
itk::AdvancedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > Superclass1
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass::NumberOfParametersType NumberOfParametersType
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
Superclass::InputVnlVectorType InputVnlVectorType
Superclass1::NumberOfParametersType NumberOfParametersType
Superclass2::ConfigurationType ConfigurationType
Superclass1::OutputPointType OutputPointType


Generated on 11-03-2014 for elastix by doxygen 1.8.6 elastix logo