fieldgraph.hpp
Go to the documentation of this file.
FieldGraph(const Geometry &geom, const Field *field, field_type_e field_type)
Constructor for plotting field.
Definition: fieldgraph.cpp:56
virtual void get_bbox(double bbox[4])
Get bounding box of drawable.
Definition: fieldgraph.cpp:474
field_type_e field_type(void) const
Get field type.
Definition: fieldgraph.cpp:68
void set_zrange(double zmin, double zmax)
Set zrange for plot.
Definition: fieldgraph.cpp:219
virtual void plot_sample(cairo_t *cairo, double x, double y, double width, double height)
Plot sample for legend.
Definition: fieldgraph.cpp:468
virtual void plot(cairo_t *cairo, const Coordmapper *cm, const double range[4])
Plot graph with cairo.
Definition: fieldgraph.cpp:453
Class for colormap type plots on a regular rectangular mesh.
Definition: meshcolormap.hpp:90
Field base class.
Geometry definition
Base for three dimensional plottable graphs.
Mesh based colormap graph for plotting.
Base types.