DGtal
1.5.beta
|
#include <DGtal/geometry/curves/estimation/FunctorsLambdaMST.h>
Public Types | |
typedef DSS | DSSType |
typedef IteratorCirculatorTraits< typename DSSType::ConstIterator >::Value | Point |
Public Member Functions | |
bool | operator() (const DSSType &) const |
Always returns false. More... | |
bool | admissibility (const DSSType &, const Point &) const |
Always returns false. More... | |
long int | position (const DSSType &, const Point &) const |
When called always throws an exception. More... | |
Description of class 'DSSMuteFilter' – model of CLMSTDSSFilter. Aim: Provide a functor which does nothing i.e., always returns false.
DSS | digital straight segment recognition algorithm |
Definition at line 235 of file FunctorsLambdaMST.h.
typedef DSS DGtal::DSSMuteFilter< DSS >::DSSType |
Definition at line 239 of file FunctorsLambdaMST.h.
typedef IteratorCirculatorTraits< typename DSSType::ConstIterator >::Value DGtal::DSSMuteFilter< DSS >::Point |
Definition at line 240 of file FunctorsLambdaMST.h.
|
inline |
Always returns false.
Definition at line 249 of file FunctorsLambdaMST.h.
|
inline |
Always returns false.
Definition at line 243 of file FunctorsLambdaMST.h.
|
inline |
When called always throws an exception.
Definition at line 255 of file FunctorsLambdaMST.h.