go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxWeightedCombinationTransform.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 __elxWeightedCombinationTransform_H_
16 #define __elxWeightedCombinationTransform_H_
17 
20 #include "elxIncludes.h"
21 
22 namespace elastix
23 {
24  using namespace itk;
25 
79  template < class TElastix >
82  ITK_TYPENAME elx::TransformBase<TElastix>::CoordRepType,
83  elx::TransformBase<TElastix>::FixedImageDimension > ,
84  public elx::TransformBase<TElastix>
85  {
86  public:
87 
90 
94 
96 
103 
104  typedef SmartPointer<Self> Pointer;
105  typedef SmartPointer<const Self> ConstPointer;
106 
108  itkNewMacro( Self );
109 
112 
117  elxClassNameMacro( "WeightedCombinationTransform" );
118 
120  itkStaticConstMacro( SpaceDimension, unsigned int, Superclass2::FixedImageDimension );
121 
134 
149 
152  typedef typename
154  typedef typename
156  typedef typename
158 
161 
166  virtual void BeforeRegistration(void);
167 
175  virtual void InitializeTransform(void);
176 
184  virtual void SetScales( void );
185 
191  virtual void ReadFromFile( void );
192 
197  virtual void WriteToFile( const ParametersType & param ) const;
198 
201  virtual void LoadSubTransforms(void);
202 
203  protected:
204 
209 
210  WeightedCombinationTransformPointer m_WeightedCombinationTransform;
211  std::vector< std::string > m_SubTransformFileNames;
212 
213  private:
214 
216  WeightedCombinationTransformElastix( const Self& ); // purposely not implemented
218  void operator=( const Self& ); // purposely not implemented
219 
220  }; // end class WeightedCombinationTransformElastix
221 
222 
223 } // end namespace elastix
224 
225 #ifndef ITK_MANUAL_INSTANTIATION
226 #include "elxWeightedCombinationTransform.hxx"
227 #endif
228 
229 #endif // end #ifndef __elxWeightedCombinationTransform_H_
This class combines two transforms: an &#39;initial transform&#39; with a &#39;current transform&#39;.
Superclass::InputCovariantVectorType InputCovariantVectorType
Superclass::RegistrationPointer RegistrationPointer
Superclass::OutputCovariantVectorType OutputCovariantVectorType
#define elxClassNameMacro(_name)
Definition: elxMacro.h:254
WeightedCombinationTransformType::TransformPointer SubTransformPointer
ConfigurationType::CommandLineArgumentMapType CommandLineArgumentMapType
std::vector< TransformPointer > TransformContainerType
OptimizerType::ScalesType ScalesType
Superclass2::CommandLineArgumentMapType CommandLineArgumentMapType
Superclass1::OutputCovariantVectorType OutputCovariantVectorType
Superclass2::CombinationTransformType CombinationTransformType
WeightedCombinationTransformType::Pointer WeightedCombinationTransformPointer
WeightedCombinationTransformType::TransformContainerType TransformContainerType
ElastixType::FixedImageType FixedImageType
WeightedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension, elx::TransformBase< TElastix >::MovingImageDimension > WeightedCombinationTransformType
Superclass::ElastixType ElastixType
Transform maps points, vectors and covariant vectors from an input space to an output space...
A transform based on the itk::WeightedCombinationTransform.
AdvancedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > Superclass1
ElastixType::MovingImageType MovingImageType
Superclass::ElastixPointer ElastixPointer
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationType RegistrationType
Implements a weighted linear combination of multiple transforms.
WeightedCombinationTransformType::TransformType SubTransformType
This class is the elastix base class for all Transforms.
ConfigurationType::CommandLineEntryType CommandLineEntryType
Transform< TScalarType, NInputDimensions, NOutputDimensions > TransformType
Superclass::ConfigurationType ConfigurationType
Superclass1::InputCovariantVectorType InputCovariantVectorType
Superclass::OutputVnlVectorType OutputVnlVectorType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::InputVnlVectorType InputVnlVectorType


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