1#ifndef qwt3d_enrichment_h
2#define qwt3d_enrichment_h
4#include "qwt3d_global.h"
5#include "qwt3d_types.h"
43 virtual void drawBegin() {};
45 virtual void drawEnd() {};
47 virtual void assign(
Plot3D const &pl) { plot = &pl; }
49 virtual TYPE type()
const = 0;
79 virtual TYPE type()
const
81 return Qwt3D::Enrichment::VERTEXENRICHMENT;
数据依赖可见用户对象的抽象基类
Definition qwt3d_enrichment.h:28
所有绘图控件的基类
Definition qwt3d_plot.h:31
顶点依赖可见用户对象的抽象基类
Definition qwt3d_enrichment.h:71
三元组 [x,y,z]
Definition qwt3d_types.h:240