22#include <scatter/Options.hpp>
23#include <scatter/plots/PlotBase.hpp>
94 std::vector<Arrow> arrows_;
96 std::unique_ptr<Options> options_;
100 typedef std::unique_ptr<ArrowPlot>
Ptr;
[brief description]
Definition ArrowPlotOptions.hpp:34
[brief description]
Definition ArrowPlot.hpp:38
Legend::Entry getLegendEntry()
create LegendEntry
ArrowPlot(const std::vector< Arrow > &arrows, const Options &options)
constructor
void render(Renderer &renderer, const Transform &transform)
render the ArrowPlot
Options * options()
[brief description]
std::unique_ptr< ArrowPlot > Ptr
convenience typedef
Definition ArrowPlot.hpp:100
virtual ~ArrowPlot()
destuctor
ArrowPlot(const std::string &label, const std::vector< Arrow > &arrows, const Options &options)
[brief description]
[brief description]
Definition PlotBase.hpp:36
[brief description]
Definition Renderer.hpp:38
[brief description]
Definition Legend.hpp:59