ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkConjugateGradientOptimizer.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef vnl_conjugate_gradient | InternalOptimizerType |
typedef vnl_vector< double > | InternalParametersType |
typedef SmartPointer< Self > | Pointer |
typedef ConjugateGradientOptimizer | Self |
typedef SingleValuedNonLinearVnlOptimizer | Superclass |
Public Types inherited from itk::SingleValuedNonLinearVnlOptimizer | |
typedef ReceptorMemberCommand < Self > | CommandType |
Public Types inherited from itk::SingleValuedNonLinearOptimizer | |
typedef CostFunctionType::Pointer | CostFunctionPointer |
typedef SingleValuedCostFunction | CostFunctionType |
typedef CostFunctionType::DerivativeType | DerivativeType |
typedef CostFunctionType::MeasureType | MeasureType |
typedef Superclass::ParametersType | ParametersType |
Public Types inherited from itk::NonLinearOptimizer | |
typedef Superclass::ScalesType | ScalesType |
Public Types inherited from itk::Optimizer | |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Protected Types | |
typedef Superclass::CostFunctionAdaptorType | CostFunctionAdaptorType |
Protected Types inherited from itk::SingleValuedNonLinearVnlOptimizer |
Private Member Functions | |
ConjugateGradientOptimizer (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
bool | m_OptimizerInitialized |
InternalOptimizerType * | m_VnlOptimizer |
Wrap of the vnl_conjugate_gradient.
Definition at line 33 of file itkConjugateGradientOptimizer.h.
typedef SmartPointer< const Self > itk::ConjugateGradientOptimizer::ConstPointer |
Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.
Definition at line 42 of file itkConjugateGradientOptimizer.h.
|
protected |
Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.
Definition at line 77 of file itkConjugateGradientOptimizer.h.
typedef vnl_conjugate_gradient itk::ConjugateGradientOptimizer::InternalOptimizerType |
Internal Optimizer Type
Definition at line 54 of file itkConjugateGradientOptimizer.h.
typedef vnl_vector< double > itk::ConjugateGradientOptimizer::InternalParametersType |
InternalParameters typedef.
Definition at line 48 of file itkConjugateGradientOptimizer.h.
Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.
Definition at line 41 of file itkConjugateGradientOptimizer.h.
Standard class typedefs.
Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.
Definition at line 39 of file itkConjugateGradientOptimizer.h.
Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.
Definition at line 40 of file itkConjugateGradientOptimizer.h.
|
protected |
|
protectedvirtual |
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::SingleValuedNonLinearOptimizer.
SizeValueType itk::ConjugateGradientOptimizer::GetCurrentIteration | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.
SizeValueType itk::ConjugateGradientOptimizer::GetNumberOfIterations | ( | void | ) | const |
Return the number of iterations performed so far
vnl_conjugate_gradient* itk::ConjugateGradientOptimizer::GetOptimizer | ( | void | ) |
Method for getting access to the internal optimizer
MeasureType itk::ConjugateGradientOptimizer::GetValue | ( | ) | const |
Return Current Value
|
static |
Method for creation through the object factory.
Reimplemented from itk::SingleValuedNonLinearOptimizer.
|
private |
Types inherited from the superclass
Reimplemented from itk::SingleValuedNonLinearVnlOptimizer.
|
virtual |
Plug in a Cost Function into the optimizer
Implements itk::SingleValuedNonLinearVnlOptimizer.
|
virtual |
Start optimization with an initial value.
Reimplemented from itk::Optimizer.
|
private |
The vnl optimization method for conjugate gradient.
Definition at line 83 of file itkConjugateGradientOptimizer.h.
|
private |
Definition at line 84 of file itkConjugateGradientOptimizer.h.