16#ifndef Tetraedriser_included
17#define Tetraedriser_included
19#include <Triangulation_base.h>
20#include <Domaine_forward.h>
Class Tetraedriser This class is an interpreter used to read and execute.
int dimension_application() const override
void trianguler(Domaine &) const override
Tetrahedralizes all elements of a domain: transforms the geometric elements of the domain into tetrah...
Triangulation_base Base class intended to factor out the triangulation action of interpreters.