Go to the documentation of this file.
7 #ifndef __IPRESTOPHASE_HPP__
8 #define __IPRESTOPHASE_HPP__
50 const std::string& prefix
RestorationPhase(const RestorationPhase &)
Copy Constructor.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
virtual bool PerformRestoration()=0
Method called to perform restoration for the filter line search method.
Base class for different restoration phases.
RestorationPhase()
Default Constructor.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)=0
Implementation of the initialization method that has to be overloaded by for each derived class.
virtual ~RestorationPhase()
Destructor.
This is the base class for all algorithm strategy objects.
DECLARE_STD_EXCEPTION(FATAL_ERROR_IN_LINEAR_SOLVER)
void operator=(const RestorationPhase &)
Default Assignment Operator.
This class stores a list of user set options.