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 
78  template < class TElastix >
81  typename elx::TransformBase<TElastix>::CoordRepType,
82  elx::TransformBase<TElastix>::FixedImageDimension > ,
83  public elx::TransformBase<TElastix>
84  {
85  public:
86 
89 
93 
95 
102 
103  typedef itk::SmartPointer<Self> Pointer;
104  typedef itk::SmartPointer<const Self> ConstPointer;
105 
107  itkNewMacro( Self );
108 
111 
116  elxClassNameMacro( "WeightedCombinationTransform" );
117 
119  itkStaticConstMacro( SpaceDimension, unsigned int, Superclass2::FixedImageDimension );
120 
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 
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
itk::WeightedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension, elx::TransformBase< TElastix >::MovingImageDimension > WeightedCombinationTransformType
WeightedCombinationTransformType::TransformPointer SubTransformPointer
WeightedCombinationTransformPointer m_WeightedCombinationTransform
ConfigurationType::CommandLineArgumentMapType CommandLineArgumentMapType
std::vector< TransformPointer > TransformContainerType
OptimizerType::ScalesType ScalesType
Superclass1::NumberOfParametersType NumberOfParametersType
itkStaticConstMacro(SpaceDimension, unsigned int, Superclass2::FixedImageDimension)
Superclass2::CommandLineArgumentMapType CommandLineArgumentMapType
Superclass1::OutputCovariantVectorType OutputCovariantVectorType
Superclass2::CombinationTransformType CombinationTransformType
WeightedCombinationTransformType::Pointer WeightedCombinationTransformPointer
WeightedCombinationTransformType::TransformContainerType TransformContainerType
ElastixType::FixedImageType FixedImageType
virtual void WriteToFile(void) const
Superclass::ElastixType ElastixType
Transform maps points, vectors and covariant vectors from an input space to an output space...
itk::AdvancedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > Superclass1
A transform based on the itk::WeightedCombinationTransform.
ElastixType::MovingImageType MovingImageType
Superclass::ElastixPointer ElastixPointer
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationType RegistrationType
Implements a weighted linear combination of multiple transforms.
Superclass::NumberOfParametersType NumberOfParametersType
elxClassNameMacro("WeightedCombinationTransform")
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-01-2014 for elastix by doxygen 1.8.5 elastix logo