#include <PotentialFunctions.h>
Inheritance diagram for NoFunction:
Public Member Functions | |
double | computeValue (double x, bool smooth=true) |
Computes the value of the function for a given x. | |
double | computeDerivativeValue (double x, bool smooth=false) |
Computes the value of the derivative of the function for a given x. | |
virtual PotentialfieldFunction * | clone () |
Clones a function object. |
Definition at line 506 of file PotentialFunctions.h.
|
Computes the value of the function for a given x.
Reimplemented from PotentialfieldFunction. Definition at line 514 of file PotentialFunctions.h. |
|
Computes the value of the derivative of the function for a given x.
Reimplemented from PotentialfieldFunction. Definition at line 524 of file PotentialFunctions.h. |
|
Clones a function object.
Implements PotentialfieldFunction. Definition at line 532 of file PotentialFunctions.h. |