42 #ifndef _VC_DISPLAY_H_ 
   43 #define _VC_DISPLAY_H_ 
   62         CVCDisplay(
bool doubleBuffer, 
bool show_overlay = 
false);
 
   86         int m_allocated_buffer;
 
   87         int m_allocated_backbuffer;
 
   88         unsigned char* restrict m_display_front;
 
   89         unsigned char* restrict m_display_back;
 
void enable_overlay() const 
void disable_overlay() const 
void make_current() const 
void show(const CByteImage *image)
CVCDisplay(bool doubleBuffer, bool show_overlay=false)
void overlay(const CByteImage *ovl)
void restore_default() const 
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...