Public Member Functions | |
| TGLSelectionBuffer () | |
| TGLSelectionBuffer constructor. | |
| virtual | ~TGLSelectionBuffer () |
| TGLSelectionBuffer destructor. | |
| const UChar_t * | GetPixelColor (Int_t px, Int_t py) const |
| Get pixel color. | |
| void | ReadColorBuffer (Int_t width, Int_t height) |
| Read color buffer. | |
| void | ReadColorBuffer (Int_t x, Int_t y, Int_t width, Int_t height) |
| Read color buffer. | |
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 2787 of file TGLUtil.cxx.
|
virtual |
TGLSelectionBuffer destructor.
Definition at line 2795 of file TGLUtil.cxx.
|
private |
Get pixel color.
Definition at line 2826 of file TGLUtil.cxx.
|
private |
Read color buffer.
Definition at line 2802 of file TGLUtil.cxx.
Read color buffer.
Definition at line 2814 of file TGLUtil.cxx.