41#include "DGtal/base/Common.h"
42#include "DGtal/helpers/StdDefs.h"
43#include "DGtal/shapes/Shapes.h"
44#include "DGtal/io/viewers/PolyscopeViewer.h"
45#include "DGtal/io/Color.h"
57int main(
int argc,
char** argv )
62 Point p2( 20, 20, 20 );
70 viewer <<
Color(250, 200,0, 100);
Structure representing an RGB triple with alpha component.
Aim: A wrapper class around a STL associative container for storing sets of digital points within som...
void show() override
Starts the event loop and display of elements.
static void addNorm2Ball(TDigitalSet &aSet, const Point &aCenter, UnsignedInteger aRadius)
DGtal is the top-level namespace which contains all DGtal functions and types.