ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType > Class Template Referenceabstract

#include <itkOptimizerParameterScalesEstimator.h>

+ Inheritance diagram for itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >:
+ Collaboration diagram for itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >:

Detailed Description

template<typename TInternalComputationValueType = double>
class itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >

OptimizerParameterScalesEstimatorTemplate is the base class offering a empty method of estimating the parameter scales for optimizers.

Its subclass RegistrationParameterScalesEstimator estimates scales for registration optimizers.

Definition at line 38 of file itkOptimizerParameterScalesEstimator.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef
TInternalComputationValueType 
FloatType
 
typedef OptimizerParameters
< TInternalComputationValueType > 
ParametersType
 
typedef SmartPointer< SelfPointer
 
typedef OptimizerParameters
< TInternalComputationValueType > 
ScalesType
 
typedef
OptimizerParameterScalesEstimatorTemplate 
Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual void EstimateLocalStepScales (const ParametersType &step, ScalesType &localStepScales)=0
 
virtual FloatType EstimateMaximumStepSize ()=0
 
virtual void EstimateScales (ScalesType &scales)=0
 
virtual FloatType EstimateStepScale (const ParametersType &step)=0
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Protected Member Functions

 OptimizerParameterScalesEstimatorTemplate ()
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~OptimizerParameterScalesEstimatorTemplate ()
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Member Functions

void operator= (const Self &)
 
 OptimizerParameterScalesEstimatorTemplate (const Self &)
 

Additional Inherited Members

- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TInternalComputationValueType = double>
typedef SmartPointer<const Self> itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::ConstPointer

Definition at line 45 of file itkOptimizerParameterScalesEstimator.h.

template<typename TInternalComputationValueType = double>
typedef TInternalComputationValueType itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::FloatType

Type of float

Definition at line 57 of file itkOptimizerParameterScalesEstimator.h.

template<typename TInternalComputationValueType = double>
typedef OptimizerParameters<TInternalComputationValueType> itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::ParametersType

Type of parameters of the optimizer

Definition at line 54 of file itkOptimizerParameterScalesEstimator.h.

template<typename TInternalComputationValueType = double>
typedef SmartPointer<Self> itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::Pointer

Definition at line 44 of file itkOptimizerParameterScalesEstimator.h.

template<typename TInternalComputationValueType = double>
typedef OptimizerParameters<TInternalComputationValueType> itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::ScalesType

Type of scales

Definition at line 48 of file itkOptimizerParameterScalesEstimator.h.

template<typename TInternalComputationValueType = double>
typedef OptimizerParameterScalesEstimatorTemplate itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::Self

Standard class typedefs.

Definition at line 42 of file itkOptimizerParameterScalesEstimator.h.

template<typename TInternalComputationValueType = double>
typedef Object itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::Superclass

Definition at line 43 of file itkOptimizerParameterScalesEstimator.h.

Constructor & Destructor Documentation

template<typename TInternalComputationValueType = double>
itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::OptimizerParameterScalesEstimatorTemplate ( )
inlineprotected

Definition at line 73 of file itkOptimizerParameterScalesEstimator.h.

template<typename TInternalComputationValueType = double>
itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::~OptimizerParameterScalesEstimatorTemplate ( )
inlineprotected

Definition at line 74 of file itkOptimizerParameterScalesEstimator.h.

template<typename TInternalComputationValueType = double>
itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::OptimizerParameterScalesEstimatorTemplate ( const Self )
private

Member Function Documentation

template<typename TInternalComputationValueType = double>
virtual void itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::EstimateLocalStepScales ( const ParametersType step,
ScalesType localStepScales 
)
pure virtual

Estimate the scales of local steps.

template<typename TInternalComputationValueType = double>
virtual FloatType itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::EstimateMaximumStepSize ( )
pure virtual

Estimate the maximum size for steps.

Implemented in itk::RegistrationParameterScalesEstimator< TMetric >.

template<typename TInternalComputationValueType = double>
virtual void itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::EstimateScales ( ScalesType scales)
pure virtual

Estimate parameter scales.

template<typename TInternalComputationValueType = double>
virtual FloatType itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::EstimateStepScale ( const ParametersType step)
pure virtual

Estimate the scale of a step.

template<typename TInternalComputationValueType = double>
virtual const char* itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::GetNameOfClass ( ) const
virtual
template<typename TInternalComputationValueType = double>
void itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::operator= ( const Self )
private
template<typename TInternalComputationValueType = double>
virtual void itk::OptimizerParameterScalesEstimatorTemplate< TInternalComputationValueType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
inlineoverrideprotectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::Object.

Reimplemented in itk::RegistrationParameterScalesEstimator< TMetric >, itk::RegistrationParameterScalesFromJacobian< TMetric >, itk::RegistrationParameterScalesFromShiftBase< TMetric >, itk::RegistrationParameterScalesFromIndexShift< TMetric >, and itk::RegistrationParameterScalesFromPhysicalShift< TMetric >.

Definition at line 76 of file itkOptimizerParameterScalesEstimator.h.


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