meshgraph.hpp
Go to the documentation of this file.
virtual void get_bbox(double bbox[4])
Get bounding box of graph.
Definition: meshgraph.cpp:114
MeshGraph(const Geometry &geom)
Constructor for mesh plotter.
Definition: meshgraph.cpp:47
virtual void plot_sample(cairo_t *cairo, double x, double y, double width, double height)
Plot sample for legend.
Definition: meshgraph.cpp:108
virtual void plot(cairo_t *cairo, const Coordmapper *cm, const double range[4])
Plot graph with cairo.
Definition: meshgraph.cpp:60
Geometry definition
Base for three dimensional plottable graphs.