libpgplotxx.a (C++ interface to PGPLOT)

◆ operator()()

template<class C >
void pgplot::pgaff::util::Extractrange< C >::operator() ( const Tvalue v)
inline

collect another value

Definition at line 154 of file affpgplot.cc.

References pgplot::Trange::extend(), and pgplot::pgaff::util::Extractrange< C >::Mrange.

155  { Mrange.extend(Trange(v,v)); }
Trange & extend(const Trange &range)
extend this range if argument range is larger
Definition: structs.h:54
Here is the call graph for this function: