|
QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
|
Abstract base class for vertex dependent visible user objects. More...
#include <qwt3d_enrichment.h>
Public Member Functions | |
| virtual Qwt3DEnrichment * | clone () const =0 |
| virtual void | draw (Triple const &)=0 |
| TYPE | type () const override |
Public Member Functions inherited from Qwt3DEnrichment | |
| virtual void | drawBegin () |
| virtual void | drawEnd () |
Additional Inherited Members | |
Public Types inherited from Qwt3DEnrichment | |
| enum | TYPE { VERTEXENRICHMENT , EDGEENRICHMENT , FACEENRICHMENT , VOXELENRICHMENT } |
Abstract base class for vertex dependent visible user objects.
VertexEnrichments introduce a specialized draw routine for vertex dependent data. draw() is called, when the Plot realizes its internal OpenGL data representation for every Vertex associated to his argument.
|
pure virtual |
Implements Qwt3DEnrichment.
|
inlineoverridevirtual |
Implements Qwt3DEnrichment.