23#include <scatter/plots/PlotBase.hpp>
53 ContourPlot(
const std::string &label,
const std::function<
double(
const double &,
const double &)> &function,
const Options &
options);
86 std::function<double(
const double &,
const double &)> function_;
89 std::unique_ptr<Options> options_;
94 using Ptr = std::unique_ptr<ContourPlot>;
[brief description]
Definition ContourPlotOptions.hpp:34
[brief description]
Definition ContourPlot.hpp:40
void render(Renderer &renderer, const Transform &transform)
[brief description]
Legend::Entry getLegendEntry()
create LegendEntry
virtual ~ContourPlot()
[brief description]
Options * options()
[brief description]
std::unique_ptr< ContourPlot > Ptr
typedef
Definition ContourPlot.hpp:94
ContourPlot(const std::string &label, const std::function< double(const double &, const double &)> &function, const Options &options)
[brief description]
[brief description]
Definition PlotBase.hpp:36
[brief description]
Definition Renderer.hpp:38
[brief description]
Definition Legend.hpp:59