QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
Public 类型 | Public 成员函数 | Protected 属性 | 所有成员列表
Qwt3D::Enrichment类 参考abstract

Abstract base class for data dependent visible user objects 更多...

#include <qwt3d_enrichment.h>

类 Qwt3D::Enrichment 继承关系图:
Qwt3D::VertexEnrichment Qwt3D::Arrow Qwt3D::Cone Qwt3D::CrossHair Qwt3D::Dot

Public 类型

enum  TYPE { VERTEXENRICHMENT , EDGEENRICHMENT , FACEENRICHMENT , VOXELENRICHMENT }
 

Public 成员函数

virtual Enrichmentclone () const =0
 
virtual void drawBegin ()
 
virtual void drawEnd ()
 
virtual void assign (Plot3D const &pl)
 
virtual TYPE type () const =0
 

Protected 属性

const Plot3Dplot
 

详细描述

Abstract base class for data dependent visible user objects

Enrichments provide a framework for user defined OpenGL objects. The base class has a pure virtual 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.


该类的文档由以下文件生成: