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"
int main(
int argc,
char** argv )
{
PolyscopeViewer v;
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.
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