units-transform.h
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2019 Intel Corporation. All Rights Reserved.
3 
4 #pragma once
5 
6 #include "synthetic-stream.h"
7 
8 namespace rs2
9 {
10  class stream_profile;
11 }
12 
13 namespace librealsense
14 {
16  {
17  public:
19 
20  protected:
21  void update_configuration(const rs2::frame& f);
22  rs2::frame process_frame(const rs2::frame_source& source, const rs2::frame& f) override;
23  bool should_process(const rs2::frame& frame) override;
24 
25  private:
28 
30  size_t _width, _height, _stride;
31  size_t _bpp;
32  };
33 }
Definition: cah-model.h:10
GLdouble f
rs2::stream_profile _source_stream_profile
GLsizei GLsizei GLchar * source
optional_value< float > _depth_units
rs2::stream_profile _target_stream_profile


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:13