7#ifndef __IPRESTOPHASE_HPP__
8#define __IPRESTOPHASE_HPP__
52 const std::string& prefix
#define DECLARE_STD_EXCEPTION(__except_type)
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 &)
Default Assignment Operator.
virtual ~RestorationPhase()
Destructor.
RestorationPhase(const RestorationPhase &)
Copy Constructor.
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 bool PerformRestoration()=0
Method called to perform restoration for the filter line search method.
This file contains a base class for all exceptions and a set of macros to help with exceptions.