Go to the source code of this file.
|
bool | rs2::big_button (bool *status, ux_window &win, int x, int y, const char *icon, const char *label, bool dropdown, bool enabled, const char *description, ImVec4 text_color=light_grey) |
|
float | rs2::evaluate_layout (const std::map< int, rect > &l) |
|
std::map< int, rect > | rs2::generate_layout (const rect &r, int top_bar_height, size_t factor, const std::set< stream_model * > &active_streams, std::map< stream_model *, int > &stream_index) |
|
template<typename T > |
T | rs2::non_negative (const T &input) |
|
std::vector< uint8_t > | rs2::read_fw_file (std::string file_path) |
|
#define ARCBALL_CAMERA_IMPLEMENTATION |