libpgplotxx.a (C++ interface to PGPLOT)

◆ Trect() [2/4]

pgplot::Trect::Trect ( const Trect rect)
inline

copy constructor

Definition at line 138 of file structs.h.

138  :
139  x(rect.x), y(rect.y) { }
Trange x
coordinate ranges
Definition: structs.h:132
Trange y
Definition: structs.h:132