Example of 6-18 digital Adjacencies visualization with Viewer3D.
- See also
- Mode selection: the example of digital objects in 3D
6-18 digital Adjacencies visualization with Viewer3D.
#include <iostream>
#include "DGtal/base/Common.h"
#include "DGtal/io/DrawWithDisplay3DModifier.h"
#include "DGtal/io/Color.h"
#include "DGtal/helpers/StdDefs.h"
#include "DGtal/shapes/Shapes.h"
#include "DGtal/io/viewers/Viewer3D.h"
using namespace Z3i;
int main(
int argc,
char** argv )
{
QApplication application(argc,argv);
MyViewer viewer;
viewer << shape_set;
Object6_18 shape( dt6_18, shape_set );
viewer <<
SetMode3D( shape.className(),
"DrawAdjacencies" );
viewer << shape;
Object18_6 shape2( dt18_6, shape_set );
viewer <<
SetMode3D( shape2.className(),
"DrawAdjacencies" );
viewer<< MyViewer::updateDisplay;
return application.exec();
}
Structure representing an RGB triple with alpha component.
Aim: A utility class for constructing different shapes (balls, diamonds, and others).
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.
Modifier class in a Display3D stream. Useful to choose your own mode for a given class....
HyperRectDomain< Space > Domain
Z2i::DigitalSet DigitalSet