Example of a custom display
- See also
- Changing the style for displaying drawable elements.
Example of several custom display .
#include <iostream>
#include "DGtal/base/Common.h"
#include "DGtal/helpers/StdDefs.h"
#include "DGtal/io/Color.h"
#include "DGtal/shapes/Shapes.h"
#include "DGtal/io/viewers/PolyscopeViewer.h"
using namespace Z3i;
{
viewer << p1 << p2 << p3;
viewer <<
Color(255, 0, 0) << p4 << p5 ;
viewer <<
Color(250, 200,0);
viewer << p6;
viewer <<
Color(250, 200,0, 20);
viewer << p0;
return 0;
}
Structure representing an RGB triple with alpha component.
void show() override
Starts the event loop and display of elements.
DGtal is the top-level namespace which contains all DGtal functions and types.
HyperRectDomain< Space > Domain