libpgplotxx.a (C++ interface to PGPLOT)
|
implementation of extension functions More...
Go to the source code of this file.
Namespaces | |
pgplot | |
contains all pgplot stuff | |
pgplot::helpers | |
Functions | |
template<class T , class T2 > | |
T | pgplot::helpers::limit (const T &v, const T2 &min, const T2 &max) |
limit a value to min and max More... | |
Variables | |
Trange | pgplot::c_range01 (0., 1.) |
range form 0 to 1 More... | |
Trange | pgplot::c_range19 (0.1, 0.9) |
range form 0.1 to 0.9 More... | |
Trect | pgplot::c_rect0101 (c_range01, c_range01) |
rect form 0,0 to 1,1 More... | |
Trect | pgplot::c_rect1919 (c_range19, c_range19) |
rect form 0.1,0.1 to 0.9,0.9 More... | |
implementation of extension functions
C++ extensions for PGPLOT (implementation)
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.cc.