|
riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
|
#include <ImGuiImageWindow.h>
Public Member Functions | |
| ImGuiImageWindow (const std::string &title, GLuint *tex_id, bool auto_render, int data_cmap, GIM_Flags flags=GIM_Flags::None, bool *visible=nullptr) | |
| void | set_data (int width, int height, std::vector< T > *data) |
| void | render_window (bool b_redraw, int last_y, int render_update_offset, bool b_trigger_update) |
| void | render_window (bool b_redraw, int last_y, bool b_trigger_update) |
| void | reset_min_max () |
| void | set_nx_ny (int width, int height) |
Public Attributes | |
| bool * | pb_open |
| ImGuiImageWindow< float > * | fft_window |
| bool | b_trigger_update |
Definition at line 47 of file ImGuiImageWindow.h.
| ImGuiImageWindow< T >::ImGuiImageWindow | ( | const std::string & | title, |
| GLuint * | tex_id, | ||
| bool | auto_render, | ||
| int | data_cmap, | ||
| GIM_Flags | flags = GIM_Flags::None, |
||
| bool * | visible = nullptr |
||
| ) |
Definition at line 184 of file ImGuiImageWindow.cpp.
| void ImGuiImageWindow< T >::render_window | ( | bool | b_redraw, |
| int | last_y, | ||
| bool | b_trigger_update | ||
| ) |
Definition at line 345 of file ImGuiImageWindow.cpp.
| void ImGuiImageWindow< T >::render_window | ( | bool | b_redraw, |
| int | last_y, | ||
| int | render_update_offset, | ||
| bool | b_trigger_update | ||
| ) |
Definition at line 265 of file ImGuiImageWindow.cpp.
| void ImGuiImageWindow< T >::reset_min_max |
Definition at line 272 of file ImGuiImageWindow.cpp.
| void ImGuiImageWindow< T >::set_data | ( | int | width, |
| int | height, | ||
| std::vector< T > * | data | ||
| ) |
Definition at line 221 of file ImGuiImageWindow.cpp.
| void ImGuiImageWindow< T >::set_nx_ny | ( | int | width, |
| int | height | ||
| ) |
Definition at line 245 of file ImGuiImageWindow.cpp.
| bool ImGuiImageWindow< T >::b_trigger_update |
Definition at line 58 of file ImGuiImageWindow.h.
| ImGuiImageWindow<float>* ImGuiImageWindow< T >::fft_window |
Definition at line 57 of file ImGuiImageWindow.h.
| bool* ImGuiImageWindow< T >::pb_open |
Definition at line 56 of file ImGuiImageWindow.h.