Arcane
v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
MeshEventsImpl.h
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2023 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
/* MeshEventsImpl.h (C) 2000-2023 */
9
/* */
10
/* Implémentation des évènements sur le maillage. */
11
/*---------------------------------------------------------------------------*/
12
#ifndef ARCANE_MESH_MESHEVENTS_H
13
#define ARCANE_MESH_MESHEVENTS_H
14
/*---------------------------------------------------------------------------*/
15
/*---------------------------------------------------------------------------*/
16
17
#include "
arcane/utils/Event.h
"
18
19
#include "arcane/core/MeshEvents.h"
20
21
/*---------------------------------------------------------------------------*/
22
/*---------------------------------------------------------------------------*/
23
24
namespace
Arcane::mesh
25
{
26
27
/*---------------------------------------------------------------------------*/
28
/*---------------------------------------------------------------------------*/
33
class
ARCANE_MESH_EXPORT
MeshEventsImpl
34
{
35
public
:
36
37
EventObservable<const MeshEventArgs&>
& eventObservable(
eMeshEventType
type);
38
39
private
:
40
41
EventObservable<const MeshEventArgs&>
m_on_begin_prepare_dump;
42
EventObservable<const MeshEventArgs&>
m_on_end_prepare_dump;
43
};
44
45
/*---------------------------------------------------------------------------*/
46
/*---------------------------------------------------------------------------*/
47
48
}
// namespace Arcane::mesh
49
50
/*---------------------------------------------------------------------------*/
51
/*---------------------------------------------------------------------------*/
52
53
#endif
Event.h
Fichier contenant les mécanismes de gestion des évènements.
Arcane::LimaWrapper
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition
Lima.cc:120
Arcane::mesh::MeshEventsImpl
Implémentation des évènements sur le maillage.
Definition
MeshEventsImpl.h:34
Arcane::mesh
AMR.
Definition
CartesianGridDimension.h:32
Arcane::eMeshEventType
eMeshEventType
Evènements générés par IMesh.
Definition
MeshEvents.h:30
arcane
mesh
MeshEventsImpl.h
Généré le Lundi 18 Novembre 2024 03:01:40 pour Arcane par
1.9.8