Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
IMeshComponentInternal.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 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/* Arcane internal API for '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/*---------------------------------------------------------------------------*/
28
32class ARCANE_CORE_EXPORT IMeshComponentInternal
33{
34 public:
35
36 virtual ~IMeshComponentInternal() = default;
37
38 public:
39
42
45
47 virtual Int32 variableIndexerIndex() const = 0;
48
51
54};
55
56/*---------------------------------------------------------------------------*/
57/*---------------------------------------------------------------------------*/
58
59} // namespace Arcane::Materials
60
61/*---------------------------------------------------------------------------*/
62/*---------------------------------------------------------------------------*/
63
64#endif
Declarations of types on entities.
View over a vector of entities of a component.
View of a ConstituentItemLocalIdList instance.
Arcane internal API for 'IMeshComponent'.
virtual Ref< IConstituentItemVectorImpl > createItemVectorImpl(ComponentItemVectorView rhs) const =0
Create an instance of the 'ConstituentItemVectorImpl' implementation.
virtual ConstituentItemLocalIdListView constituentItemListView() const =0
View of the constituent cells.
virtual MeshMaterialVariableIndexer * variableIndexer() const =0
Indexer to access partial variables.
virtual Ref< IConstituentItemVectorImpl > createItemVectorImpl() const =0
Create an instance of the 'ConstituentItemVectorImpl' implementation.
virtual Int32 variableIndexerIndex() const =0
Index to access partial variables.
Reference to an instance.
Always enables tracing in Arcane parts concerning materials.
std::int32_t Int32
Signed integer type of 32 bits.