22 #ifndef _svlRenderTargets_h
23 #define _svlRenderTargets_h
43 virtual bool SetImage(
unsigned char* buffer,
int offsetx,
int offsety,
bool vflip) = 0;
44 virtual unsigned int GetWidth() = 0;
45 virtual unsigned int GetHeight() = 0;
58 static void Release(
unsigned int deviceID);
59 static void ReleaseAll();
67 #endif // _svlRenderTargets_h
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
svlRenderTargetBase()
Definition: svlRenderTargets.h:39
Definition: svlRenderTargets.h:49
virtual ~svlRenderTargetBase()
Definition: svlRenderTargets.h:40
Declaration of vctDynamicVector.
Macros to export the symbols of cisstStereoVision (in a Dll).
Definition: svlRenderTargets.h:34