DGtal
0.6.devel
|
#include <FP.h>
Public Member Functions | |
virtual ArithmeticalDSS::Point | firstLeaningPoint () const =0 |
virtual ArithmeticalDSS::Point | lastLeaningPoint () const =0 |
Protected Attributes | |
ArithmeticalDSS * | myDSS |
Aim: abstract adapter for ArithmeticalDSS. Has 2 virtual methods:
'ArithmeticalDSS' | type for arithmetical recognition algorithm of DSS. Must have a nested type Point and have four accessors: getUf(), getUl(), getLf(), getLl() |
|
pure virtual |
Implemented in DGtal::Adapter4ConcavePart< ArithmeticalDSS >, and DGtal::Adapter4ConvexPart< ArithmeticalDSS >.
|
pure virtual |
Implemented in DGtal::Adapter4ConcavePart< ArithmeticalDSS >, and DGtal::Adapter4ConvexPart< ArithmeticalDSS >.
|
protected |
A pointer to an instance of ArithmeticalDSS
Definition at line 78 of file FP.h.
Referenced by DGtal::Adapter4ConcavePart< ArithmeticalDSS >::Adapter4ConcavePart(), DGtal::Adapter4ConvexPart< ArithmeticalDSS >::Adapter4ConvexPart(), DGtal::Adapter4ConvexPart< ArithmeticalDSS >::firstLeaningPoint(), DGtal::Adapter4ConcavePart< ArithmeticalDSS >::firstLeaningPoint(), DGtal::Adapter4ConvexPart< ArithmeticalDSS >::lastLeaningPoint(), and DGtal::Adapter4ConcavePart< ArithmeticalDSS >::lastLeaningPoint().