Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
IPolyhedralMeshModifier.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/* IMeshInternal.h (C) 2000-2024 */
9/* */
10/* Partie interne à Arcane de IMesh. */
11/*---------------------------------------------------------------------------*/
12
13#ifndef ARCANE_CORE_INTERNAL_IPOLYHEDRALMESHMODIFIER_H
14#define ARCANE_CORE_INTERNAL_IPOLYHEDRALMESHMODIFIER_H
15
16/*---------------------------------------------------------------------------*/
17/*---------------------------------------------------------------------------*/
18
19#include "arcane/ArcaneTypes.h"
20
21/*---------------------------------------------------------------------------*/
22/*---------------------------------------------------------------------------*/
23
24namespace Arcane
25{
26
27class IItemConnectivityMng;
28class IPolyhedralMeshModifier;
29
30/*---------------------------------------------------------------------------*/
31/*---------------------------------------------------------------------------*/
36class ARCANE_CORE_EXPORT IPolyhedralMeshModifier
37{
38 public:
39 virtual ~IPolyhedralMeshModifier() = default;
40
42 virtual void removeItems(Int32ConstArrayView local_ids, eItemKind ik, const String& family_name) = 0;
43};
44
45}// namespace Arcane
46
47/*---------------------------------------------------------------------------*/
48/*---------------------------------------------------------------------------*/
49
50#endif
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
Vue modifiable d'un tableau d'un type T.
Vue constante d'un tableau de type T.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
eItemKind
Genre d'entité de maillage.