12#ifndef ARCANE_CORE_IMESHWRITER_H
13#define ARCANE_CORE_IMESHWRITER_H
Declarations of Arcane's general types.
Interface of a mesh writing service.
virtual void build()=0
Constructs the instance.
virtual bool writeMeshToFile(IMesh *mesh, const String &file_name)=0
Writes a mesh to a file.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --