7 #ifndef __IPRESTOPHASE_HPP__
8 #define __IPRESTOPHASE_HPP__
50 const std::string& prefix
void operator=(const RestorationPhase &)
Default Assignment Operator.
This is the base class for all algorithm strategy objects.
DECLARE_STD_EXCEPTION(FATAL_ERROR_IN_LINEAR_SOLVER)
virtual ~RestorationPhase()
Destructor.
This class stores a list of user set options.
Base class for different restoration phases.
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 bool PerformRestoration()=0
Method called to perform restoration for the filter line search method.
RestorationPhase()
Default Constructor.