Gtkmm-PLplot 3.0
A scientific plotting library for Gtkmm
|
#include <gtkmm-plplotconfig.h>
#include <vector>
#include <valarray>
#include <gdkmm/rgba.h>
#include <gtkmm-plplot/enums.h>
Namespaces | |
namespace | Gtk |
namespace | Gtk::PLplot |
The namespace provided by Gtkmm-PLplot. | |
Macros | |
#define | GTKMM_PLPLOT_DEFAULT_COLOR_INDEX 2 |
Functions | |
std::vector< double > | Gtk::PLplot::indgen (unsigned int n) |
std::valarray< double > | Gtk::PLplot::indgen_va (unsigned int n) |
void | Gtk::PLplot::change_plstream_color (plstream *pls, Gdk::RGBA color, bool activate=true, int index=2) |
void | Gtk::PLplot::change_plstream_colormap (plstream *pls, ColormapPalette colormap) |
double ** | Gtk::PLplot::calloc_array2d (int nx, int ny) |
double ** | Gtk::PLplot::deep_copy_array2d (double **input, int nx, int ny) |
void | Gtk::PLplot::free_array2d (void **input, int nx) |
#define GTKMM_PLPLOT_DEFAULT_COLOR_INDEX 2 |