#include <qwt3d_enrichment.h>
|
enum | TYPE { VERTEXENRICHMENT,
EDGEENRICHMENT,
FACEENRICHMENT,
VOXELENRICHMENT
} |
|
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.
virtual void assign |
( |
Plot3D const & |
pl | ) |
|
|
inlinevirtual |
Empty per default. Can be overwritten.
Assign to existent plot;
The documentation for this class was generated from the following file: