Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
IMeshComponentInternal.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2024 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/* IMeshComponentInternal.h (C) 2000-2024 */
9/* */
10/* API interne Arcane de 'IMeshComponent'. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CORE_MATERIALS_INTERNAL_IMESHCOMPONENTINTERNAL_H
13#define ARCANE_CORE_MATERIALS_INTERNAL_IMESHCOMPONENTINTERNAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18#include "arcane/core/materials/MaterialsCoreGlobal.h"
19
20/*---------------------------------------------------------------------------*/
21/*---------------------------------------------------------------------------*/
22
23namespace Arcane::Materials
24{
25
26/*---------------------------------------------------------------------------*/
27/*---------------------------------------------------------------------------*/
31class ARCANE_CORE_EXPORT IMeshComponentInternal
32{
33 public:
34
35 virtual ~IMeshComponentInternal() = default;
36
37 public:
38
41
44
46 virtual Int32 variableIndexerIndex() const =0;
47
50
53};
54
55/*---------------------------------------------------------------------------*/
56/*---------------------------------------------------------------------------*/
57
58} // namespace Arcane::Materials
59
60/*---------------------------------------------------------------------------*/
61/*---------------------------------------------------------------------------*/
62
63#endif
Déclarations de types sur les entités.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
Vue sur un vecteur sur les entités d'un composant.
Vue sur une instance de ConstituentItemLocalIdList.
API interne Arcane de 'IMeshComponent'.
virtual Ref< IConstituentItemVectorImpl > createItemVectorImpl(ComponentItemVectorView rhs) const =0
Créé une instance de l'implémentation de 'ConstituentItemVectorImpl'.
virtual ConstituentItemLocalIdListView constituentItemListView() const =0
Vue sur les mailles du constituant.
virtual MeshMaterialVariableIndexer * variableIndexer() const =0
Indexeur pour accéder aux variables partielles.
virtual Ref< IConstituentItemVectorImpl > createItemVectorImpl() const =0
Créé une instance de l'implémentation de 'ConstituentItemVectorImpl'.
virtual Int32 variableIndexerIndex() const =0
Index pour accéder aux variables partielles.
Active toujours les traces dans les parties Arcane concernant les matériaux.