go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxFiniteDifferenceGradientDescent.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 __elxFiniteDifferenceGradientDescent_h
15 #define __elxFiniteDifferenceGradientDescent_h
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
19 
20 namespace elastix
21 {
22 
75 template< class TElastix >
77  public
79  public
80  OptimizerBase< TElastix >
81 {
82 public:
83 
88  typedef itk::SmartPointer< Self > Pointer;
89  typedef itk::SmartPointer< const Self > ConstPointer;
90 
92  itkNewMacro( Self );
93 
96 
101  elxClassNameMacro( "FiniteDifferenceGradientDescent" );
102 
105  typedef Superclass1::CostFunctionPointer CostFunctionPointer;
107 
116 
119 
121  virtual void BeforeRegistration( void );
122 
123  virtual void BeforeEachResolution( void );
124 
125  virtual void AfterEachResolution( void );
126 
127  virtual void AfterEachIteration( void );
128 
129  virtual void AfterRegistration( void );
130 
133  virtual void StartOptimization( void );
134 
135 protected:
136 
139 
141 
142 private:
143 
144  FiniteDifferenceGradientDescent( const Self & ); // purposely not implemented
145  void operator=( const Self & ); // purposely not implemented
146 
147 };
148 
149 } // end namespace elastix
150 
151 #ifndef ITK_MANUAL_INSTANTIATION
152 #include "elxFiniteDifferenceGradientDescent.hxx"
153 #endif
154 
155 #endif // end #ifndef __elxFiniteDifferenceGradientDescent_h
Superclass::RegistrationPointer RegistrationPointer
elxClassNameMacro("FiniteDifferenceGradientDescent")
This class is the elastix base class for all Optimizers.
An optimizer based on the itk::FiniteDifferenceGradientDescentOptimizer.
Superclass::ElastixType ElastixType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationType ConfigurationType
itk::Optimizer ITKBaseType
Superclass::RegistrationType RegistrationType
FiniteDifferenceGradientDescentOptimizer Superclass1


Generated on 11-03-2014 for elastix by doxygen 1.8.6 elastix logo