libpgplotxx.a (C++ interface to PGPLOT)

◆ Tlinestyle() [4/4]

pgplot::Tlinestyle::Tlinestyle ( const int &  lw,
const int &  ls,
const int &  ci 
)
inline

linewidth and linestyle and color index constructor

Definition at line 84 of file xpgplotxx.h.

84  :
85  Mls(ls), Mci(ci), Mlw(lw), Mflags(Flw|Fls|Fci) { }
int Mlw
line width
Definition: xpgplotxx.h:127
int Mls
line style
Definition: xpgplotxx.h:123
int Mci
color index
Definition: xpgplotxx.h:125
int Mflags
flags
Definition: xpgplotxx.h:129