7 #ifndef __IPITERATEINITIALIZER_HPP__ 8 #define __IPITERATEINITIALIZER_HPP__ 33 virtual bool InitializeImpl(
35 const std::string& prefix
40 virtual bool SetInitialIterates() = 0;
This is the base class for all algorithm strategy objects.
Base class for all methods for initializing the iterates.
This file contains a base class for all exceptions and a set of macros to help with exceptions...
This class stores a list of user set options.
IterateInitializer()
Default Constructor.
virtual ~IterateInitializer()
Default destructor.