libpgplotxx.a (C++ interface to PGPLOT)

◆ Trange() [3/3]

pgplot::Trange::Trange ( )
inline

default constructor

Definition at line 52 of file structs.h.

52 : min(0.), max(0.) { }
float min
range [min....max]
Definition: structs.h:44
float max
Definition: structs.h:44