#include <scalarfunction.h>
Inheritance diagram for MODEL::ScalarFunction:
Public Types | |
typedef NT::number | numT |
typedef NT::vect | vect |
Public Methods | |
ScalarFunction () | |
virtual | ~ScalarFunction () |
virtual ScalarFunction* | clone () const=0 |
numT | operator() (const vect &u) |
virtual const numT& | function (numT &fu, const vect &u)=0 |
Definition at line 30 of file scalarfunction.h.
|
Virtual Copy Constructor Reimplemented in MODEL::NormFunction. |
|
Implement this function to create the return vector. fu is a reference to where the values should be stored. This is for efficiency in internal routines. Inherited classes should return fu too. Reimplemented in MODEL::NormFunction. Referenced by operator()().
|
|
Overloaded operator(), so the object can be presented as a function. Definition at line 43 of file scalarfunction.h. |
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.