libpgplotxx.a (C++ interface to PGPLOT)

◆ Tlinestyle() [3/4]

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

linewidth and linestyle constructor

Definition at line 81 of file xpgplotxx.h.

81  :
82  Mls(ls), Mci(1), Mlw(lw), Mflags(Flw|Fls) { }
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