Example of digital point visualization with PolyscopeViewer.
- See also
- DGtalGLV_Viewer3D
Digital point visualization with PolyscopeViewer.
#include <iostream>
#include "DGtal/base/Common.h"
#include "DGtal/helpers/StdDefs.h"
#include "DGtal/io/Display3D.h"
#include "DGtal/io/viewers/PolyscopeViewer.h"
using namespace Z3i;
{
v << p2 << p3;
trace.
info() << name << std::endl;
return 0;
}
std::string draw(const Point &p, const std::string &uname="Point_{i}")
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