|
QwtPlot3D API
0.2.7
|
#include <qwt3d_enrichment.h>
Public Types | |
| enum | TYPE { VERTEXENRICHMENT, EDGEENRICHMENT, FACEENRICHMENT, VOXELENRICHMENT } |
Public Member Functions | |
| virtual Enrichment * | clone () const =0 |
| virtual void | drawBegin () |
| virtual void | drawEnd () |
| virtual void | assign (Plot3D const &pl) |
| virtual TYPE | type () const =0 |
Protected Attributes | |
| const Plot3D * | plot |
Enrichments provide a framework for user defined OPenGL objects. The base class has a pure virtuell function clone(). 2 additional functions are per default empty and could also get a new implementation in derived classes. They can be used for initialization issues or actions not depending on the related primitive.
Empty per default. Can be overwritten.
Assign to existent plot;
1.7.6.1