Arcane
4.1.12.0
User documentation
Loading...
Searching...
No Matches
ItemLocalId.cc
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
/* ItemLocalId.cc (C) 2000-2025 */
9
/* */
10
/* Local ID of a mesh entity. */
11
/*---------------------------------------------------------------------------*/
12
13
#include "arcane/core/ItemLocalId.h"
14
15
#include "arcane/core/IItemFamily.h"
16
#include "arcane/core/internal/IItemFamilyInternal.h"
17
18
/*---------------------------------------------------------------------------*/
19
/*---------------------------------------------------------------------------*/
20
21
namespace
Arcane
22
{
23
24
/*---------------------------------------------------------------------------*/
25
/*---------------------------------------------------------------------------*/
26
27
ItemLocalIdToItemConverter::
28
ItemLocalIdToItemConverter
(
IItemFamily
* family)
29
: m_item_shared_info(family->_internalApi()->commonItemSharedInfo())
30
{
31
}
32
33
/*---------------------------------------------------------------------------*/
34
/*---------------------------------------------------------------------------*/
35
36
}
// namespace Arcane
37
38
/*---------------------------------------------------------------------------*/
39
/*---------------------------------------------------------------------------*/
Arcane::IItemFamily
Interface of an entity family.
Definition
IItemFamily.h:83
Arcane::ItemLocalIdToItemConverter::ItemLocalIdToItemConverter
ItemLocalIdToItemConverter()=default
Default constructor.
Arcane
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Definition
AbstractCaseDocumentVisitor.cc:21
arcane
core
ItemLocalId.cc
Generated on
for Arcane by
1.16.1