WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
RedbookPlotParam.h
1#ifndef _WINC_REDBOOKPLOTPARAM
2#define _WINC_REDBOOKPLOTPARAM
3
4namespace WXP {
6 int z;
7 int zthres;
8 int zfact;
9 int plt_color;
10 int bg_color;
11 int ln_style;
12 int ln_width;
13 char ln_type[5];
14 int fill_type;
15 int fill_pat;
16
17 int init();
18 };
19}
20#endif
21
All WXP classes fall under the WXP namespace.
Definition: Angle.h:4
This struct stores Redbook plotting parameters.
Definition: RedbookPlotParam.h:5