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
Public Member Functions | Public Attributes | List of all members
dnf_composer::PlotAnnotations Struct Reference

#include <plot_parameters.h>

Collaboration diagram for dnf_composer::PlotAnnotations:

Public Member Functions

bool operator== (const PlotAnnotations &other) const
 
 PlotAnnotations ()
 
 PlotAnnotations (std::string title, std::string x_label="Spatial dimension", std::string y_label="Amplitude")
 
std::string toString () const
 

Public Attributes

std::string title
 
std::string x_label
 
std::string y_label
 

Constructor & Destructor Documentation

◆ PlotAnnotations() [1/2]

dnf_composer::PlotAnnotations::PlotAnnotations ( )

◆ PlotAnnotations() [2/2]

dnf_composer::PlotAnnotations::PlotAnnotations ( std::string  title,
std::string  x_label = "Spatial dimension",
std::string  y_label = "Amplitude" 
)
explicit

Member Function Documentation

◆ operator==()

bool dnf_composer::PlotAnnotations::operator== ( const PlotAnnotations other) const

◆ toString()

std::string dnf_composer::PlotAnnotations::toString ( ) const
Here is the caller graph for this function:

Member Data Documentation

◆ title

std::string dnf_composer::PlotAnnotations::title

◆ x_label

std::string dnf_composer::PlotAnnotations::x_label

◆ y_label

std::string dnf_composer::PlotAnnotations::y_label

The documentation for this struct was generated from the following files: