Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::CaseMeshReaderReadInfo Class Reference

Necessary information for reading a mesh file. More...

#include <arcane/core/ICaseMeshReader.h>

Public Member Functions

const StringfileName () const
const StringdirectoryName () const
bool isParallelRead () const
const Stringformat () const
void setFileName (const String &v)
void setDirectoryName (const String &v)
void setParallelRead (bool v)
void setFormat (const String &v)

Detailed Description

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.

Member Function Documentation

◆ directoryName()

const String & Arcane::CaseMeshReaderReadInfo::directoryName ( ) const
inline

Definition at line 44 of file ICaseMeshReader.h.

◆ fileName()

const String & Arcane::CaseMeshReaderReadInfo::fileName ( ) const
inline

Definition at line 43 of file ICaseMeshReader.h.

◆ format()

const String & Arcane::CaseMeshReaderReadInfo::format ( ) const
inline

Definition at line 46 of file ICaseMeshReader.h.

◆ isParallelRead()

bool Arcane::CaseMeshReaderReadInfo::isParallelRead ( ) const
inline

Definition at line 45 of file ICaseMeshReader.h.

◆ setDirectoryName()

void Arcane::CaseMeshReaderReadInfo::setDirectoryName ( const String & v)
inline

Definition at line 48 of file ICaseMeshReader.h.

◆ setFileName()

void Arcane::CaseMeshReaderReadInfo::setFileName ( const String & v)
inline

Definition at line 47 of file ICaseMeshReader.h.

◆ setFormat()

void Arcane::CaseMeshReaderReadInfo::setFormat ( const String & v)
inline

Definition at line 50 of file ICaseMeshReader.h.

◆ setParallelRead()

void Arcane::CaseMeshReaderReadInfo::setParallelRead ( bool v)
inline

Definition at line 49 of file ICaseMeshReader.h.


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