$extrastylesheet
#include <mln/topo/complex.hh>
Public Member Functions | |
void | print (std::ostream &ostr, const face_data< N, D > &f) const |
void | print (std::ostream &ostr) const |
void | print_rec_asc (std::ostream &ostr) const |
template<typename BinaryFunction , typename T > | |
T | fold_left_ (const BinaryFunction &f, const T &accu) const |
template<typename UnaryFunction > | |
UnaryFunction::result_type | apply_if_dim_matches_ (unsigned n, const UnaryFunction &f) const |
Public Attributes | |
std::vector< face_data< 0, D > > | faces_ |
Definition at line 383 of file complex.hh.
UnaryFunction::result_type mln::topo::internal::faces_set_mixin< 0, D >::apply_if_dim_matches_ | ( | unsigned | n, |
const UnaryFunction & | f | ||
) | const |
Apply a functor f to the list of faces if n == 0.
T mln::topo::internal::faces_set_mixin< 0, D >::fold_left_ | ( | const BinaryFunction & | f, |
const T & | accu | ||
) | const |
Functional meta-manipulators.
Fold left.
void mln::topo::internal::faces_set_mixin< 0, D >::print | ( | std::ostream & | ostr | ) | const |
Pretty-printing.
Print the faces of dimension 0.
|
inherited |
void mln::topo::internal::faces_set_mixin< 0, D >::print_rec_asc | ( | std::ostream & | ostr | ) | const |
std::vector< face_data<0, D> > mln::topo::internal::faces_set_mixin< 0, D >::faces_ |
Definition at line 385 of file complex.hh.