Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | List of all members
rs2::processing_block Class Reference

#include <rs_processing.hpp>

Inheritance diagram for rs2::processing_block:
rs2::options

Public Member Functions

template<class S >
void start (S on_frame)
 
template<class S >
S & operator>> (S &on_frame)
 
void invoke (frame f) const
 
void operator() (frame f) const
 
 processing_block (std::shared_ptr< rs2_processing_block > block)
 
template<class S >
 processing_block (S processing_function)
 
 operator rs2_options * () const
 
- Public Member Functions inherited from rs2::options
bool supports (rs2_option option) const
 
const char * get_option_description (rs2_option option) const
 
const char * get_option_value_description (rs2_option option, float val) const
 
float get_option (rs2_option option) const
 
option_range get_option_range (rs2_option option) const
 
void set_option (rs2_option option, float value) const
 
bool is_option_read_only (rs2_option option) const
 
optionsoperator= (const options &other)
 

Additional Inherited Members

- Protected Member Functions inherited from rs2::options
 options (rs2_options *o=nullptr)
 
template<class T >
optionsoperator= (const T &dev)
 
 options (const options &other)
 

Constructor & Destructor Documentation

§ processing_block() [1/2]

rs2::processing_block::processing_block ( std::shared_ptr< rs2_processing_block block)
inline

§ processing_block() [2/2]

template<class S >
rs2::processing_block::processing_block ( processing_function)
inline

Member Function Documentation

§ invoke()

void rs2::processing_block::invoke ( frame  f) const
inline

§ operator rs2_options *()

rs2::processing_block::operator rs2_options * ( ) const
inline

§ operator()()

void rs2::processing_block::operator() ( frame  f) const
inline

§ operator>>()

template<class S >
S& rs2::processing_block::operator>> ( S &  on_frame)
inline

§ start()

template<class S >
void rs2::processing_block::start ( on_frame)
inline

The documentation for this class was generated from the following file: