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  virtual void BeforeRegistration( void );
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_
itk::AdvancedCombinationTransform::JacobianType
Superclass::JacobianType JacobianType
Definition: itkAdvancedCombinationTransform.h:84
elastix::TranslationTransformElastix::TransformInitializerType
itk::TranslationTransformInitializer< TranslationTransformType, FixedImageType, MovingImageType > TransformInitializerType
Definition: elxTranslationTransform.h:122
elastix::TranslationTransformElastix::InputCovariantVectorType
Superclass1::InputCovariantVectorType InputCovariantVectorType
Definition: elxTranslationTransform.h:97
itk::AdvancedTranslationTransform
Translation transformation of a vector space (e.g. space coordinates)
Definition: Common/Transforms/itkAdvancedTranslationTransform.h:58
elastix::TranslationTransformElastix::ScalarType
Superclass1::ScalarType ScalarType
Definition: elxTranslationTransform.h:92
elastix::TranslationTransformElastix::Self
TranslationTransformElastix Self
Definition: elxTranslationTransform.h:59
itk::AdvancedCombinationTransform::OutputCovariantVectorType
Superclass::OutputCovariantVectorType OutputCovariantVectorType
Definition: itkAdvancedCombinationTransform.h:88
elastix::TransformBase::FixedImageType
ElastixType::FixedImageType FixedImageType
Definition: elxTransformBase.h:157
elastix::TranslationTransformElastix::ElastixType
Superclass2::ElastixType ElastixType
Definition: elxTranslationTransform.h:106
SmartPointer< Self >
elastix::TransformBase::CoordRepType
ElastixType::CoordRepType CoordRepType
Definition: elxTransformBase.h:156
elastix::TransformBase::RegistrationPointer
Superclass::RegistrationPointer RegistrationPointer
Definition: elxTransformBase.h:153
elastix::TranslationTransformElastix::Superclass2
elx::TransformBase< TElastix > Superclass2
Definition: elxTranslationTransform.h:65
elastix::TranslationTransformElastix::OutputCovariantVectorType
Superclass1::OutputCovariantVectorType OutputCovariantVectorType
Definition: elxTranslationTransform.h:98
elastix::TranslationTransformElastix::CombinationTransformType
Superclass2::CombinationTransformType CombinationTransformType
Definition: elxTranslationTransform.h:116
itk::TranslationTransformInitializer
TranslationTransformInitializer is a helper class intended to initialize the translation of a Transla...
Definition: itkTranslationTransformInitializer.h:64
elastix::TranslationTransformElastix::MovingImageType
Superclass2::MovingImageType MovingImageType
Definition: elxTranslationTransform.h:114
itk::AdvancedCombinationTransform::OutputVectorType
Superclass::OutputVectorType OutputVectorType
Definition: itkAdvancedCombinationTransform.h:86
elastix::TranslationTransformElastix::OutputPointType
Superclass1::OutputPointType OutputPointType
Definition: elxTranslationTransform.h:102
itk::AdvancedCombinationTransform::ParametersType
Superclass::ParametersType ParametersType
Definition: itkAdvancedCombinationTransform.h:79
itk::AdvancedCombinationTransform
This class combines two transforms: an 'initial transform' with a 'current transform'.
Definition: itkAdvancedCombinationTransform.h:58
elastix::TransformBase::MovingImageType
ElastixType::MovingImageType MovingImageType
Definition: elxTransformBase.h:158
itk::AdvancedCombinationTransform::ScalarType
Superclass::ScalarType ScalarType
Definition: itkAdvancedCombinationTransform.h:78
itkTranslationTransformInitializer.h
elastix::TranslationTransformElastix::InputVectorType
Superclass1::InputVectorType InputVectorType
Definition: elxTranslationTransform.h:95
elastix::TransformBase::ElastixType
Superclass::ElastixType ElastixType
Definition: elxTransformBase.h:141
elastix::TranslationTransformElastix::m_TranslationTransform
TranslationTransformPointer m_TranslationTransform
Definition: elxTranslationTransform.h:146
itk::AdvancedCombinationTransform::OutputPointType
Superclass::OutputPointType OutputPointType
Definition: itkAdvancedCombinationTransform.h:92
elastix::TranslationTransformElastix::OutputVectorType
Superclass1::OutputVectorType OutputVectorType
Definition: elxTranslationTransform.h:96
elastix::TranslationTransformElastix::TranslationTransformPointer
TranslationTransformType::Pointer TranslationTransformPointer
Definition: elxTranslationTransform.h:124
elastix::TranslationTransformElastix::InitializeTransform
virtual void InitializeTransform(void)
elastix::TranslationTransformElastix::ConfigurationType
Superclass2::ConfigurationType ConfigurationType
Definition: elxTranslationTransform.h:108
elastix::TranslationTransformElastix::NumberOfParametersType
Superclass1::NumberOfParametersType NumberOfParametersType
Definition: elxTranslationTransform.h:103
elastix::TranslationTransformElastix::RegistrationPointer
Superclass2::RegistrationPointer RegistrationPointer
Definition: elxTranslationTransform.h:111
itk::AdvancedTransform
Transform maps points, vectors and covariant vectors from an input space to an output space.
Definition: itkAdvancedTransform.h:87
elastix::TranslationTransformElastix::ConfigurationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Definition: elxTranslationTransform.h:109
elastix::TranslationTransformElastix::CoordRepType
Superclass2::CoordRepType CoordRepType
Definition: elxTranslationTransform.h:112
elastix::TransformBase::ElastixPointer
Superclass::ElastixPointer ElastixPointer
Definition: elxTransformBase.h:145
itk::AdvancedCombinationTransform::OutputVnlVectorType
Superclass::OutputVnlVectorType OutputVnlVectorType
Definition: itkAdvancedCombinationTransform.h:90
itk::AdvancedCombinationTransform::InputVectorType
Superclass::InputVectorType InputVectorType
Definition: itkAdvancedCombinationTransform.h:85
elastix::TranslationTransformElastix::InputPointType
Superclass1::InputPointType InputPointType
Definition: elxTranslationTransform.h:101
elastix::TranslationTransformElastix::~TranslationTransformElastix
virtual ~TranslationTransformElastix()
Definition: elxTranslationTransform.h:144
elastix::TranslationTransformElastix
A transform based on the itk::TranslationTransform.
Definition: elxTranslationTransform.h:55
elastix::TranslationTransformElastix::TranslationTransformType
itk::AdvancedTranslationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > TranslationTransformType
Definition: elxTranslationTransform.h:71
elxIncludes.h
itk::AdvancedCombinationTransform::InputVnlVectorType
Superclass::InputVnlVectorType InputVnlVectorType
Definition: itkAdvancedCombinationTransform.h:89
elastix::TranslationTransformElastix::JacobianType
Superclass1::JacobianType JacobianType
Definition: elxTranslationTransform.h:94
itk::AdvancedCombinationTransform::NumberOfParametersType
Superclass::NumberOfParametersType NumberOfParametersType
Definition: itkAdvancedCombinationTransform.h:82
elastix::TranslationTransformElastix::FixedImageType
Superclass2::FixedImageType FixedImageType
Definition: elxTranslationTransform.h:113
elastix::TranslationTransformElastix::ParametersType
Superclass1::ParametersType ParametersType
Definition: elxTranslationTransform.h:93
elastix::TranslationTransformElastix::BeforeRegistration
virtual void BeforeRegistration(void)
elastix::TranslationTransformElastix::RegistrationType
Superclass2::RegistrationType RegistrationType
Definition: elxTranslationTransform.h:110
elastix::TranslationTransformElastix::TranslationTransformElastix
TranslationTransformElastix(const Self &)
itk::AdvancedCombinationTransform::InputPointType
Superclass::InputPointType InputPointType
Definition: itkAdvancedCombinationTransform.h:91
elastix::TranslationTransformElastix::TranslationTransformElastix
TranslationTransformElastix()
elastix::TranslationTransformElastix::elxClassNameMacro
elxClassNameMacro("TranslationTransform")
elastix::TransformBase::ConfigurationType
Superclass::ConfigurationType ConfigurationType
Definition: elxTransformBase.h:146
elastix::TranslationTransformElastix::Superclass1
itk::AdvancedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > Superclass1
Definition: elxTranslationTransform.h:63
itk::AdvancedCombinationTransform::InputCovariantVectorType
Superclass::InputCovariantVectorType InputCovariantVectorType
Definition: itkAdvancedCombinationTransform.h:87
elastix::TransformBase::ConfigurationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxTransformBase.h:147
elastix::TranslationTransformElastix::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: elxTranslationTransform.h:74
elastix::TranslationTransformElastix::InputVnlVectorType
Superclass1::InputVnlVectorType InputVnlVectorType
Definition: elxTranslationTransform.h:99
elastix::TranslationTransformElastix::itkStaticConstMacro
itkStaticConstMacro(SpaceDimension, unsigned int, Superclass2::FixedImageDimension)
elastix::TransformBase
This class is the elastix base class for all Transforms.
Definition: elxTransformBase.h:133
elastix::TranslationTransformElastix::ITKBaseType
Superclass2::ITKBaseType ITKBaseType
Definition: elxTranslationTransform.h:115
elastix::TranslationTransformElastix::ElastixPointer
Superclass2::ElastixPointer ElastixPointer
Definition: elxTranslationTransform.h:107
elastix::TranslationTransformElastix::TransformInitializerPointer
TransformInitializerType::Pointer TransformInitializerPointer
Definition: elxTranslationTransform.h:123
elastix::TranslationTransformElastix::OutputVnlVectorType
Superclass1::OutputVnlVectorType OutputVnlVectorType
Definition: elxTranslationTransform.h:100
elastix
Definition: elxFixedGenericPyramid.h:25
elastix::TranslationTransformElastix::operator=
void operator=(const Self &)
elastix::TransformBase::RegistrationType
Superclass::RegistrationType RegistrationType
Definition: elxTransformBase.h:152
elastix::TranslationTransformElastix::Pointer
itk::SmartPointer< Self > Pointer
Definition: elxTranslationTransform.h:73


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo