|
Index
C++ Code Documentation
opengl::PixMap
File: GEOM/opengl/PixMap.H
public:
- PixMap( uint width, uint height, Display *display );
 | constructor | |
- virtual ~PixMap();
 | destructor | |
- void make_current();
protected:
private:
- Display *_display;
- Pixmap _pixmap;
- GLXPixmap _glx_pixmap;
- GLXContext _context;
- PixMap( PixMap const & );
 | disabled copy constructor | |
- PixMap &operator=( PixMap const & );
 | disabled assignment operator | |
|