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_


Generated on 27-06-2013 for elastix by doxygen 1.8.3.1 elastix logo