20template <
typename _SIZE_>
23template <
typename _SIZE_>
30template <
typename _SIZE_>
33 for (
auto& itr : *
this) itr->associer_domaine(un_domaine);
43template <
typename _SIZE_>
47 for (
const auto &itr : *
this) nombre += itr->nb_faces();
60template <
typename _SIZE_>
64 for (
const auto &itr : *
this)
65 if (type == itr->faces().type_face()) nombre += itr->nb_faces();
Class defining operators and methods for all reading operation in an input flow (file,...
Class Raccord_base This class is simply a boundary; it is the base class of the.
Class Raccords This represents a list of Raccord type objects.
void associer_domaine(const Domaine_t &)
Associates a domain with all connectors in the list.
Domaine_32_64< _SIZE_ > Domaine_t
int_t nb_faces() const
Returns the total number of faces of all Raccords_32_64 in the list.
Base class for output streams.