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 #ifndef __elxWeightedCombinationTransform_H_
15 #define __elxWeightedCombinationTransform_H_
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
20 
21 namespace elastix
22 {
23 
77 template< class TElastix >
80  typename elx::TransformBase< TElastix >::CoordRepType,
81  elx::TransformBase< TElastix >::FixedImageDimension >,
82  public elx::TransformBase< TElastix >
83 {
84 public:
85 
88 
92 
94 
101 
102  typedef itk::SmartPointer< Self > Pointer;
103  typedef itk::SmartPointer< const Self > ConstPointer;
104 
106  itkNewMacro( Self );
107 
110 
115  elxClassNameMacro( "WeightedCombinationTransform" );
116 
118  itkStaticConstMacro( SpaceDimension, unsigned int, Superclass2::FixedImageDimension );
119 
133 
148 
151  typedef typename
153  typedef typename
155  typedef typename
157 
160 
165  virtual void BeforeRegistration( void );
166 
174  virtual void InitializeTransform( void );
175 
183  virtual void SetScales( void );
184 
190  virtual void ReadFromFile( void );
191 
196  virtual void WriteToFile( const ParametersType & param ) const;
197 
200  virtual void LoadSubTransforms( void );
201 
202 protected:
203 
208 
210  std::vector< std::string > m_SubTransformFileNames;
211 
212 private:
213 
215  WeightedCombinationTransformElastix( const Self & ); // purposely not implemented
217  void operator=( const Self & ); // purposely not implemented
218 
219 };
220 
221 } // end namespace elastix
222 
223 #ifndef ITK_MANUAL_INSTANTIATION
224 #include "elxWeightedCombinationTransform.hxx"
225 #endif
226 
227 #endif // end #ifndef __elxWeightedCombinationTransform_H_
This class combines two transforms: an 'initial transform' with a 'current transform'.
Superclass::InputCovariantVectorType InputCovariantVectorType
Superclass::RegistrationPointer RegistrationPointer
Superclass::OutputCovariantVectorType OutputCovariantVectorType
WeightedCombinationTransformType::TransformPointer SubTransformPointer
WeightedCombinationTransformPointer m_WeightedCombinationTransform
itk::AdvancedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension > Superclass1
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...
A transform based on the itk::WeightedCombinationTransform.
itk::WeightedCombinationTransform< typename elx::TransformBase< TElastix >::CoordRepType, elx::TransformBase< TElastix >::FixedImageDimension, elx::TransformBase< TElastix >::MovingImageDimension > WeightedCombinationTransformType
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 27-04-2014 for elastix by doxygen 1.8.6 elastix logo