Interface managing a standard function. More...
#include <arcane/core/IStandardFunction.h>
Public Member Functions | |
| virtual IBinaryMathFunctor< Real, Real, Real > * | getFunctorRealRealToReal ()=0 |
| virtual IBinaryMathFunctor< Real, Real3, Real > * | getFunctorRealReal3ToReal ()=0 |
| virtual IBinaryMathFunctor< Real, Real, Real3 > * | getFunctorRealRealToReal3 ()=0 |
| virtual IBinaryMathFunctor< Real, Real3, Real3 > * | getFunctorRealReal3ToReal3 ()=0 |
Interface managing a standard function.
These functions can be associated with a dataset option.
Standard functions have the following possible prototypes:
Definition at line 40 of file IStandardFunction.h.