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

Public Member Functions | |
| IvfClassInfo ("CIvfFunction2d", CIvfMathBase) | |
| virtual double | f (double x)=0 |
Defines an interface for a math function.
Definition at line 41 of file IvfFunctions.h.
|
|
function method This method should be overridden in derived function classes Implemented in CIvfLine2d, CIvfTheta2d, CIvfPulse2d, and CIvfEnvelope2d. |
1.4.6-NO