Colormap Class Referenceabstract
Abstract base class for colormap type plots. More...
#include <colormap.hpp>
Inheritance diagram for Colormap:

Public Member Functions | |
virtual | ~Colormap () |
Destructor. More... | |
virtual Palette & | palette (void)=0 |
virtual double | zscale (double val)=0 |
virtual double | zscale_inv (double val)=0 |
![]() | |
virtual | ~Graph () |
Virtual destructor. More... | |
virtual void | plot (cairo_t *cairo, const Coordmapper *cm, const double range[4])=0 |
Plot graph with cairo. More... | |
virtual void | plot_sample (cairo_t *cairo, double x, double y, double width, double height)=0 |
Plot sample for legend. More... | |
virtual void | get_bbox (double bbox[4])=0 |
Get bounding box of graph. More... | |
Detailed Description
Abstract base class for colormap type plots.
Implementation of Graph. Used in Frame type plots.
Constructor & Destructor Documentation
◆ ~Colormap()
|
inlinevirtual |
Destructor.
The documentation for this class was generated from the following file: