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
Namespaces | Variables
element_window.cpp File Reference
#include "user_interface/element_window.h"
#include <unordered_map>
#include <cmath>
#include <cstring>
#include <algorithm>
#include <cctype>
#include <functional>
#include "elements/neural_field.h"
#include "elements/field_coupling.h"
#include "elements/gauss_kernel.h"
#include "elements/mexican_hat_kernel.h"
#include "elements/normal_noise.h"
#include "elements/correlated_normal_noise.h"
#include "elements/gauss_field_coupling.h"
#include "elements/oscillatory_kernel.h"
#include "elements/asymmetric_gauss_kernel.h"
#include "elements/boost_stimulus.h"
#include "elements/memory_trace.h"
#include "elements/neural_field_2d.h"
#include "elements/gauss_stimulus_2d.h"
#include "elements/gauss_kernel_2d.h"
#include "elements/mexican_hat_kernel_2d.h"
#include "elements/normal_noise_2d.h"
#include "elements/oscillatory_kernel_2d.h"
#include "elements/timed_gauss_stimulus.h"
#include "elements/timed_gauss_stimulus_2d.h"
#include "elements/boost_stimulus_2d.h"
#include "elements/correlated_normal_noise_2d.h"
#include "elements/asymmetric_gauss_kernel_2d.h"
#include "elements/memory_trace_2d.h"
#include "elements/resize.h"
#include "elements/resize_2d.h"
#include "elements/collapse.h"
#include "elements/expand.h"
#include "user_interface/fonts/IconsFontAwesome6.h"
#include "tools/utils.h"
#include <filesystem>
Include dependency graph for element_window.cpp:

Namespaces

namespace  dnf_composer
 
namespace  dnf_composer::user_interface
 

Variables

ImFont * g_BlackSmallFont
 
ImFont * g_MonoMediumFont
 
static std::string dnf_composer::user_interface::s_pendingRenameNew
 
static std::string dnf_composer::user_interface::s_pendingRenameOld
 

Variable Documentation

◆ g_BlackSmallFont

ImFont* g_BlackSmallFont
extern

◆ g_MonoMediumFont

ImFont* g_MonoMediumFont
extern