|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
This is the complete list of members for dnf_composer::LinePlot, including all inherited members.
| commonParameters | dnf_composer::Plot | protected |
| getAnnotations() const | dnf_composer::Plot | |
| getAutoFit() const | dnf_composer::LinePlot | |
| getDimensions() const | dnf_composer::Plot | |
| getLineThickness() const | dnf_composer::LinePlot | |
| getType() const | dnf_composer::Plot | |
| getUniqueIdentifier() const | dnf_composer::Plot | |
| LinePlot(const PlotCommonParameters ¶meters={ PlotType::LINE_PLOT, {0.0, 100.0, -20.0, 20.0, 1.0, 1.0}, PlotAnnotations{"Line plot", "Spatial dimension", "Amplitude"} }, const LinePlotParameters &linePlotParameters=LinePlotParameters()) | dnf_composer::LinePlot | explicit |
| Plot(PlotCommonParameters parameters=PlotCommonParameters()) | dnf_composer::Plot | explicit |
| render(const std::vector< std::vector< double > * > &data, const std::vector< std::string > &legends) override | dnf_composer::LinePlot | virtual |
| setAnnotations(const PlotAnnotations &annotations) | dnf_composer::Plot | |
| setAutoFit(bool autoFit) | dnf_composer::LinePlot | |
| setDimensions(const PlotDimensions &dimensions) | dnf_composer::Plot | |
| setLineThickness(double lineThickness) | dnf_composer::LinePlot | |
| toString() const override | dnf_composer::LinePlot | virtual |
| uniqueIdentifier | dnf_composer::Plot | protected |
| uniqueIdentifierCounter | dnf_composer::Plot | inlineprotectedstatic |
| ~Plot()=default | dnf_composer::Plot | virtual |