#include <ivfmath/IvfFunctions.h>
Inheritance diagram for CIvfPulse2d:

Public Member Functions | |
| CIvfPulse2d (double delta) | |
| IvfClassInfo ("CIvfPulse2d", CIvfFunction2d) | |
| virtual double | f (double x) |
Implements a pulse function
f(x) = theta(x)-theta(x-delta))/delta
Definition at line 139 of file IvfFunctions.h.
|
|
CIvfPulse2d constructor Initialises pulse function with a width of
|
|
|
Pulse function value Implements CIvfFunction2d. |
1.4.6-NO