libpgplotxx.a (C++ interface to PGPLOT)

◆ operator()()

template<class T >
T& pgplot::Tlinestyle::operator() ( T &  dev) const
inline

apply linestyle to device context

Definition at line 116 of file xpgplotxx.h.

References apply().

117  { apply(dev); return(dev); }
void apply(basic_device &dev) const
apply to basic device class
Definition: xpgplotxx.cc:70
Here is the call graph for this function: