12#ifndef ARCANE_ICASEMESHREADER_H
13#define ARCANE_ICASEMESHREADER_H
17#include "arcane/ArcaneTypes.h"
41 const String& fileName()
const {
return m_file_name; }
42 const String& directoryName()
const {
return m_directory_name; }
43 bool isParallelRead()
const {
return m_is_parallel_read; }
44 const String& format()
const {
return m_format; }
45 void setFileName(
const String& v) { m_file_name = v; }
46 void setDirectoryName(
const String& v) { m_directory_name = v; }
47 void setParallelRead(
bool v) { m_is_parallel_read = v; }
48 void setFormat(
const String& v) { m_format = v; }
53 bool m_is_parallel_read =
true;
Informations nécessaires pour la lecture d'un fichier de maillage.
Interface du service de lecture du maillage à partir du jeu de données.
virtual Ref< IMeshBuilder > createBuilder(const CaseMeshReaderReadInfo &read_info) const =0
Retourne un builder pour créer et lire le maillage dont les informations sont spécifiées dans read_in...
virtual ~ICaseMeshReader()=default
Libère les ressources.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-