$extrastylesheet
#include <mln/topo/no_constraint.hh>
Public Member Functions | |
template<typename P > | |
bool | operator() (const P &p) const |
template<typename I > | |
void | set_image (const Image< I > &ima) const |
Public Types | |
typedef Function_v2b< void > | category |
typedef no_constraint | exact_t |
typedef void | mutable_result |
typedef bool | result |
A constraint functor always returning true
.
Definition at line 45 of file no_constraint.hh.
bool mln::topo::no_constraint::operator() | ( | const P & | p | ) | const |
void mln::topo::no_constraint::set_image | ( | const Image< I > & | ima | ) | const |
Dummy setter (does nothing).
|
inherited |
Definition at line 162 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
typedef bool mln::topo::no_constraint::result |
Definition at line 47 of file no_constraint.hh.