32 #include "DGtal/base/Common.h"
33 #include "DGtal/shapes/implicit/ImplicitBall.h"
34 #include "DGtal/shapes/implicit/ImplicitNorm1Ball.h"
35 #include "DGtal/shapes/implicit/ImplicitHyperCube.h"
36 #include "DGtal/shapes/implicit/ImplicitRoundedHyperCube.h"
37 #include "DGtal/shapes/implicit/ImplicitPolynomial3Shape.h"
38 #include "DGtal/shapes/implicit/CImplicitFunction.h"
39 #include "DGtal/shapes/implicit/CImplicitFunctionDiff1.h"
40 #include "DGtal/helpers/StdDefs.h"
45 using namespace DGtal;
88 trace.
emphase() << ( res ?
"Passed." :
"Error." ) << endl;
Aim: model of CEuclideanOrientedShape and CEuclideanBoundedShape concepts to create a ball in nD....
Aim: model of CEuclideanOrientedShape and CEuclideanBoundedShape concepts to create an hypercube in n...
Aim: model of CEuclideanOrientedShape and CEuclideanBoundedShape concepts to create a ball for the L_...
Aim: model of CEuclideanOrientedShape concepts to create a shape from a polynomial.
Aim: model of CEuclideanOrientedShape and CEuclideanBoundedShape concepts to create a rounded hypercu...
void beginBlock(const std::string &keyword="")
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Describes a 1-differentiable function of the form f(x), where x is some real point in the given ...
Aim: Describes any function of the form f(x), where x is some real point in the given space,...
bool testImplicitFunctionModels()