OGS
NumLib::ISpatialFunction Class Referenceabstract

Detailed Description

Interface class for any functions of spatial coordinates \(f(x,y,z)\).

Definition at line 25 of file ISpatialFunction.h.

#include <ISpatialFunction.h>

Public Member Functions

virtual ~ISpatialFunction ()=default
 
virtual double operator() (const MathLib::Point3d &pnt) const =0
 

Constructor & Destructor Documentation

◆ ~ISpatialFunction()

virtual NumLib::ISpatialFunction::~ISpatialFunction ( )
virtualdefault

Member Function Documentation

◆ operator()()

virtual double NumLib::ISpatialFunction::operator() ( const MathLib::Point3d pnt) const
pure virtual

return a value at the given point

Parameters
pnta point object
Returns
evaluated value

The documentation for this class was generated from the following file: