31#if defined(C3DParametricCurve_RECURSES)
32#error Recursive header files inclusion detected in ParametricCurve.h
35#define C3DParametricCurve_RECURSES
37#if !defined C3DParametricCurve_h
39#define C3DParametricCurve_h
44#include "DGtal/base/Common.h"
45#include "DGtal/kernel/CSpace.h"
91 typedef typename T::Space
Space;
93 typedef typename T::Point
Point;
185#undef C3DParametricCurve_RECURSES
static const Dimension dimension
static constants to store the dimension.
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
void checkConstConstraints() const
BOOST_CONCEPT_USAGE(C3DParametricCurveDecorator)
BOOST_STATIC_ASSERT((Space::dimension==3))
BOOST_CONCEPT_USAGE(C3DParametricCurve)
virtual void checkConstConstraints() const
BOOST_CONCEPT_ASSERT((concepts::CSpace< Space >))