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"
int main(
int argc,
char** argv )
{
PolyscopeViewer viewer;
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.
Z3i this namespace gathers the standard of types for 3D imagery.
DGtal is the top-level namespace which contains all DGtal functions and types.
HyperRectDomain< Space > Domain