go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxRSGDEachParameterApart.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 __elxRSGDEachParameterApart_h
16 #define __elxRSGDEachParameterApart_h
17 
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
68  template <class TElastix>
70  public
72  public
73  OptimizerBase<TElastix>
74  {
75  public:
76 
81  typedef itk::SmartPointer<Self> Pointer;
82  typedef itk::SmartPointer<const Self> ConstPointer;
83 
85  itkNewMacro( Self );
86 
89 
94  elxClassNameMacro( "RSGDEachParameterApart" );
95 
97  typedef Superclass1::CostFunctionType CostFunctionType;
98  typedef Superclass1::CostFunctionPointer CostFunctionPointer;
99 
108 
110  typedef typename Superclass1::ParametersType ParametersType;
111 
113  virtual void BeforeRegistration(void);
114  virtual void BeforeEachResolution(void);
115  virtual void AfterEachResolution(void);
116  virtual void AfterEachIteration(void);
117  virtual void AfterRegistration(void);
118 
123  virtual void SetInitialPosition( const ParametersType & param );
124 
125  protected:
126 
129 
130  private:
131 
132  RSGDEachParameterApart( const Self& ); // purposely not implemented
133  void operator=( const Self& ); // purposely not implemented
134 
135  }; // end class RSGDEachParameterApart
136 
137 
138 } // end namespace elastix
139 
140 #ifndef ITK_MANUAL_INSTANTIATION
141 #include "elxRSGDEachParameterApart.hxx"
142 #endif
143 
144 #endif // end #ifndef __elxRSGDEachParameterApart_h
Superclass::RegistrationPointer RegistrationPointer
virtual void BeforeRegistration(void)
Superclass1::CostFunctionPointer CostFunctionPointer
itk::SmartPointer< const Self > ConstPointer
This class is the elastix base class for all Optimizers.
Superclass::ElastixType ElastixType
Superclass2::RegistrationPointer RegistrationPointer
Superclass::ConfigurationPointer ConfigurationPointer
virtual void BeforeEachResolution(void)
Superclass1::CostFunctionType CostFunctionType
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationType ConfigurationType
elxClassNameMacro("RSGDEachParameterApart")
RSGDEachParameterApartOptimizer Superclass1
void operator=(const Self &)
An optimizer based on gradient descent.
itk::Optimizer ITKBaseType
An optimizer based on gradient descent.
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::ElastixPointer ElastixPointer
Superclass2::ConfigurationType ConfigurationType
Superclass2::RegistrationType RegistrationType
virtual void AfterEachIteration(void)
virtual void AfterEachResolution(void)
virtual void SetInitialPosition(const ParametersType &param)
Superclass::RegistrationType RegistrationType
Superclass1::ParametersType ParametersType
virtual void AfterRegistration(void)


Generated on 04-01-2014 for elastix by doxygen 1.8.5 elastix logo