Gtkmm-PLplot 3.0
A scientific plotting library for Gtkmm
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
utils.h File Reference
#include <gtkmm-plplotconfig.h>
#include <vector>
#include <valarray>
#include <gdkmm/rgba.h>
#include <gtkmm-plplot/enums.h>
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ GTKMM_PLPLOT_DEFAULT_COLOR_INDEX

#define GTKMM_PLPLOT_DEFAULT_COLOR_INDEX   2