Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
PyramidOptControlCommand< RegistrationType > Class Template Reference

The PyramidOptControlCommand class stears the step lenght of the gradient descent optimizer in multi-scale registration methods. More...

#include <mitkPyramidRegistrationMethodHelper.h>

Inheritance diagram for PyramidOptControlCommand< RegistrationType >:
Collaboration diagram for PyramidOptControlCommand< RegistrationType >:

Public Types

typedef itk::RegularStepGradientDescentOptimizer OptimizerType
 

Public Member Functions

 mitkClassMacroItkParent (PyramidOptControlCommand< RegistrationType >, itk::Command) static Pointer New()
 
Pointer Clone () const
 
void Execute (itk::Object *caller, const itk::EventObject &) override
 
void Execute (const itk::Object *, const itk::EventObject &) override
 

Detailed Description

template<typename RegistrationType>
class PyramidOptControlCommand< RegistrationType >

The PyramidOptControlCommand class stears the step lenght of the gradient descent optimizer in multi-scale registration methods.

Definition at line 76 of file mitkPyramidRegistrationMethodHelper.h.

Member Typedef Documentation

template<typename RegistrationType >
typedef itk::RegularStepGradientDescentOptimizer PyramidOptControlCommand< RegistrationType >::OptimizerType

Definition at line 80 of file mitkPyramidRegistrationMethodHelper.h.

Member Function Documentation

template<typename RegistrationType >
Pointer PyramidOptControlCommand< RegistrationType >::Clone ( ) const
template<typename RegistrationType >
void PyramidOptControlCommand< RegistrationType >::Execute ( itk::Object *  caller,
const itk::EventObject &   
)
inlineoverride

Definition at line 86 of file mitkPyramidRegistrationMethodHelper.h.

References MITK_DEBUG, and MITK_WARN.

template<typename RegistrationType >
void PyramidOptControlCommand< RegistrationType >::Execute ( const itk::Object *  ,
const itk::EventObject &   
)
inlineoverride

Definition at line 114 of file mitkPyramidRegistrationMethodHelper.h.

template<typename RegistrationType >
PyramidOptControlCommand< RegistrationType >::mitkClassMacroItkParent ( PyramidOptControlCommand< RegistrationType >  ,
itk::Command   
)

The documentation for this class was generated from the following file: