graph3d.hpp
Go to the documentation of this file.
124 virtual void plot_sample( cairo_t *cairo, double x, double y, double width, double height ) = 0;
Error class to use if requested feature is unimplemented.
Definition: error.hpp:229
virtual void plot_sample(cairo_t *cairo, double x, double y, double width, double height)=0
Plot sample for legend.
virtual void plot(cairo_t *cairo, const Coordmapper *cm, const double range[4])=0
Plot graph with cairo.
void set_view(view_e view, int level)
Set the view of 3D drawable.
Definition: graph3d.hpp:137
Error classes and handling
#define ERROR_LOCATION
Macro for setting error location when throwing errors.
Definition: error.hpp:83
Base for plottable graphs.
Rectangular mesh definition.