1#ifndef qwt3d_enrichment_std_h
2#define qwt3d_enrichment_std_h
4#include "qwt3d_enrichment.h"
23 CrossHair(
double rad,
double linewidth,
bool smooth,
bool boxed);
27 void configure(
double rad,
double linewidth,
bool smooth,
bool boxed);
34 double linewidth_, radius_;
51 Dot(
double pointsize,
bool smooth);
55 void configure(
double pointsize,
bool smooth);
79 Cone(
double rad,
unsigned quality);
84 void configure(
double rad,
unsigned quality);
116 void configure(
int segs,
double relconelength,
double relconerad,
double relstemrad);
118 void setQuality(
int val) { segments_ = val; }
128 GLUquadricObj *bottom;
134 double rel_cone_length;
136 double rel_cone_radius;
137 double rel_stem_radius;
三维向量场
Definition qwt3d_enrichment_std.h:109
圆锥样式
Definition qwt3d_enrichment_std.h:76
十字线样式
Definition qwt3d_enrichment_std.h:20
点样式
Definition qwt3d_enrichment_std.h:48
数据依赖可见用户对象的抽象基类
Definition qwt3d_enrichment.h:28
顶点依赖可见用户对象的抽象基类
Definition qwt3d_enrichment.h:71
自由向量
Definition qwt3d_types.h:409
红-绿-蓝-透明度值
Definition qwt3d_types.h:480
三元组 [x,y,z]
Definition qwt3d_types.h:240