32#include "DGtal/base/Common.h"
33#include "DGtal/kernel/SpaceND.h"
34#include "DGtal/kernel/LinearAlgebra.h"
49 unsigned int nbok = 0;
55 typedef Space2Int::Point
Point;
57 typedef Space2LongInt::Point Pointlong;
67 trace.
info() <<
"(" << nbok <<
"/" << nb <<
") "
68 <<
"true == true" << std::endl;
76int main(
int argc,
char** argv )
80 for (
int i = 0; i < argc; ++i )
85 trace.
emphase() << ( res ?
"Passed." :
"Error." ) << endl;
void beginBlock(const std::string &keyword="")
DGtal is the top-level namespace which contains all DGtal functions and types.
static Integer determinant(const Point &a, const Point &b)