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
Classes | Namespaces | Enumerations | Variables
plot_parameters.h File Reference
#include <map>
#include <string>
#include <vector>
#include "tools/logger.h"
Include dependency graph for plot_parameters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dnf_composer::PlotAnnotations
 
struct  dnf_composer::PlotCommonParameters
 
struct  dnf_composer::PlotDimensions
 
struct  dnf_composer::PlotSpecificParameters
 

Namespaces

namespace  dnf_composer
 

Enumerations

enum class  dnf_composer::PlotType : int { dnf_composer::LINE_PLOT = 0 , dnf_composer::HEATMAP = 1 }
 

Variables

const std::map< PlotType, std::string > dnf_composer::PlotTypeToString