|
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::Visualization, including all inherited members.
| clearWindowIdSuffix() | dnf_composer::Visualization | inline |
| getPlots() | dnf_composer::Visualization | inline |
| getSimulation() const | dnf_composer::Visualization | inline |
| plot(PlotType type=PlotType::LINE_PLOT) | dnf_composer::Visualization | |
| plot(const std::vector< std::pair< std::string, std::string > > &data) | dnf_composer::Visualization | |
| plot(const std::string &name, const std::string &component) | dnf_composer::Visualization | |
| plot(const PlotCommonParameters ¶meters, const PlotSpecificParameters &specificParameters, const std::vector< std::pair< std::string, std::string > > &data) | dnf_composer::Visualization | |
| plot(const PlotCommonParameters ¶meters, const PlotSpecificParameters &specificParameters, const std::string &name, const std::string &component) | dnf_composer::Visualization | |
| plot(int plotId, const std::vector< std::pair< std::string, std::string > > &data) | dnf_composer::Visualization | |
| plot(int plotId, const std::string &name, const std::string &component) | dnf_composer::Visualization | |
| removeAllPlots() | dnf_composer::Visualization | |
| removePlot(int plotId) | dnf_composer::Visualization | |
| removePlottingDataFromPlot(int plotId, const std::pair< std::string, std::string > &data) | dnf_composer::Visualization | |
| render() | dnf_composer::Visualization | |
| renderTile(int plotId) | dnf_composer::Visualization | |
| setWindowIdSuffix(const std::string &s) | dnf_composer::Visualization | inline |
| Visualization(const std::shared_ptr< Simulation > &simulation) | dnf_composer::Visualization | explicit |