1#ifndef PSCF_PARAMETER_MODIFIER_H
2#define PSCF_PARAMETER_MODIFIER_H
4#include "pscf/sweep/ParameterType.h"
5#include "util/containers/GArray.h"
6#include "util/containers/DArray.h"
83 double value,
bool& success)
Base class allowing subclasses to define sweepable parameters.
~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.
PSCF package top-level namespace.
Utility classes for scientific computation.