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

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 >
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...
 

Detailed Description

implementation of extension functions


Author
Thomas Forbriger
Date
16/01/2002

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

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

REVISIONS and CHANGES

  • 16/01/2002 V1.0 Thomas Forbriger
  • 13/02/2002 V1.1
    • Tpanel::setvp now inline
  • 15/02/2002 V1.2 text printing facility
  • 21/02/2002 V1.3 correct tick mark plotting
  • 28/02/2008 V1.4 support time scales
  • 08/03/2008 V1.5
    - support rgb and hls in linestyle
    • implemented space function in Ttext
  • 17/03/2015 V1.6 rename file to adopt naming convention in Seitosh

Definition in file xpgplotxx.cc.