Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
core/materials/MaterialVariableBuildInfo.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* MaterialVariableBuildInfo.h (C) 2000-2022 */
9/* */
10/* Informations pour une construire une variable matériau. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CORE_MATERIALS_MATERIALVARIABLEBUILDINFO_H
13#define ARCANE_CORE_MATERIALS_MATERIALVARIABLEBUILDINFO_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arcane/VariableBuildInfo.h"
18
19#include "arcane/core/materials/MaterialsCoreGlobal.h"
20
21/*---------------------------------------------------------------------------*/
22/*---------------------------------------------------------------------------*/
23
24namespace Arcane::Materials
25{
26/*---------------------------------------------------------------------------*/
27/*---------------------------------------------------------------------------*/
28
29class ARCANE_CORE_EXPORT MaterialVariableBuildInfo
30: public VariableBuildInfo
31{
32 public:
33
34 MaterialVariableBuildInfo(IMeshMaterialMng* mng,const String& name,int property =0);
36
37 public:
38
39 IMeshMaterialMng* materialMng() const { return m_material_mng; }
40
41 private:
42
43 IMeshMaterialMng* m_material_mng;
44};
45
46/*---------------------------------------------------------------------------*/
47/*---------------------------------------------------------------------------*/
48
49} // End namespace Arcane::Materials
50
51/*---------------------------------------------------------------------------*/
52/*---------------------------------------------------------------------------*/
53
54#endif
55
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
Interface du gestionnaire des matériaux et des milieux d'un maillage.
Paramètres nécessaires à la construction d'une variable.
Chaîne de caractères unicode.
Active toujours les traces dans les parties Arcane concernant les matériaux.