Public Member Functions | |
TGLSelectionBuffer () | |
TGLSelectionBuffer constructor. More... | |
virtual | ~TGLSelectionBuffer () |
TGLSelectionBuffer destructor. More... | |
const UChar_t * | GetPixelColor (Int_t px, Int_t py) const |
Get pixel color. More... | |
void | ReadColorBuffer (Int_t width, Int_t height) |
Read color buffer. More... | |
void | ReadColorBuffer (Int_t x, Int_t y, Int_t width, Int_t height) |
Read color buffer. More... | |
Private Member Functions | |
TGLSelectionBuffer (const TGLSelectionBuffer &) | |
TGLSelectionBuffer & | operator= (const TGLSelectionBuffer &) |
Private Attributes | |
std::vector< UChar_t > | fBuffer |
Int_t | fHeight |
Int_t | fWidth |
#include <TGLUtil.h>
TGLSelectionBuffer::TGLSelectionBuffer | ( | ) |
TGLSelectionBuffer constructor.
Definition at line 2788 of file TGLUtil.cxx.
|
virtual |
TGLSelectionBuffer destructor.
Definition at line 2796 of file TGLUtil.cxx.
|
private |
Get pixel color.
Definition at line 2827 of file TGLUtil.cxx.
|
private |
Read color buffer.
Definition at line 2803 of file TGLUtil.cxx.
Read color buffer.
Definition at line 2815 of file TGLUtil.cxx.