38 #include "DGtal/base/Common.h" 39 #include "DGtal/helpers/StdDefs.h" 40 #include "ConfigExamples.h" 42 #include "DGtal/shapes/Shapes.h" 43 #include "DGtal/shapes/ShapeFactory.h" 44 #include "DGtal/io/DrawWithDisplay3DModifier.h" 45 #include "DGtal/io/viewers/Viewer3D.h" 47 #include "DGtal/geometry/volumes/distance/DistanceTransformation.h" 48 #include "DGtal/io/colormaps/GradientColorMap.h" 49 #include "DGtal/helpers/StdDefs.h" 53 using namespace DGtal;
55 int main(
int argc,
char **argv)
57 QApplication application(argc,argv);
64 myCube.getUpperBound());
80 DTL2::Value maxDT = (*std::max_element(dt.constRange().begin(),
81 dt.constRange().end()));
106 viewer << DGtal::Viewer3D<>::updateDisplay;
108 return application.exec();
const ConstIterator & end() const
Aim: This class template may be used to (linearly) convert scalar values in a given range into a colo...
Aim: model of CEuclideanOrientedShape and CEuclideanBoundedShape concepts to create a rounded hypercu...
static void euclideanShaper(TDigitalSet &aSet, const TShapeFunctor &aFunctor, const double h=1.0)
static const Color Yellow
const ConstIterator & begin() const
int main(int argc, char **argv)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: A wrapper class around a STL associative container for storing sets of digital points within som...
Structure representing an RGB triple with alpha component.
static const L2Metric l2Metric
virtual void show()
Overload QWidget method in order to add a call to updateList() method (to ensure that the lists are w...
Class for adding a Clipping plane through the Viewer3D stream. Realizes the concept CDrawableWithView...