libpgplotxx.a (C++ interface to PGPLOT)

◆ Tlinestyle() [1/4]

pgplot::Tlinestyle::Tlinestyle ( )
inline

default constructor

Definition at line 75 of file xpgplotxx.h.

75  :
76  Mls(1), Mci(1), Mlw(1), Mflags(Fnone) { }
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