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  * Copyright UMC Utrecht and contributors
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 #ifndef __elxTranslationTransform_H_
19 #define __elxTranslationTransform_H_
20 
21 #include "elxIncludes.h" // include first to avoid MSVS warning
22 #include "itkAdvancedTranslationTransform.h"
24 
25 namespace elastix
26 {
27 
49 template< class TElastix >
52  typename elx::TransformBase< TElastix >::CoordRepType,
53  elx::TransformBase< TElastix >::FixedImageDimension >,
54  public elx::TransformBase< TElastix >
55 {
56 public:
57 
60 
64 
66 
72 
73  typedef itk::SmartPointer< Self > Pointer;
74  typedef itk::SmartPointer< const Self > ConstPointer;
75 
77  itkNewMacro( Self );
78 
81 
86  elxClassNameMacro( "TranslationTransform" );
87 
89  itkStaticConstMacro( SpaceDimension, unsigned int, Superclass2::FixedImageDimension );
90 
104 
117 
125 
129  void BeforeRegistration( void ) override;
130 
137  virtual void InitializeTransform( void );
138 
139 protected:
140 
145 
147 
148 private:
149 
151  TranslationTransformElastix( const Self & ); // purposely not implemented
153  void operator=( const Self & ); // purposely not implemented
154 
155 };
156 
157 } // end namespace elastix
158 
159 #ifndef ITK_MANUAL_INSTANTIATION
160 #include "elxTranslationTransform.hxx"
161 #endif
162 
163 #endif // end #ifndef __elxTranslationTransform_H_
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all Transforms.
Configuration::Pointer ConfigurationPointer
ElastixType::FixedImageType FixedImageType
itk::WeakPointer< ElastixType > ElastixPointer
RegistrationType * RegistrationPointer
ElastixType::MovingImageType MovingImageType
ElastixType::CoordRepType CoordRepType
ElastixType::RegistrationBaseType RegistrationType
A transform based on the itk::TranslationTransform.
Superclass2::RegistrationType RegistrationType
itk::TranslationTransformInitializer< TranslationTransformType, FixedImageType, MovingImageType > TransformInitializerType
TransformInitializerType::Pointer TransformInitializerPointer
Superclass1::InputVnlVectorType InputVnlVectorType
Superclass2::MovingImageType MovingImageType
itk::AdvancedTranslationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > TranslationTransformType
TranslationTransformType::Pointer TranslationTransformPointer
Superclass1::NumberOfParametersType NumberOfParametersType
elxClassNameMacro("TranslationTransform")
Superclass1::InputCovariantVectorType InputCovariantVectorType
virtual void InitializeTransform(void)
void BeforeRegistration(void) override
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::ElastixPointer ElastixPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::FixedImageType FixedImageType
itkStaticConstMacro(SpaceDimension, unsigned int, Superclass2::FixedImageDimension)
elx::TransformBase< TElastix > Superclass2
TranslationTransformPointer m_TranslationTransform
Superclass2::ConfigurationType ConfigurationType
Superclass1::OutputPointType OutputPointType
Superclass1::ParametersType ParametersType
itk::SmartPointer< const Self > ConstPointer
Superclass1::OutputCovariantVectorType OutputCovariantVectorType
Superclass1::OutputVnlVectorType OutputVnlVectorType
itk::AdvancedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > Superclass1
Superclass1::InputPointType InputPointType
Superclass1::OutputVectorType OutputVectorType
Superclass1::InputVectorType InputVectorType
Superclass2::CombinationTransformType CombinationTransformType
This class combines two transforms: an 'initial transform' with a 'current transform'.
Superclass::InputCovariantVectorType InputCovariantVectorType
Superclass::OutputVnlVectorType OutputVnlVectorType
Superclass::OutputCovariantVectorType OutputCovariantVectorType
Superclass::NumberOfParametersType NumberOfParametersType
Superclass::InputVnlVectorType InputVnlVectorType
Transform maps points, vectors and covariant vectors from an input space to an output space.
Translation transformation of a vector space (e.g. space coordinates)
TranslationTransformInitializer is a helper class intended to initialize the translation of a Transla...


Generated on 1652341256 for elastix by doxygen 1.9.1 elastix logo