30 template<
class Function1Type>
33 start_ = dict.lookupOrDefault<scalar>(
"start", 0);
34 duration_ = dict.lookup<scalar>(
"duration");
38 template<
class Function1Type>
53 template<
class Function1Type>
60 template<
class Function1Type>
virtual ~Ramp()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void write(Ostream &os) const
Write data to dictionary stream.
A class for handling words, derived from string.
Ramp(const word &name, const dictionary &dict)
Construct from name and dictionary.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
word name(const complex &)
Return a string representation of a complex.
Ramp function base class for the set of scalar functions starting from 0 and increasing monotonically...