libpgplotxx.a (C++ interface to PGPLOT)
pgplot::pgaff Namespace Reference

here we provide support for aff containers More...

Namespaces

 util
 

Typedefs

typedef aff::SimpleRigidArray< float, 6 > Ttransform
 transform matrix for gray shade plot function More...
 
typedef aff::Array< float > Tarray
 array type to be passed to gray function More...
 
typedef aff::Series< float > Tseries
 

Enumerations

enum  Eerrdir {
  Fdirright =1, Fdirtop =2, Fdirleft =3, Fdirbottom =4,
  Fdirhor =5, Fdirver =6
}
 error bar directions More...
 

Functions

pgplot::basic_devicegray (pgplot::basic_device &dev, const Tarray &a, const pgplot::Trange &range, const Ttransform &tr)
 function to plot gray image More...
 
pgplot::basic_devicegray (pgplot::basic_device &dev, const Tarray &a, const pgplot::Trange &range, const bool &xisfirst)
 function to plot gray image More...
 
pgplot::basic_devicegray (pgplot::basic_device &dev, const Tarray &a, const bool &xisfirst)
 function to plot gray image More...
 
Ttransform create_transform (const Tarray::Tcoc &a, const pgplot::Trect &rect, const bool &xisfirst=true)
 create standard transform array More...
 
Trange array_value_range (const Tarray::Tcoc &a)
 return range of values More...
 
Trange series_value_range (const Tseries::Tcoc &a)
 
template<class T , class SX , class SY >
T & line (T &dev, const SX &x, const SY &y)
 draw an open polygon from a dense series More...
 
template<class T , class SX , class SY , class SE >
T & errb (T &dev, const SX &x, const SY &y, const SE &e, const Eerrdir &dir=Fdirver, const float &t=1.)
 draw error bars from series More...
 
template<class T , class SX , class SY >
T & pt (T &dev, const SX &x, const SY &y, const int &s)
 draw symbols from series More...
 

Detailed Description

here we provide support for aff containers