#include <qwt3d_enrichment.h>
Inheritance diagram for Enrichment:
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 |
|
The derived class should give back a new Derived(something) here.
Implemented in VertexEnrichment. |
|
Empty per default. Can be overwritten.
|
|
Empty per default. Can be overwritten. Assign to existent plot;.
|
|
Overwrite.
Implemented in VertexEnrichment. |