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_


Generated on 27-06-2013 for elastix by doxygen 1.8.3.1 elastix logo