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/io/DrawWithDisplay3DModifier.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 <<
SetMode3D( p1.className(),
"PavingWired" );
viewer << p1 << p2 << p3;
viewer << p4 << p5 ;
viewer <<
SetMode3D( p1.className(),
"Both" );
viewer << p6;
viewer << p0;
viewer <<
domain << MyViewer::updateDisplay;
return application.exec();
}
Structure representing an RGB triple with alpha component.
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