Public Types | Public Member Functions | Public Attributes

cmtk::MultiLevelOptimizer::FunctionalWithStepSizes Class Reference

Functional with step initial and final size. More...

Collaboration diagram for cmtk::MultiLevelOptimizer::FunctionalWithStepSizes:
Collaboration graph
[legend]

List of all members.

Public Types

typedef FunctionalWithStepSizes Self
 This class.
typedef SmartPointer< SelfSmartPtr
 Smart pointer.

Public Member Functions

 FunctionalWithStepSizes ()
 Default constructor.
 FunctionalWithStepSizes (Functional::SmartPtr functional, const Types::Coordinate initialStepSize, const Types::Coordinate finalStepSize)
 Constructor.

Public Attributes

Functional::SmartPtr m_Functional
 Smart pointer to functional.
Types::Coordinate m_InitialStepSize
 Initial step size.
Types::Coordinate m_FinalStepSize
 Final step size.

Detailed Description

Functional with step initial and final size.

Definition at line 92 of file cmtkMultiLevelOptimizer.h.


Member Typedef Documentation

This class.

Definition at line 96 of file cmtkMultiLevelOptimizer.h.

Smart pointer.

Definition at line 99 of file cmtkMultiLevelOptimizer.h.


Constructor & Destructor Documentation

cmtk::MultiLevelOptimizer::FunctionalWithStepSizes::FunctionalWithStepSizes (  ) [inline]

Default constructor.

Definition at line 102 of file cmtkMultiLevelOptimizer.h.

cmtk::MultiLevelOptimizer::FunctionalWithStepSizes::FunctionalWithStepSizes ( Functional::SmartPtr  functional,
const Types::Coordinate  initialStepSize,
const Types::Coordinate  finalStepSize 
) [inline]

Constructor.

Definition at line 107 of file cmtkMultiLevelOptimizer.h.


Member Data Documentation

Final step size.

Definition at line 120 of file cmtkMultiLevelOptimizer.h.

Smart pointer to functional.

Definition at line 114 of file cmtkMultiLevelOptimizer.h.

Initial step size.

Definition at line 117 of file cmtkMultiLevelOptimizer.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines