14#include "arcane/utils/ArcanePrecomp.h"
16#include "arcane/utils/NotImplementedException.h"
17#include "arcane/utils/TraceInfo.h"
18#include "arcane/utils/Real3.h"
19#include "arcane/StandardCaseFunction.h"
39~StandardCaseFunction()
46void StandardCaseFunction::
51 throw NotImplementedException(A_FUNCINFO);
57void StandardCaseFunction::
62 throw NotImplementedException(A_FUNCINFO);
68void StandardCaseFunction::
69value(
Real param,
bool& v)
const
73 throw NotImplementedException(A_FUNCINFO);
79void StandardCaseFunction::
84 throw NotImplementedException(A_FUNCINFO);
90void StandardCaseFunction::
95 throw NotImplementedException(A_FUNCINFO);
101void StandardCaseFunction::
104 ARCANE_UNUSED(param);
106 throw NotImplementedException(A_FUNCINFO);
112void StandardCaseFunction::
115 ARCANE_UNUSED(param);
117 throw NotImplementedException(A_FUNCINFO);
123void StandardCaseFunction::
124value(
Integer param,
bool& v)
const
126 ARCANE_UNUSED(param);
128 throw NotImplementedException(A_FUNCINFO);
134void StandardCaseFunction::
137 ARCANE_UNUSED(param);
139 throw NotImplementedException(A_FUNCINFO);
145void StandardCaseFunction::
148 ARCANE_UNUSED(param);
150 throw NotImplementedException(A_FUNCINFO);
157getFunctorRealRealToReal()
166getFunctorRealReal3ToReal()
175getFunctorRealRealToReal3()
184getFunctorRealReal3ToReal3()
Informations pour construire une instance de CaseFunction.
CaseFunction(const CaseFunctionBuildInfo &info)
Construit une fonction du jeu de données.
Interface d'une fonction mathématique binaire.
Classe gérant un vecteur de réel de dimension 3.
Chaîne de caractères unicode.
Int32 Integer
Type représentant un entier.
double Real
Type représentant un réel.