32 #include "ConfigExamples.h"
33 #include "DGtal/helpers/StdDefs.h"
34 #include "DGtal/base/Common.h"
37 #include "DGtal/geometry/curves/ArithDSSIterator.h"
38 #include "DGtal/geometry/curves/ArithmeticalDSSComputer.h"
42 using namespace DGtal;
60 DSSIterator it(2,3,-15,A);
68 while ( (*(myDSS.end()))[0] <=xMax && myDSS.extendFront())
72 std::cout << myDSS.a() <<
" " << myDSS.b() <<
" " << myDSS.mu();
Aim: An iterator on the points of a Digital Straight Segment. Template parameters are the integer typ...
Aim: This class is a wrapper around ArithmeticalDSS that is devoted to the dynamic recognition of dig...
void beginBlock(const std::string &keyword="")
Point::Coordinate Integer
DGtal is the top-level namespace which contains all DGtal functions and types.