Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
dnf_composer::Heatmap Member List

This is the complete list of members for dnf_composer::Heatmap, including all inherited members.

commonParametersdnf_composer::Plotprotected
getAnnotations() constdnf_composer::Plot
getDimensions() constdnf_composer::Plot
getScale() constdnf_composer::Heatmap
getType() constdnf_composer::Plot
getUniqueIdentifier() constdnf_composer::Plot
Heatmap(const PlotCommonParameters &parameters={ PlotType::HEATMAP, {0.0, 100.0, 0.0, 100.0, 1.0, 1.0}, PlotAnnotations{"Heatmap plot", "Spatial dimension output", "Spatial dimension input"}}, const HeatmapParameters &heatmapParameters=HeatmapParameters())dnf_composer::Heatmapexplicit
Plot(PlotCommonParameters parameters=PlotCommonParameters())dnf_composer::Plotexplicit
render(const std::vector< std::vector< double > * > &data, const std::vector< std::string > &legends) overridednf_composer::Heatmapvirtual
setAnnotations(const PlotAnnotations &annotations)dnf_composer::Plot
setDimensionHint(int rows, int cols)dnf_composer::Heatmap
setDimensions(const PlotDimensions &dimensions)dnf_composer::Plot
setScale(double min, double max)dnf_composer::Heatmap
toString() const overridednf_composer::Heatmapvirtual
uniqueIdentifierdnf_composer::Plotprotected
uniqueIdentifierCounterdnf_composer::Plotinlineprotectedstatic
~Plot()=defaultdnf_composer::Plotvirtual