Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::VtuMeshReaderBase Class Reference

Reader for mesh files in VTK format. More...

Collaboration diagram for Arcane::VtuMeshReaderBase:

Public Member Functions

 VtuMeshReaderBase (ITraceMng *trace_mng)
virtual void build ()
IMeshReader::eReturnType readMeshFromVtuFile (IMesh *mesh, const String &file_name, const String &dir_name, bool use_internal_partition)
bool readGroupsFromFieldData (IMesh *mesh, vtkFieldData *, int)

Private Attributes

int vtkFileExtIdx
ITraceMngm_trace_mng

Detailed Description

Reader for mesh files in VTK format.

Definition at line 99 of file VtuMeshReader.cc.

Constructor & Destructor Documentation

◆ VtuMeshReaderBase()

Arcane::VtuMeshReaderBase::VtuMeshReaderBase ( ITraceMng * trace_mng)
explicit

Definition at line 147 of file VtuMeshReader.cc.

Member Function Documentation

◆ build()

virtual void Arcane::VtuMeshReaderBase::build ( )
inlinevirtual

Definition at line 108 of file VtuMeshReader.cc.

◆ readGroupsFromFieldData()

bool Arcane::VtuMeshReaderBase::readGroupsFromFieldData ( IMesh * mesh,
vtkFieldData * allFieldData,
int i )

Definition at line 160 of file VtuMeshReader.cc.

◆ readMeshFromVtuFile()

IMeshReader::eReturnType Arcane::VtuMeshReaderBase::readMeshFromVtuFile ( IMesh * mesh,
const String & file_name,
const String & dir_name,
bool use_internal_partition )

Definition at line 208 of file VtuMeshReader.cc.

Member Data Documentation

◆ m_trace_mng

ITraceMng* Arcane::VtuMeshReaderBase::m_trace_mng
private

Definition at line 123 of file VtuMeshReader.cc.

◆ vtkFileExtIdx

int Arcane::VtuMeshReaderBase::vtkFileExtIdx
private

Definition at line 122 of file VtuMeshReader.cc.


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