|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
#include <plot_parameters.h>
Public Member Functions | |
| bool | operator== (const PlotCommonParameters &other) const |
| PlotCommonParameters () | |
| PlotCommonParameters (PlotType type) | |
| PlotCommonParameters (PlotType type, const PlotDimensions &dimensions, PlotAnnotations annotations) | |
| PlotCommonParameters (PlotType type, PlotAnnotations annotations) | |
| std::string | toString () const |
Public Attributes | |
| PlotAnnotations | annotations |
| PlotDimensions | dimensions |
| PlotType | type |
| dnf_composer::PlotCommonParameters::PlotCommonParameters | ( | ) |
|
explicit |
| dnf_composer::PlotCommonParameters::PlotCommonParameters | ( | PlotType | type, |
| PlotAnnotations | annotations | ||
| ) |
| dnf_composer::PlotCommonParameters::PlotCommonParameters | ( | PlotType | type, |
| const PlotDimensions & | dimensions, | ||
| PlotAnnotations | annotations | ||
| ) |
| bool dnf_composer::PlotCommonParameters::operator== | ( | const PlotCommonParameters & | other | ) | const |
| std::string dnf_composer::PlotCommonParameters::toString | ( | ) | const |
| PlotAnnotations dnf_composer::PlotCommonParameters::annotations |
| PlotDimensions dnf_composer::PlotCommonParameters::dimensions |
| PlotType dnf_composer::PlotCommonParameters::type |