|
libpgplotxx.a (C++ interface to PGPLOT)
|
contains all pgplot stuff More...
Namespaces | |
| boxflags | |
| namespace containing flags for Tboxstyle | |
| helpers | |
| pgaff | |
| here we provide support for aff containers | |
Classes | |
| class | basic_device |
| pgplot base class More... | |
| class | device |
| the standard device class More... | |
| class | Handle |
| The handle class. More... | |
| class | HandleOfConst |
| Base class for handles. More... | |
| struct | Tbbox |
| hold bounding box for text etc. More... | |
| class | Tboxstyle |
| box style More... | |
| struct | Tcol |
| a struct to hold colour triples i.e. rgb or hls values More... | |
| struct | Tcoor |
| hold coordinates More... | |
| class | Tlinestyle |
| line style attributes More... | |
| class | Tpanel |
| panel area More... | |
| struct | Trange |
| hold any parameter range More... | |
| struct | Trect |
| hold any rectangle More... | |
| class | Ttext |
| text plotting tool. More... | |
| class | Ttiledpanels |
| multipanel area More... | |
Functions | |
| bool | operator== (const Tlinestyle &a, const Tlinestyle &b) |
| compare for euqality More... | |
Variables | |
| const char *const | usage_escape_sequences =pgplot_escape_sequences_help_text |
| usage text for escape sequences More... | |
| Trange | c_range01 (0., 1.) |
| range form 0 to 1 More... | |
| Trange | c_range19 (0.1, 0.9) |
| range form 0.1 to 0.9 More... | |
| Trect | c_rect0101 (c_range01, c_range01) |
| rect form 0,0 to 1,1 More... | |
| Trect | c_rect1919 (c_range19, c_range19) |
| rect form 0.1,0.1 to 0.9,0.9 More... | |
| enum | Eerrdir { Fdirright =1, Fdirtop =2, Fdirleft =3, Fdirbottom =4, Fdirhor =5, Fdirver =6 } |
| error bar directions More... | |
| template<class S > | |
| Trange | find_series_range (const S &series) |
| find range in series More... | |
| template<class T , class SX , class SY > | |
| T & | 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 & | 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... | |
contains all pgplot stuff
This namespace contains all pgplot stuff.
It contains all classes and functions and it contains all definitions from cpgplot.h.