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/core/StandardCaseFunction.h"
40~StandardCaseFunction()
47void StandardCaseFunction::
52 throw NotImplementedException(A_FUNCINFO);
58void StandardCaseFunction::
63 throw NotImplementedException(A_FUNCINFO);
69void StandardCaseFunction::
70value(
Real param,
bool& v)
const
74 throw NotImplementedException(A_FUNCINFO);
80void StandardCaseFunction::
85 throw NotImplementedException(A_FUNCINFO);
91void StandardCaseFunction::
96 throw NotImplementedException(A_FUNCINFO);
102void StandardCaseFunction::
105 ARCANE_UNUSED(param);
107 throw NotImplementedException(A_FUNCINFO);
113void StandardCaseFunction::
116 ARCANE_UNUSED(param);
118 throw NotImplementedException(A_FUNCINFO);
124void StandardCaseFunction::
125value(
Integer param,
bool& v)
const
127 ARCANE_UNUSED(param);
129 throw NotImplementedException(A_FUNCINFO);
135void StandardCaseFunction::
138 ARCANE_UNUSED(param);
140 throw NotImplementedException(A_FUNCINFO);
146void StandardCaseFunction::
149 ARCANE_UNUSED(param);
151 throw NotImplementedException(A_FUNCINFO);
158getFunctorRealRealToReal()
167getFunctorRealReal3ToReal()
176getFunctorRealRealToReal3()
185getFunctorRealReal3ToReal3()
Information to build an instance of CaseFunction.
CaseFunction(const CaseFunctionBuildInfo &info)
Constructs a dataset function.
Interface of a binary mathematical function.
Class managing a 3-dimensional real vector.
StandardCaseFunction(const CaseFunctionBuildInfo &info)
Constructs a dataset function.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
double Real
Type representing a real number.