$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::topo::internal::faces_set_mixin< 0, D > Struct Template Reference

#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_

Detailed Description

template<unsigned D>
struct mln::topo::internal::faces_set_mixin< 0, D >

Definition at line 383 of file complex.hh.

Member Function Documentation

template<unsigned D>
template<typename UnaryFunction >
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.

See Also
mln::complex<D>::apply_if_dim_matches_.
template<unsigned D>
template<typename BinaryFunction , typename T >
T mln::topo::internal::faces_set_mixin< 0, D >::fold_left_ ( const BinaryFunction &  f,
const T accu 
) const

Functional meta-manipulators.

Fold left.

See Also
mln::complex<D>::fold_left_.
template<unsigned D>
void mln::topo::internal::faces_set_mixin< 0, D >::print ( std::ostream &  ostr) const

Pretty-printing.

Print the faces of dimension 0.

void mln::topo::internal::higher_dim_faces_set_mixin< N, D >::print ( std::ostream &  ostr,
const face_data< N, D > &  f 
) const
inherited
template<unsigned D>
void mln::topo::internal::faces_set_mixin< 0, D >::print_rec_asc ( std::ostream &  ostr) const

Member Data Documentation

template<unsigned D>
std::vector< face_data<0, D> > mln::topo::internal::faces_set_mixin< 0, D >::faces_

Definition at line 385 of file complex.hh.