Public Member Functions | |
filter_options (const std::string name, rs2::filter &filter) | |
filter_options (filter_options &&other) | |
Public Attributes | |
rs2::filter & | filter |
std::string | filter_name |
std::atomic_bool | is_enabled |
std::map< rs2_option, filter_slider_ui > | supported_options |
Class to encapsulate a filter alongside its options
Definition at line 34 of file rs-post-processing.cpp.
filter_options::filter_options | ( | const std::string | name, |
rs2::filter & | flt | ||
) |
Constructor for filter_options, takes a name and a filter.
Definition at line 354 of file rs-post-processing.cpp.
filter_options::filter_options | ( | filter_options && | other | ) |
Definition at line 385 of file rs-post-processing.cpp.
rs2::filter& filter_options::filter |
Definition at line 40 of file rs-post-processing.cpp.
std::string filter_options::filter_name |
Definition at line 39 of file rs-post-processing.cpp.
std::atomic_bool filter_options::is_enabled |
Definition at line 42 of file rs-post-processing.cpp.
std::map<rs2_option, filter_slider_ui> filter_options::supported_options |
Definition at line 41 of file rs-post-processing.cpp.