#include <rs_frame_image.h>
Public Member Functions | |
void * | data () |
void const * | data () const |
long | nc () const |
long | nr () const |
rs_frame_image & | operator= (const rs_frame_image &)=default |
pixel_type const * | operator[] (unsigned const row) const |
rs_frame_image (rs2::video_frame const &f) | |
rs_frame_image () | |
size_t | size () const |
long | width_step () const |
Private Attributes | |
void * | _data |
rs2::video_frame | _frame |
long | _nc |
long | _nr |
Definition at line 18 of file rs_frame_image.h.
|
inline |
Definition at line 26 of file rs_frame_image.h.
|
inline |
Definition at line 38 of file rs_frame_image.h.
|
inline |
Definition at line 41 of file rs_frame_image.h.
|
inline |
Definition at line 42 of file rs_frame_image.h.
|
inline |
Definition at line 45 of file rs_frame_image.h.
|
inline |
Definition at line 44 of file rs_frame_image.h.
|
default |
|
inline |
Definition at line 48 of file rs_frame_image.h.
|
inline |
Definition at line 40 of file rs_frame_image.h.
|
inline |
Definition at line 46 of file rs_frame_image.h.
|
private |
Definition at line 20 of file rs_frame_image.h.
|
private |
Definition at line 23 of file rs_frame_image.h.
|
private |
Definition at line 22 of file rs_frame_image.h.
|
private |
Definition at line 21 of file rs_frame_image.h.