12#ifndef ARCANE_CORE_IMESHWRITER_H
13#define ARCANE_CORE_IMESHWRITER_H
Déclarations des types généraux de Arcane.
Interface d'un service d'écriture d'un maillage.
virtual void build()=0
Construit l'instance.
virtual bool writeMeshToFile(IMesh *mesh, const String &file_name)=0
Ecrit un maillage sur un fichier.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-