This is the complete list of members for Colormap, including all inherited members.
Colormap() | Colormap | |
Colormap(const Colormap &colormap) | Colormap | |
Colormap(const double datarange[4], size_t n, size_t m, const std::vector< double > &data) | Colormap | |
get_bbox(double bbox[4]) | Colormap | virtual |
get_value(double x, double y) const | Colormap | |
get_zrange(double &min, double &max) const | Colormap | |
palette(void) | Colormap | inline |
plot(cairo_t *cairo, const Coordmapper *cm, const double range[4]) | Colormap | virtual |
plot_sample(cairo_t *cairo, double x, double y, double width, double height) | Colormap | virtual |
set_data(const double datarange[4], size_t n, size_t m, const std::vector< double > &data) | Colormap | |
set_interpolation(interpolation_e interpolation) | Colormap | |
set_palette(const Palette &palette) | Colormap | |
set_zrange(double min, double max) | Colormap | |
set_zscale(zscale_e zscale) | Colormap | |
~Colormap() | Colormap | virtual |
~Graph() | Graph | inlinevirtual |