Public Member Functions | |
| bool | render (const float3 &location, bool enabled) |
Static Public Member Functions | |
| static bool | is_all_integers (const rs2::option_range &range) |
Public Attributes | |
| std::string | description |
| bool | is_int |
| std::string | label |
| std::string | name |
| rs2::option_range | range |
| float | value |
Helper class for controlling the filter's GUI element
Definition at line 18 of file rs-post-processing.cpp.
|
static |
Helper function for deciding on int ot float slider
Definition at line 340 of file rs-post-processing.cpp.
| bool filter_slider_ui::render | ( | const float3 & | location, |
| bool | enabled | ||
| ) |
Definition at line 293 of file rs-post-processing.cpp.
| std::string filter_slider_ui::description |
Definition at line 22 of file rs-post-processing.cpp.
| bool filter_slider_ui::is_int |
Definition at line 23 of file rs-post-processing.cpp.
| std::string filter_slider_ui::label |
Definition at line 21 of file rs-post-processing.cpp.
| std::string filter_slider_ui::name |
Definition at line 20 of file rs-post-processing.cpp.
| rs2::option_range filter_slider_ui::range |
Definition at line 25 of file rs-post-processing.cpp.
| float filter_slider_ui::value |
Definition at line 24 of file rs-post-processing.cpp.