Example of digital point visualization with Viewer3D.
- See also
- DGtalGLV_Viewer3D
Digital point visualization with Viewer3D.
#include <iostream>
#include "DGtal/base/Common.h"
#include "DGtal/helpers/StdDefs.h"
#include "DGtal/io/viewers/Viewer3D.h"
using namespace Z3i;
int main(
int argc,
char** argv )
{
QApplication application(argc,argv);
MyViewer viewer;
viewer << p1 << p2 << p3;
viewer<< MyViewer::updateDisplay;
return application.exec();
}
virtual void show()
Overload QWidget method in order to add a call to updateList() method (to ensure that the lists are w...
DGtal is the top-level namespace which contains all DGtal functions and types.
HyperRectDomain< Space > Domain