Arcane
4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
MeshEventsImpl.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
/* MeshEventsImpl.h (C) 2000-2023 */
9
/* */
10
/* Implementation of mesh events. */
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
File containing event management mechanisms.
Arcane::EventObservable
Base class for an event handler.
Definition
arccore/src/common/arccore/common/Event.h:196
Arcane::mesh::type
Arcane::mesh::MeshEventsImpl
Implementation of mesh events.
Definition
MeshEventsImpl.h:34
Arcane::mesh
AMR.
Definition
ArcaneTypes.h:664
Arcane::eMeshEventType
eMeshEventType
Events generated by IMesh.
Definition
MeshEvents.h:30
arcane
mesh
MeshEventsImpl.h
Generated on
for Arcane by
1.16.1