8#include "ParameterModifier.h"
40 UTIL_THROW((
"Parameter name " + name +
" not recognized.").c_str());
54 UTIL_THROW((
"Parameter name " + name +
" not recognized.").c_str());
~ParameterModifier()
Destructor.
ParameterModifier()
Constructor.
virtual GArray< ParameterType > getParameterTypes()
Return specialized sweep parameter types to add to the Sweep object.
virtual void setParameter(std::string name, DArray< int > ids, double value, bool &success)
Set the value of a specialized sweep parameter.
virtual double getParameter(std::string name, DArray< int > ids, bool &success) const
Get the value of a specialized sweep parameter.
Dynamically allocatable contiguous array template.
An automatically growable array, analogous to a std::vector.
#define UTIL_THROW(msg)
Macro for throwing an Exception, reporting function, file and line number.
PSCF package top-level namespace.