32 #include "DGtal/base/Common.h" 33 #include "DGtal/kernel/SpaceND.h" 34 #include "DGtal/kernel/LinearAlgebra.h" 38 using namespace DGtal;
49 unsigned int nbok = 0;
67 trace.
info() <<
"(" << nbok <<
"/" << nb <<
") " 68 <<
"true == true" << std::endl;
77 int main(
int argc,
char** argv )
81 for (
int i = 0; i < argc; ++i )
86 trace.
emphase() << ( res ?
"Passed." :
"Error." ) << endl;
void beginBlock(const std::string &keyword="")
Aim: A utility class that contains methods to perform integral linear algebra.
Aim: SpaceND is a utility class that defines the fundamental structure of a Digital Space in ND...
int main(int argc, char **argv)
DGtal is the top-level namespace which contains all DGtal functions and types.