Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
IItemConnectivitySynchronizer.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2022 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/* IItemConnectivitySynchronizer.h (C) 2000-2015 */
9/* */
10/* Interface de synchronisation de la connectivité des entités. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_IITEMCONNECTIVITYSYNCHRONIZER_H
13#define ARCANE_IITEMCONNECTIVITYSYNCHRONIZER_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22ARCANE_BEGIN_NAMESPACE
23
24/*---------------------------------------------------------------------------*/
25/*---------------------------------------------------------------------------*/
26
27class IItemConnectivity;
28
29/*---------------------------------------------------------------------------*/
30/*---------------------------------------------------------------------------*/
31
32class ARCANE_CORE_EXPORT IItemConnectivitySynchronizer
33{
34 public:
35
38
39 public:
40
41 virtual IItemConnectivity* getConnectivity() = 0;
42
43 virtual void synchronize() = 0;
44};
45
46/*---------------------------------------------------------------------------*/
47/*---------------------------------------------------------------------------*/
48
49ARCANE_END_NAMESPACE
50
51/*---------------------------------------------------------------------------*/
52/*---------------------------------------------------------------------------*/
53
54#endif /* ICONNECTIVITYSYNCHRONIZER_H */
Fichier de configuration d'Arcane.
Interface pour gérer une connectivité.