BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
Wrapper of the ImGui. More...
#include <wrapper_imgui.h>
Public Member Functions | |
~ImGuiWrapper () | |
bool | init (GLFWwindow *window) |
Initialize ImGui and load fonts. More... | |
void | render (int w, int h, State &state) |
Render UI. More... | |
Private Attributes | |
UiMenu | menu |
Wrapper of the ImGui.
It abstracts the initialization and rendering of the UI.
Definition at line 33 of file wrapper_imgui.h.
ImGuiWrapper::~ImGuiWrapper | ( | ) |
Definition at line 9 of file wrapper_imgui.cpp.
bool ImGuiWrapper::init | ( | GLFWwindow * | window | ) |
Initialize ImGui and load fonts.
window |
Definition at line 17 of file wrapper_imgui.cpp.
void ImGuiWrapper::render | ( | int | w, |
int | h, | ||
State & | state | ||
) |
Render UI.
input | |
state |
Definition at line 43 of file wrapper_imgui.cpp.
|
private |
Definition at line 54 of file wrapper_imgui.h.