Necessary information for reading a mesh file. More...
#include <arcane/core/ICaseMeshReader.h>
Public Member Functions | |
| const String & | fileName () const |
| const String & | directoryName () const |
| bool | isParallelRead () const |
| const String & | format () const |
| void | setFileName (const String &v) |
| void | setDirectoryName (const String &v) |
| void | setParallelRead (bool v) |
| void | setFormat (const String &v) |
Necessary information for reading a mesh file.
isParallelRead() indicates whether it is true that all ranks on which the mesh is defined will read the file and therefore must distribute it if possible. in a balanced manner across all ranks.
format() indicates the file format. By default, it is the file extension. For example, if the file is 'toto.vtk', then the format will be 'vtk'.
Definition at line 39 of file ICaseMeshReader.h.
|
inline |
Definition at line 44 of file ICaseMeshReader.h.
|
inline |
Definition at line 43 of file ICaseMeshReader.h.
|
inline |
Definition at line 46 of file ICaseMeshReader.h.
|
inline |
Definition at line 45 of file ICaseMeshReader.h.
|
inline |
Definition at line 48 of file ICaseMeshReader.h.
|
inline |
Definition at line 47 of file ICaseMeshReader.h.
|
inline |
Definition at line 50 of file ICaseMeshReader.h.
|
inline |
Definition at line 49 of file ICaseMeshReader.h.