Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::ICaseMeshReader Class Referenceabstract

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< IMeshBuildercreateBuilder (const CaseMeshReaderReadInfo &read_info) const =0
 Returns a builder to create and read the mesh whose information is specified in read_info.

Detailed Description

Interface for the mesh reading service from the dataset.

This interface is intended to replace IMeshReader

Definition at line 69 of file ICaseMeshReader.h.

Member Function Documentation

◆ createBuilder()

virtual Ref< IMeshBuilder > Arcane::ICaseMeshReader::createBuilder ( const CaseMeshReaderReadInfo & read_info) const
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::MEDCaseMeshReader.


The documentation for this class was generated from the following file: