18#ifndef __elxRSGDEachParameterApart_h
19#define __elxRSGDEachParameterApart_h
71template<
class TElastix >
84 typedef itk::SmartPointer< Self >
Pointer;
146#ifndef ITK_MANUAL_INSTANTIATION
147#include "elxRSGDEachParameterApart.hxx"
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all Optimizers.
Superclass::ConfigurationPointer ConfigurationPointer
itk::Optimizer ITKBaseType
Superclass::ElastixType ElastixType
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationPointer RegistrationPointer
Superclass::RegistrationType RegistrationType
An optimizer based on gradient descent.
void AfterEachResolution(void) override
void AfterRegistration(void) override
RSGDEachParameterApart Self
RSGDEachParameterApart(const Self &)
Superclass2::ITKBaseType ITKBaseType
Superclass2::ElastixPointer ElastixPointer
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::CostFunctionPointer CostFunctionPointer
itk::SmartPointer< const Self > ConstPointer
Superclass2::ElastixType ElastixType
OptimizerBase< TElastix > Superclass2
Superclass1::ParametersType ParametersType
void BeforeEachResolution(void) override
void SetInitialPosition(const ParametersType ¶m) override
void BeforeRegistration(void) override
elxClassNameMacro("RSGDEachParameterApart")
RSGDEachParameterApartOptimizer Superclass1
Superclass1::CostFunctionType CostFunctionType
~RSGDEachParameterApart() override
void operator=(const Self &)
void AfterEachIteration(void) override
Superclass2::RegistrationType RegistrationType
itk::SmartPointer< Self > Pointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::ConfigurationType ConfigurationType
An optimizer based on gradient descent.
CostFunctionType::Pointer CostFunctionPointer
Superclass::CostFunctionType CostFunctionType