QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Qwt3DVertexEnrichment Class Referenceabstract

Abstract base class for vertex dependent visible user objects. More...

#include <qwt3d_enrichment.h>

Inheritance diagram for Qwt3DVertexEnrichment:
Qwt3DEnrichment Qwt3DArrow Qwt3DCone Qwt3DCrossHair Qwt3DDot

Public Member Functions

virtual Qwt3DEnrichmentclone () 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 }
 

Detailed Description

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.

Member Function Documentation

◆ clone()

virtual Qwt3DEnrichment * Qwt3DVertexEnrichment::clone ( ) const
pure virtual

Implements Qwt3DEnrichment.

◆ type()

TYPE Qwt3DVertexEnrichment::type ( ) const
inlineoverridevirtual

Implements Qwt3DEnrichment.


The documentation for this class was generated from the following file: