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

code to be used together with aff containers (implementation) More...

Go to the source code of this file.

Classes

class  pgplot::pgaff::util::Extractrange< C >
 

Namespaces

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

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)
 

Detailed Description

code to be used together with aff containers (implementation)


Author
Thomas Forbriger
Date
29/04/2005

code to be used together with aff containers (implementation)

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

  • 29/04/2005 V1.0 Thomas Forbriger
  • 19/06/2006 V1.1 provide series function
  • 18/01/2011 V1.2 Trange member functions were renamed

Definition in file affpgplot.cc.