9 #ifndef __IPRESTOPHASE_HPP__
10 #define __IPRESTOPHASE_HPP__
49 const std::string& prefix) = 0;
This is the base class for all algorithm strategy objects.
This class stores a list of user set options.
Base class for different restoration phases.
void operator=(const RestorationPhase &)
Overloaded Equals Operator.
virtual ~RestorationPhase()
Default Destructor.
RestorationPhase(const RestorationPhase &)
Copy Constructor.
RestorationPhase()
Default Constructor.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)=0
overloaded from AlgorithmStrategyObject
virtual bool PerformRestoration()=0
Method called to perform restoration for the filter line search method.
DECLARE_STD_EXCEPTION(SUFFIX_EMPTY)