Arcane
v3.16.0.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
TimeLoopReader.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
/* TimeLoopReader.h (C) 2000-2006 */
9
/* */
10
/* Chargement d'une boucle en temps. */
11
/*---------------------------------------------------------------------------*/
12
#ifndef ARCANE_MAIN_TIMELOOPREADER_H
13
#define ARCANE_MAIN_TIMELOOPREADER_H
14
/*---------------------------------------------------------------------------*/
15
/*---------------------------------------------------------------------------*/
16
17
#include "arcane/utils/List.h"
18
#include "arcane/utils/String.h"
19
#include "arcane/utils/TraceAccessor.h"
20
21
#include "arcane/ArcaneTypes.h"
22
23
/*---------------------------------------------------------------------------*/
24
/*---------------------------------------------------------------------------*/
25
26
ARCANE_BEGIN_NAMESPACE
27
28
/*---------------------------------------------------------------------------*/
29
/*---------------------------------------------------------------------------*/
30
31
class
ITimeLoop;
32
class
IApplication;
33
34
/*---------------------------------------------------------------------------*/
35
/*---------------------------------------------------------------------------*/
42
class
ARCANE_IMPL_EXPORT
TimeLoopReader
43
:
public
TraceAccessor
44
{
45
public
:
46
48
TimeLoopReader
(
IApplication
* sm);
49
~TimeLoopReader
();
50
51
public
:
52
54
void
readTimeLoops
();
55
57
void
registerTimeLoops
(
ISubDomain
* sd);
58
60
void
setUsedTimeLoop
(
ISubDomain
* sd);
61
63
const
String
&
timeLoopName
()
const
{
return
m_time_loop_name; }
64
66
TimeLoopCollection
timeLoops
()
const
{
return
m_time_loops; }
67
68
private
:
69
70
IApplication
*
m_application
;
71
TimeLoopList
m_time_loops;
72
String
m_time_loop_name;
73
};
74
75
/*---------------------------------------------------------------------------*/
76
/*---------------------------------------------------------------------------*/
77
78
ARCANE_END_NAMESPACE
79
80
/*---------------------------------------------------------------------------*/
81
/*---------------------------------------------------------------------------*/
82
83
#endif
Arcane::IApplication
Interface de l'application.
Definition
IApplication.h:57
Arcane::ISubDomain
Interface du gestionnaire d'un sous-domaine.
Definition
ISubDomain.h:74
Arcane::String
Chaîne de caractères unicode.
Definition
arccore/src/base/arccore/base/String.h:70
Arcane::TimeLoopReader::TimeLoopReader
TimeLoopReader(IApplication *sm)
Crée une instance associée au gestionnaire sm.
Definition
TimeLoopReader.cc:51
Arcane::TimeLoopReader::setUsedTimeLoop
void setUsedTimeLoop(ISubDomain *sd)
Positionne la boucle en temps utilisée dans le gestionnaire sd.
Definition
TimeLoopReader.cc:69
Arcane::TimeLoopReader::timeLoops
TimeLoopCollection timeLoops() const
Liste des boucles en temps lues.
Definition
TimeLoopReader.h:66
Arcane::TimeLoopReader::timeLoopName
const String & timeLoopName() const
nom de la boucle en temps à exécuter.
Definition
TimeLoopReader.h:63
Arcane::TimeLoopReader::readTimeLoops
void readTimeLoops()
Effectue la lecture des boucles en temps disponible.
Definition
TimeLoopReader.cc:104
Arcane::TimeLoopReader::registerTimeLoops
void registerTimeLoops(ISubDomain *sd)
Enregistre la liste des boucles en temps dans le gestionnaire sd.
Definition
TimeLoopReader.cc:244
Arcane::TimeLoopReader::m_application
IApplication * m_application
Superviseur.
Definition
TimeLoopReader.h:70
Arcane::TraceAccessor::TraceAccessor
TraceAccessor(ITraceMng *m)
Construit un accesseur via le gestionnaire de trace m.
Definition
TraceAccessor.cc:27
Arcane::TimeLoopCollection
Collection< ITimeLoop * > TimeLoopCollection
Collection de boucles en temps.
Definition
ArcaneTypes.h:473
Arcane::TimeLoopList
List< ITimeLoop * > TimeLoopList
Tableau de boucles en temps.
Definition
ArcaneTypes.h:502
arcane
impl
TimeLoopReader.h
Généré le Lundi 31 Mars 2025 02:53:06 pour Arcane par
1.13.2