1#ifndef QWT3D_ENRICHMENT_STD_H
2#define QWT3D_ENRICHMENT_STD_H
4#include "qwt3d_enrichment.h"
18 CrossHair(
double rad,
double linewidth,
bool smooth,
bool boxed);
24 void configure(
double rad,
double linewidth,
bool smooth,
bool boxed);
25 void drawBegin()
override;
26 void drawEnd()
override;
40 Dot(
double pointsize,
bool smooth);
46 void configure(
double pointsize,
bool smooth);
47 void drawBegin()
override;
48 void drawEnd()
override;
52 QWT_DECLARE_PRIVATE(
Dot)
62 Cone(
double rad,
unsigned quality);
68 void configure(
double rad,
unsigned quality);
72 QWT_DECLARE_PRIVATE(
Cone)
89 void configure(
int segs,
double relconelength,
double relconerad,
double relstemrad);
90 void setQuality(
int val);
97 QWT_DECLARE_PRIVATE(
Arrow)
3D vector field
Definition qwt3d_enrichment_std.h:81
The Cone Style
Definition qwt3d_enrichment_std.h:59
The Cross Hair Style
Definition qwt3d_enrichment_std.h:15
The Point Style
Definition qwt3d_enrichment_std.h:37
Abstract base class for data dependent visible user objects
Definition qwt3d_enrichment.h:20
Abstract base class for vertex dependent visible user objects
Definition qwt3d_enrichment.h:62
Free vector
Definition qwt3d_types.h:323
Red-Green-Blue-Alpha value
Definition qwt3d_types.h:364
Triple [x,y,z]
Definition qwt3d_types.h:170