h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <Functions1D.h>
Inheritance diagram for GetProjectedYF1D:
Public Member Functions | |
GetProjectedYF1D (IntegrationType iType=MEAN) | |
string | getName () const |
real | operator() (Interface1D &inter) |
GetProjectedYF1D | ( | IntegrationType | iType = MEAN |
) | [inline] |
Builds the functor.
iType | The integration method used to compute a single value from a set of values. |
string getName | ( | ) | const [inline, virtual] |
Returns the string "GetProjectedYF1D"
Reimplemented from UnaryFunction1D< real >.
real operator() | ( | Interface1D & | inter | ) | [virtual] |
the () operator.
Reimplemented from UnaryFunction1D< real >.