DGtal
0.6.devel
|
#include <FP.h>
Public Member Functions | |
Adapter4ConvexPart (ArithmeticalDSS &aDSS) | |
ArithmeticalDSS::Point | firstLeaningPoint () const |
ArithmeticalDSS::Point | lastLeaningPoint () const |
Additional Inherited Members | |
![]() | |
ArithmeticalDSS * | myDSS |
Aim: adapter for ArithmeticalDSS used by FP in convex parts. Has 2 methods:
that respectively return the first and last upper 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 113 of file FP.h.
References DGtal::Adapter< ArithmeticalDSS >::myDSS.
|
inlinevirtual |
Implements DGtal::Adapter< ArithmeticalDSS >.
Definition at line 120 of file FP.h.
References DGtal::ArithmeticalDSS< TIterator, TInteger, connectivity >::getUf(), and DGtal::Adapter< ArithmeticalDSS >::myDSS.
|
inlinevirtual |
Implements DGtal::Adapter< ArithmeticalDSS >.
Definition at line 127 of file FP.h.
References DGtal::ArithmeticalDSS< TIterator, TInteger, connectivity >::getUl(), and DGtal::Adapter< ArithmeticalDSS >::myDSS.