16#include <Bords_Internes.h>
20template <
typename _SIZE_>
23template <
typename _SIZE_>
30template <
typename _SIZE_>
33 for (
auto& itr : *
this) itr.associer_domaine(un_domaine);
44template <
typename _SIZE_>
48 for (
const auto &itr : *
this) nombre += itr.nb_faces();
62template <
typename _SIZE_>
66 for (
const auto &itr : *
this)
67 if (type == itr.faces().type_face()) nombre += itr.nb_faces();
Class Bord_Interne The class serves to represent a set of faces that are internal.
Class Bords_Internes This class represents a list of objects of type Bords_Interne.
void associer_domaine(const Domaine_t &)
Associates a domain to all Bord_Interne objects in the list.
Domaine_32_64< _SIZE_ > Domaine_t
int_t nb_faces() const
Returns the total number of faces contained in the list of Bord_Interne, i.
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for output streams.