BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Member Functions | Public Attributes | List of all members
UiTrainingSettings Struct Reference

ImGUI handler for rendering the training settings window. More...

#include <ui_train.h>

Public Member Functions

 UiTrainingSettings ()
 
void show ()
 Enables window to render. More...
 
void render (State &state, ImGuiWindowFlags window_flags)
 Renders window with corresponding training settings widgets. More...
 

Public Attributes

bool show_window
 If the training settings window should be rendered. More...
 

Detailed Description

ImGUI handler for rendering the training settings window.

Definition at line 30 of file ui_train.h.

Constructor & Destructor Documentation

◆ UiTrainingSettings()

UiTrainingSettings::UiTrainingSettings ( )

Definition at line 24 of file ui_train.cpp.

Member Function Documentation

◆ render()

void UiTrainingSettings::render ( State state,
ImGuiWindowFlags  window_flags 
)

Renders window with corresponding training settings widgets.

Parameters
appApplication context.
window_flagsFlags used for rendered window.

Definition at line 30 of file ui_train.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ show()

void UiTrainingSettings::show ( )
inline

Enables window to render.

Definition at line 40 of file ui_train.h.

Member Data Documentation

◆ show_window

bool UiTrainingSettings::show_window

If the training settings window should be rendered.

Definition at line 33 of file ui_train.h.


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