|
scatter 0.1.0
|
[brief description] More...
#include <ContourPlot.hpp>
Classes | |
| class | Options |
| [brief description] More... | |
Public Types | |
| using | Ptr = std::unique_ptr<ContourPlot> |
| typedef | |
Public Member Functions | |
| ContourPlot (const std::string &label, const std::function< double(const double &, const double &)> &function, const Options &options) | |
| [brief description] | |
| virtual | ~ContourPlot () |
| [brief description] | |
| Legend::Entry | getLegendEntry () |
| create LegendEntry | |
| void | render (Renderer &renderer, const Transform &transform) |
| [brief description] | |
| Options * | options () |
| [brief description] | |
Public Member Functions inherited from scatter::PlotBase | |
| PlotBase (const std::string &label) | |
| [brief description] | |
| virtual | ~PlotBase ()=default |
| [brief description] | |
| void | setLabel (const std::string &label) |
| [brief description] | |
| void | setColour (const Colour &colour) |
| [brief description] | |
| const std::string & | getLabel () const |
| [brief description] | |
| const Colour & | getColour () const |
| [brief description] | |
| virtual double | getYmax () |
| [brief description] | |
[brief description]
[long description]
| function | [description] |
| options | [description] |
| scatter::ContourPlot::ContourPlot | ( | const std::string & | label, |
| const std::function< double(const double &, const double &)> & | function, | ||
| const Options & | options ) |
[brief description]
[long description]
| function | [description] |
| options | [description] |
|
virtual |
[brief description]
[long description]
|
virtual |
| Options * scatter::ContourPlot::options | ( | ) |
[brief description]
[long description]
[brief description]
[long description]
| renderer | [description] |
| transform | [description] |
Implements scatter::PlotBase.