libpgplotxx.a (C++ interface to PGPLOT)

◆ lcut()

Trange& pgplot::Trange::lcut ( const float &  value)
inline

absolute cut at lower edge

Definition at line 99 of file structs.h.

References min.

Referenced by pgplot::Trect::bcut(), and pgplot::Trect::lcut().

100  { min+=value; return(*this); }
float min
range [min....max]
Definition: structs.h:44
Here is the caller graph for this function: