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  * Copyright UMC Utrecht and contributors
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 #ifndef __elxRSGDEachParameterApart_h
19 #define __elxRSGDEachParameterApart_h
20 
21 #include "elxIncludes.h" // include first to avoid MSVS warning
23 
24 namespace elastix
25 {
26 
71 template< class TElastix >
73  public
75  public
76  OptimizerBase< TElastix >
77 {
78 public:
79 
84  typedef itk::SmartPointer< Self > Pointer;
85  typedef itk::SmartPointer< const Self > ConstPointer;
86 
88  itkNewMacro( Self );
89 
92 
97  elxClassNameMacro( "RSGDEachParameterApart" );
98 
102 
111 
113  typedef typename Superclass1::ParametersType ParametersType;
114 
116  virtual void BeforeRegistration( void );
117 
118  virtual void BeforeEachResolution( void );
119 
120  virtual void AfterEachResolution( void );
121 
122  virtual void AfterEachIteration( void );
123 
124  virtual void AfterRegistration( void );
125 
130  virtual void SetInitialPosition( const ParametersType & param );
131 
132 protected:
133 
136 
137 private:
138 
139  RSGDEachParameterApart( const Self & ); // purposely not implemented
140  void operator=( const Self & ); // purposely not implemented
141 
142 };
143 
144 } // end namespace elastix
145 
146 #ifndef ITK_MANUAL_INSTANTIATION
147 #include "elxRSGDEachParameterApart.hxx"
148 #endif
149 
150 #endif // end #ifndef __elxRSGDEachParameterApart_h
elastix::RSGDEachParameterApart::RSGDEachParameterApart
RSGDEachParameterApart()
Definition: elxRSGDEachParameterApart.h:134
elastix::RSGDEachParameterApart::AfterEachResolution
virtual void AfterEachResolution(void)
elastix::RSGDEachParameterApart::operator=
void operator=(const Self &)
elastix::OptimizerBase::RegistrationPointer
Superclass::RegistrationPointer RegistrationPointer
Definition: elxOptimizerBase.h:70
itk::RSGDEachParameterApartOptimizer
An optimizer based on gradient descent.
Definition: itkRSGDEachParameterApartOptimizer.h:55
elastix::OptimizerBase::RegistrationType
Superclass::RegistrationType RegistrationType
Definition: elxOptimizerBase.h:69
elastix::OptimizerBase::ConfigurationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxOptimizerBase.h:68
elastix::RSGDEachParameterApart::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: elxRSGDEachParameterApart.h:85
elastix::RSGDEachParameterApart::CostFunctionPointer
Superclass1::CostFunctionPointer CostFunctionPointer
Definition: elxRSGDEachParameterApart.h:101
elastix::RSGDEachParameterApart::RSGDEachParameterApart
RSGDEachParameterApart(const Self &)
elastix::OptimizerBase
This class is the elastix base class for all Optimizers.
Definition: elxOptimizerBase.h:54
elastix::RSGDEachParameterApart::ITKBaseType
Superclass2::ITKBaseType ITKBaseType
Definition: elxRSGDEachParameterApart.h:110
elastix::RSGDEachParameterApart::AfterEachIteration
virtual void AfterEachIteration(void)
elastix::RSGDEachParameterApart::RegistrationType
Superclass2::RegistrationType RegistrationType
Definition: elxRSGDEachParameterApart.h:108
elastix::RSGDEachParameterApart::Pointer
itk::SmartPointer< Self > Pointer
Definition: elxRSGDEachParameterApart.h:84
elastix::RSGDEachParameterApart::ElastixPointer
Superclass2::ElastixPointer ElastixPointer
Definition: elxRSGDEachParameterApart.h:105
elastix::OptimizerBase::ConfigurationType
Superclass::ConfigurationType ConfigurationType
Definition: elxOptimizerBase.h:67
elastix::RSGDEachParameterApart::ConfigurationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Definition: elxRSGDEachParameterApart.h:107
elastix::RSGDEachParameterApart::BeforeEachResolution
virtual void BeforeEachResolution(void)
elastix::RSGDEachParameterApart::RegistrationPointer
Superclass2::RegistrationPointer RegistrationPointer
Definition: elxRSGDEachParameterApart.h:109
elastix::OptimizerBase::ElastixPointer
Superclass::ElastixPointer ElastixPointer
Definition: elxOptimizerBase.h:66
itkRSGDEachParameterApartOptimizer.h
elastix::RSGDEachParameterApart::AfterRegistration
virtual void AfterRegistration(void)
elxIncludes.h
elastix::RSGDEachParameterApart::Superclass2
OptimizerBase< TElastix > Superclass2
Definition: elxRSGDEachParameterApart.h:83
itk::RSGDEachParameterApartOptimizer::CostFunctionPointer
CostFunctionType::Pointer CostFunctionPointer
Definition: itkRSGDEachParameterApartOptimizer.h:73
elastix::RSGDEachParameterApart::Superclass1
RSGDEachParameterApartOptimizer Superclass1
Definition: elxRSGDEachParameterApart.h:82
elastix::RSGDEachParameterApart::~RSGDEachParameterApart
virtual ~RSGDEachParameterApart()
Definition: elxRSGDEachParameterApart.h:135
elastix::RSGDEachParameterApart
An optimizer based on gradient descent.
Definition: elxRSGDEachParameterApart.h:77
elastix::RSGDEachParameterApart::ConfigurationType
Superclass2::ConfigurationType ConfigurationType
Definition: elxRSGDEachParameterApart.h:106
elastix::RSGDEachParameterApart::elxClassNameMacro
elxClassNameMacro("RSGDEachParameterApart")
elastix::RSGDEachParameterApart::ElastixType
Superclass2::ElastixType ElastixType
Definition: elxRSGDEachParameterApart.h:104
elastix::RSGDEachParameterApart::ParametersType
Superclass1::ParametersType ParametersType
Definition: elxRSGDEachParameterApart.h:113
elastix::OptimizerBase::ITKBaseType
itk::Optimizer ITKBaseType
Definition: elxOptimizerBase.h:73
elastix::RSGDEachParameterApart::Self
RSGDEachParameterApart Self
Definition: elxRSGDEachParameterApart.h:81
itk::RSGDEachParameterApartOptimizer::CostFunctionType
Superclass::CostFunctionType CostFunctionType
Definition: itkRSGDEachParameterApartOptimizer.h:69
elastix::RSGDEachParameterApart::BeforeRegistration
virtual void BeforeRegistration(void)
elastix::OptimizerBase::ElastixType
Superclass::ElastixType ElastixType
Definition: elxOptimizerBase.h:62
elastix
Definition: elxFixedGenericPyramid.h:25
elastix::RSGDEachParameterApart::SetInitialPosition
virtual void SetInitialPosition(const ParametersType &param)
elastix::RSGDEachParameterApart::CostFunctionType
Superclass1::CostFunctionType CostFunctionType
Definition: elxRSGDEachParameterApart.h:100


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo