12#ifndef ARCANE_CORE_ICASEMESHREADER_H
13#define ARCANE_CORE_ICASEMESHREADER_H
43 const String& fileName()
const {
return m_file_name; }
44 const String& directoryName()
const {
return m_directory_name; }
45 bool isParallelRead()
const {
return m_is_parallel_read; }
46 const String& format()
const {
return m_format; }
47 void setFileName(
const String& v) { m_file_name = v; }
48 void setDirectoryName(
const String& v) { m_directory_name = v; }
49 void setParallelRead(
bool v) { m_is_parallel_read = v; }
50 void setFormat(
const String& v) { m_format = v; }
57 bool m_is_parallel_read =
true;
Declarations of Arcane's general types.
Necessary information for reading a mesh file.
Interface for the mesh reading service from the dataset.
virtual Ref< IMeshBuilder > createBuilder(const CaseMeshReaderReadInfo &read_info) const =0
Returns a builder to create and read the mesh whose information is specified in read_info.
virtual ~ICaseMeshReader()=default
Deallocates resources.
Reference to an instance.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --