|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
Enumerations | |
| enum class | FileDialogSortOrder { Up , Down , None } |
| enum class | FileDialogType { OpenFile , SelectFolder } |
Functions | |
| void | ShowFileDialog (const bool *open, char *buffer, unsigned int buffer_size, FileDialogType type=FileDialogType::OpenFile) |
| void | ShowFileDialog_s (const bool *open, char *buffer, FileDialogType type=FileDialogType::OpenFile) |
Variables | |
| static bool | file_dialog_open = false |
| static FileDialogType | file_dialog_open_type = FileDialogType::OpenFile |
| static float | padding = 10.0 |
|
strong |
|
strong |
|
inline |
|
inline |
|
static |
|
static |
|
static |