Go to the source code of this file.
|
ConstTimesParameter | Genfun::operator* (double c, const AbsParameter &op2) |
|
ConstPlusParameter | Genfun::operator+ (double c, const AbsParameter &op2) |
|
ConstMinusParameter | Genfun::operator- (double c, const AbsParameter &op2) |
|
ConstOverParameter | Genfun::operator/ (double c, const AbsParameter &op2) |
|
ConstTimesParameter | Genfun::operator* (const AbsParameter &op2, double c) |
|
ConstPlusParameter | Genfun::operator+ (const AbsParameter &op2, double c) |
|
ConstPlusParameter | Genfun::operator- (const AbsParameter &op2, double c) |
|
ConstTimesParameter | Genfun::operator/ (const AbsParameter &op2, double c) |
|
ParameterProduct | Genfun::operator* (const AbsParameter &op1, const AbsParameter &op2) |
|
ParameterSum | Genfun::operator+ (const AbsParameter &op1, const AbsParameter &op2) |
|
ParameterDifference | Genfun::operator- (const AbsParameter &op1, const AbsParameter &op2) |
|
ParameterQuotient | Genfun::operator/ (const AbsParameter &op1, const AbsParameter &op2) |
|
ParameterNegation | Genfun::operator- (const AbsParameter &op1) |
|
◆ PARAMETER_OBJECT_DEF
#define PARAMETER_OBJECT_DEF |
( |
|
classname | ) |
|
◆ PARAMETER_OBJECT_IMP
#define PARAMETER_OBJECT_IMP |
( |
|
classname | ) |
|
Value:classname *classname::clone () const { \
return (classname *) _clone(); \
} \
AbsParameter *classname::_clone () const { \
return new classname(*this); \
}
Definition at line 86 of file GenericFunctions/AbsParameter.hh.