libpgplotxx.a (C++ interface to PGPLOT)
|
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_device & | pgplot::pgaff::gray (pgplot::basic_device &dev, const Tarray &a, const pgplot::Trange &range, const Ttransform &tr) |
function to plot gray image More... | |
pgplot::basic_device & | pgplot::pgaff::gray (pgplot::basic_device &dev, const Tarray &a, const pgplot::Trange &range, const bool &xisfirst) |
function to plot gray image More... | |
pgplot::basic_device & | pgplot::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) |
code to be used together with aff containers (implementation)
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
REVISIONS and CHANGES
Definition in file affpgplot.cc.