Interface for the mesh reading service from the dataset. More...
#include <arcane/core/ICaseMeshReader.h>
Public Member Functions | |
| virtual | ~ICaseMeshReader ()=default |
| Deallocates resources. | |
| 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. | |
Interface for the mesh reading service from the dataset.
This interface is intended to replace IMeshReader
Definition at line 69 of file ICaseMeshReader.h.
|
pure virtual |
Returns a builder to create and read the mesh whose information is specified in read_info.
If this reader does not support the format specified in read_info, it returns null.
Implemented in Arcane::LimaCaseMeshReader, Arcane::MEDCaseMeshReader, Arcane::MshCaseMeshReader, Arcane::VtkLegacyCaseMeshReader, Arcane::VtkPolyhedralCaseMeshReader, and Arcane::VtuCaseMeshReader.