DGtal 1.4.0
|
#include <DGtal/geometry/curves/ArithmeticalDSLKernel.h>
Public Types | |
typedef SpaceND< 2, TCoordinate > | Space |
typedef Space::Vector | Vector |
typedef std::pair< Vector, Vector > | Steps |
Public Member Functions | |
BOOST_STATIC_CONSTANT (unsigned short, ForegroundAdjacency=4) | |
BOOST_STATIC_CONSTANT (unsigned short, BackgroundAdjacency=8) | |
Static Public Member Functions | |
template<typename TInteger > | |
static Vector | shift (const TInteger &a, const TInteger &b) |
template<typename TInteger > | |
static Steps | steps (const TInteger &a, const TInteger &b) |
template<typename TInteger > | |
static TInteger | norm (const TInteger &a, const TInteger &b) |
Definition at line 190 of file ArithmeticalDSLKernel.h.
typedef SpaceND<2, TCoordinate> DGtal::ArithmeticalDSLKernel< TCoordinate, 4 >::Space |
Definition at line 194 of file ArithmeticalDSLKernel.h.
typedef std::pair<Vector, Vector> DGtal::ArithmeticalDSLKernel< TCoordinate, 4 >::Steps |
Definition at line 196 of file ArithmeticalDSLKernel.h.
typedef Space::Vector DGtal::ArithmeticalDSLKernel< TCoordinate, 4 >::Vector |
Definition at line 195 of file ArithmeticalDSLKernel.h.
DGtal::ArithmeticalDSLKernel< TCoordinate, 4 >::BOOST_STATIC_CONSTANT | ( | unsigned short | , |
BackgroundAdjacency | = 8 ) |
Adjacency used for the complement
DGtal::ArithmeticalDSLKernel< TCoordinate, 4 >::BOOST_STATIC_CONSTANT | ( | unsigned short | , |
ForegroundAdjacency | = 4 ) |
Adjacency used for the DSL
|
static |
|
static |
|
static |