DGtal
0.6.devel
|
#include <FP.h>
Public Member Functions | |
Adapter4ConcavePart (ArithmeticalDSS &aDSS) | |
ArithmeticalDSS::Point | firstLeaningPoint () const |
ArithmeticalDSS::Point | lastLeaningPoint () const |
Additional Inherited Members | |
![]() | |
ArithmeticalDSS * | myDSS |
Aim: adapter for ArithmeticalDSS used by FP in concave parts. Has 2 methods:
that respectively return the first and last lower leaning point of the underlying instance of ArithmeticalDSS.
'ArithmeticalDSS' | type for arithmetical recognition algorithm of DSS. Must have a nested type Point and have four accessors: getUf(), getUl(), getLf(), getLl() |
|
inline |
Constructor
aDSS |
Definition at line 156 of file FP.h.
References DGtal::Adapter< ArithmeticalDSS >::myDSS.
|
inlinevirtual |
Implements DGtal::Adapter< ArithmeticalDSS >.
Definition at line 163 of file FP.h.
References DGtal::ArithmeticalDSS< TIterator, TInteger, connectivity >::getLf(), and DGtal::Adapter< ArithmeticalDSS >::myDSS.
|
inlinevirtual |
Implements DGtal::Adapter< ArithmeticalDSS >.
Definition at line 170 of file FP.h.
References DGtal::ArithmeticalDSS< TIterator, TInteger, connectivity >::getLl(), and DGtal::Adapter< ArithmeticalDSS >::myDSS.