12#ifndef ARCANE_CORE_STANDARDCASEFUNCTION_H
13#define ARCANE_CORE_STANDARDCASEFUNCTION_H
17#include "arcane/core/CaseFunction.h"
18#include "arcane/core/IStandardFunction.h"
52 void value(
Real param,
Real& v)
const override;
54 void value(
Real param,
bool& v)
const override;
55 void value(
Real param,
String& v)
const override;
56 void value(
Real param,
Real3& v)
const override;
59 void value(
Integer param,
bool& v)
const override;
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.
Interface gérant une fonction standard.
Classe gérant un vecteur de réel de dimension 3.
StandardCaseFunction(const CaseFunctionBuildInfo &info)
Construit une fonction du jeu de données.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Int32 Integer
Type représentant un entier.
double Real
Type représentant un réel.