#include <post-processing-block-model.h>
|
| | post_processing_block_model (subdevice_model *owner, std::shared_ptr< post_processing_filter > block, std::function< rs2::frame(rs2::frame)> invoker, std::string &error_message, bool enabled=true) |
| |
| void | enable (bool e=true) |
| |
| std::shared_ptr< rs2::filter > | get_block () |
| |
| const std::string & | get_name () const |
| |
| option_model & | get_option (rs2_option opt) |
| |
| std::vector< rs2_option > | get_option_list () |
| |
| rs2::frame | invoke (rs2::frame f) const |
| |
| bool | is_enabled () const |
| |
| void | populate_options (const std::string &opt_base_label, subdevice_model *model, bool *options_invalidated, std::string &error_message) |
| |
| | processing_block_model (subdevice_model *owner, const std::string &name, std::shared_ptr< rs2::filter > block, std::function< rs2::frame(rs2::frame)> invoker, std::string &error_message, bool enabled=true) |
| |
| void | save_to_config_file () |
| |
| virtual | ~processing_block_model ()=default |
| |
| void rs2::post_processing_block_model::processing_block_enable_disable |
( |
bool |
actual | ) |
|
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file: