16#include <Reordonner.h>
33template <
typename _SIZE_>
36 return s << this->que_suis_je() << finl;
45template <
typename _SIZE_>
61template <
typename _SIZE_>
Class defining operators and methods for all reading operation in an input flow (file,...
Class Interprete_geometrique_base.
void associer_domaine(Nom &nom_dom)
Domaine_t & domaine(int i=0)
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Class Reordonner This class is an interpreter used to reorder the nodes of a domain.
Entree & interpreter_(Entree &) override
Main function of the Mailler interpreter. Reorders the nodes of the domain specified by.
Base class for output streams.