libpgplotxx.a (C++ interface to PGPLOT)

◆ Trect() [1/4]

pgplot::Trect::Trect ( const float &  xmin,
const float &  xmax,
const float &  ymin,
const float &  ymax 
)
inline

set constructor

Definition at line 134 of file structs.h.

135  :
136  x(Trange(xmin,xmax)), y(Trange(ymin,ymax)) { }
Trange x
coordinate ranges
Definition: structs.h:132
Trange y
Definition: structs.h:132