|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
Namespaces | |
| namespace | widgets |
Classes | |
| struct | AdvancedSettingsFlags |
| class | ControlBarWindow |
| class | ElementWindow |
| class | FieldMetricsWindow |
| struct | FileFlags |
| class | HelpWindow |
| struct | LogEntry |
| class | LogWindow |
| class | MainMenuBar |
| class | NodeGraphWindow |
| struct | PanelScope |
| struct | PlotCardState |
| class | PlotControlWindow |
| class | PlotsWindow |
| class | SimulationWindow |
| class | StaticLayoutWindow |
| class | StatusBarWindow |
Functions | |
| static bool | beginPanelFixed (const char *id, const ImVec2 pos, const ImVec2 size) |
| static bool | beginParamTable (const char *id) |
| static void | endPanel () |
| static void | endParamTable () |
| ImU32 | getHeaderColorForElementType (const element::ElementLabel label) |
| static void | paramRowBool (const char *label, const char *wid, bool *v) |
| static void | paramRowDouble (const char *label, const char *wid, double *v, const char *fmt) |
| static void | paramRowInt (const char *label, const char *wid, int *v) |
| static void | paramTableSetup () |
Variables | |
| static constexpr float | kBarH = 6.0f |
| static constexpr ImVec4 | kCardBg = { 1.0f, 1.0f, 1.0f, 1.0f } |
| static constexpr ImVec4 | kCardBorder = { 0.82f, 0.85f, 0.89f, 1.0f } |
| static constexpr float | kCardBordSz = 1.5f |
| static constexpr float | kCardRound = 8.0f |
| static constexpr float | kColABase = 515.0F |
| static constexpr float | kColBBase = 400.0F |
| static constexpr float | kDotR = 5.0f |
| static constexpr float | kMargin = -3.0F |
| static constexpr int | kPageCount = 4 |
| static constexpr const char * | kPageTitles [kPageCount] |
| static constexpr float | kRounding = 1.0F |
| static constexpr float | kStatusBarH = 30.0F |
| static constexpr float | kTopBarH = 50.0F |
| static std::string | s_pendingRenameNew |
| static std::string | s_pendingRenameOld |
|
static |
|
static |
|
static |
|
static |
|
inline |
|
static |
|
static |
|
static |
|
static |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
static |
|
static |