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;
3D vector field
Definition qwt3d_enrichment_std.h:109
The Cone Style .
Definition qwt3d_enrichment_std.h:76
The Cross Hair Style .
Definition qwt3d_enrichment_std.h:20
The Point Style .
Definition qwt3d_enrichment_std.h:48
Abstract base class for data dependent visible user objects.
Definition qwt3d_enrichment.h:28
Abstract base class for vertex dependent visible user objects.
Definition qwt3d_enrichment.h:71
Free vector.
Definition qwt3d_types.h:409
Red-Green-Blue-Alpha value .
Definition qwt3d_types.h:480
Triple [x,y,z].
Definition qwt3d_types.h:240