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 Attributes | List of all members
dnf_composer::user_interface::PlotCardState Struct Reference

#include <node_graph_window.h>

Collaboration diagram for dnf_composer::user_interface::PlotCardState:

Public Attributes

bool autoFit = true
 
bool autoScale = true
 
char autoTitleComponent [64] = ""
 
int colormap = ImPlotColormap_Deep
 
ImVec2 initialPos
 
bool isFirstFrame = true
 
float lineThickness = 2.5F
 
float scaleMax = 20.0F
 
float scaleMin = -20.0F
 
char selectedComponent [64] = ""
 
ImVec2 size = { 540.0F, 620.0F }
 
char title [128] = ""
 
char xLabel [64] = "Spatial location"
 
float xMax = 100.F
 
float xMin = 0.F
 
float xStep = 1.0F
 
char yLabel [64] = "Amplitude"
 
float yMax = 20.F
 
float yMin = -20.F
 

Member Data Documentation

◆ autoFit

bool dnf_composer::user_interface::PlotCardState::autoFit = true

◆ autoScale

bool dnf_composer::user_interface::PlotCardState::autoScale = true

◆ autoTitleComponent

char dnf_composer::user_interface::PlotCardState::autoTitleComponent[64] = ""

◆ colormap

int dnf_composer::user_interface::PlotCardState::colormap = ImPlotColormap_Deep

◆ initialPos

ImVec2 dnf_composer::user_interface::PlotCardState::initialPos

◆ isFirstFrame

bool dnf_composer::user_interface::PlotCardState::isFirstFrame = true

◆ lineThickness

float dnf_composer::user_interface::PlotCardState::lineThickness = 2.5F

◆ scaleMax

float dnf_composer::user_interface::PlotCardState::scaleMax = 20.0F

◆ scaleMin

float dnf_composer::user_interface::PlotCardState::scaleMin = -20.0F

◆ selectedComponent

char dnf_composer::user_interface::PlotCardState::selectedComponent[64] = ""

◆ size

ImVec2 dnf_composer::user_interface::PlotCardState::size = { 540.0F, 620.0F }

◆ title

char dnf_composer::user_interface::PlotCardState::title[128] = ""

◆ xLabel

char dnf_composer::user_interface::PlotCardState::xLabel[64] = "Spatial location"

◆ xMax

float dnf_composer::user_interface::PlotCardState::xMax = 100.F

◆ xMin

float dnf_composer::user_interface::PlotCardState::xMin = 0.F

◆ xStep

float dnf_composer::user_interface::PlotCardState::xStep = 1.0F

◆ yLabel

char dnf_composer::user_interface::PlotCardState::yLabel[64] = "Amplitude"

◆ yMax

float dnf_composer::user_interface::PlotCardState::yMax = 20.F

◆ yMin

float dnf_composer::user_interface::PlotCardState::yMin = -20.F

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