This is just like ColourspaceBuffer, except it deleted the videobuffer on destruction. More...
#include <colourspacebuffer.h>
Public Member Functions | |
ColourspaceBuffer_managed (CVD::VideoBuffer< From > *buf) | |
~ColourspaceBuffer_managed () | |
Private Attributes | |
VideoBuffer< From > * | vb |
This is just like ColourspaceBuffer, except it deleted the videobuffer on destruction.
Definition at line 116 of file colourspacebuffer.h.
CVD::ColourspaceBuffer_managed< T, From >::ColourspaceBuffer_managed | ( | CVD::VideoBuffer< From > * | buf | ) | [inline] |
Construct a ColourspaceBuffer by wrapping it around another VideoBuffer
buf | The buffer that will provide the raw frames |
Definition at line 121 of file colourspacebuffer.h.
CVD::ColourspaceBuffer_managed< T, From >::~ColourspaceBuffer_managed | ( | ) | [inline] |
Definition at line 126 of file colourspacebuffer.h.
VideoBuffer<From>* CVD::ColourspaceBuffer_managed< T, From >::vb [private] |
Definition at line 132 of file colourspacebuffer.h.