Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
IPhysicalUnitSystemService.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/* IPhysicalUnitSystemService.h (C) 2000-2010 */
9/* */
10/* Interface d'un service gérant un système d'unité. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_IPHYSICALUNITSYSTEMSERVICE_H
13#define ARCANE_IPHYSICALUNITSYSTEMSERVICE_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22ARCANE_BEGIN_NAMESPACE
23
24/*---------------------------------------------------------------------------*/
25/*---------------------------------------------------------------------------*/
26
27class IPhysicalUnitSystem;
28
29/*---------------------------------------------------------------------------*/
30/*---------------------------------------------------------------------------*/
35class ARCANE_CORE_EXPORT IPhysicalUnitSystemService
36{
37 public:
38
40
41 public:
42
43 virtual void build() =0;
44
45 public:
46
51
52 private:
53};
54
55/*---------------------------------------------------------------------------*/
56/*---------------------------------------------------------------------------*/
57
58ARCANE_END_NAMESPACE
59
60/*---------------------------------------------------------------------------*/
61/*---------------------------------------------------------------------------*/
62
63#endif
64
Fichier de configuration d'Arcane.
Interface d'un service gérant un système d'unité.
virtual IPhysicalUnitSystem * createStandardUnitSystem()=0
Crée un système d'unité pour le Système International SI.
virtual ~IPhysicalUnitSystemService()
Libère les ressources.
Interface d'un système d'unité.