libpgplotxx.a (C++ interface to PGPLOT)
|
C++ extensions to PGPLOT. More...
Go to the source code of this file.
Classes | |
class | pgplot::Tlinestyle |
line style attributes More... | |
class | pgplot::Tpanel |
panel area More... | |
class | pgplot::Ttiledpanels |
multipanel area More... | |
class | pgplot::Tboxstyle |
box style More... | |
class | pgplot::Ttext |
text plotting tool. More... | |
Namespaces | |
pgplot | |
contains all pgplot stuff | |
pgplot::boxflags | |
namespace containing flags for Tboxstyle | |
Functions | |
bool | pgplot::operator== (const Tlinestyle &a, const Tlinestyle &b) |
compare for euqality More... | |
enum | pgplot::Eerrdir { pgplot::Fdirright =1, pgplot::Fdirtop =2, pgplot::Fdirleft =3, pgplot::Fdirbottom =4, pgplot::Fdirhor =5, pgplot::Fdirver =6 } |
error bar directions More... | |
template<class S > | |
Trange | pgplot::find_series_range (const S &series) |
find range in series More... | |
template<class T , class SX , class SY > | |
T & | pgplot::series_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::series_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... | |
C++ extensions to PGPLOT.
C++ extensions to PGPLOT (prototypes)
Copyright '(c)' 2002 by Thomas Forbriger (IMG Frankfurt)
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 xpgplotxx.h.