gtsam_points
Loading...
Searching...
No Matches
include
guik
viewer
info_window.hpp
Go to the documentation of this file.
1
#ifndef GUIK_INFO_WINDOW_HPP
2
#define GUIK_INFO_WINDOW_HPP
3
4
#include <future>
5
#include <
guik/viewer/light_viewer.hpp
>
6
7
namespace
guik
{
8
9
class
LightViewer::InfoWindow
{
10
public
:
11
InfoWindow
();
12
~InfoWindow
();
13
14
bool
draw_ui
();
15
16
private
:
17
std::string get_cpu_info()
const
;
18
std::string get_gpu_info()
const
;
19
20
private
:
21
bool
show_cpu_info;
22
std::string cpu_info;
23
std::future<std::string> async_cpu_info;
24
25
bool
show_gpu_info;
26
std::string gpu_info;
27
std::future<std::string> async_gpu_info;
28
};
29
}
30
31
#endif
guik::LightViewer::InfoWindow
Definition
info_window.hpp:9
guik::LightViewer::InfoWindow::~InfoWindow
~InfoWindow()
guik::LightViewer::InfoWindow::draw_ui
bool draw_ui()
guik::LightViewer::InfoWindow::InfoWindow
InfoWindow()
light_viewer.hpp
guik
Definition
drawable_container.hpp:9
Generated by
1.9.8