12#ifndef ARCANE_CORE_IMESHREADER_H
13#define ARCANE_CORE_IMESHREADER_H
77 bool use_internal_partition) = 0;
Declarations of Arcane's general types.
Interface of the service managing the reading of a mesh.
virtual bool allowExtension(const String &str)=0
Checks if the service supports files with the extension str.
virtual eReturnType readMeshFromFile(IPrimaryMesh *mesh, const XmlNode &mesh_element, const String &file_name, const String &dir_name, bool use_internal_partition)=0
Reads a mesh from a file.
virtual ~IMeshReader()=default
Frees resources.
eReturnType
Types of return codes for a read or write operation.
@ RTIrrelevant
Not relevant to the operation. This means that the file format does not match this reader or that the...
@ RTError
Error during the operation.
@ RTOk
Operation successfully performed.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --