libpgplotxx.a (C++ interface to PGPLOT)
affpgplot.h File Reference

pgplot functions supporting aff containers (prototypes) More...

Go to the source code of this file.

Namespaces

 pgplot
 contains all pgplot stuff
 
 pgplot::pgaff
 here we provide support for aff containers
 

Typedefs

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

Enumerations

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

Functions

pgplot::basic_devicepgplot::pgaff::gray (pgplot::basic_device &dev, const Tarray &a, const pgplot::Trange &range, const Ttransform &tr)
 function to plot gray image More...
 
pgplot::basic_devicepgplot::pgaff::gray (pgplot::basic_device &dev, const Tarray &a, const pgplot::Trange &range, const bool &xisfirst)
 function to plot gray image More...
 
pgplot::basic_devicepgplot::pgaff::gray (pgplot::basic_device &dev, const Tarray &a, const bool &xisfirst)
 function to plot gray image More...
 
Ttransform pgplot::pgaff::create_transform (const Tarray::Tcoc &a, const pgplot::Trect &rect, const bool &xisfirst=true)
 create standard transform array More...
 
Trange pgplot::pgaff::array_value_range (const Tarray::Tcoc &a)
 return range of values More...
 
Trange pgplot::pgaff::series_value_range (const Tseries::Tcoc &a)
 
template<class T , class SX , class SY >
T & pgplot::pgaff::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 & pgplot::pgaff::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 & pgplot::pgaff::pt (T &dev, const SX &x, const SY &y, const int &s)
 draw symbols from series More...
 

Detailed Description

pgplot functions supporting aff containers (prototypes)


Author
Thomas Forbriger
Date
28/04/2005

pgplot functions supporting aff containers (prototypes)

Copyright (c) 2005 by Thomas Forbriger (BFO Schiltach)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

REVISIONS and CHANGES

  • 28/04/2005 V1.0 Thomas Forbriger
  • 19/06/2006 V1.1
    - provide series function
    • added line drawing functionality
  • 15/03/2011 V1.2
    • implemented function pt

Definition in file affpgplot.h.