|
| TGLIsoPainter (TH1 *hist, TGLPlotCamera *camera, TGLPlotCoordinates *coord) |
| Constructor. More...
|
|
void | AddOption (const TString &option) |
| No additional options for TGLIsoPainter. More...
|
|
char * | GetPlotInfo (Int_t px, Int_t py) |
| Return info for plot part under cursor. More...
|
|
Bool_t | InitGeometry () |
| Initializes meshes for 3d iso contours. More...
|
|
void | Pan (Int_t px, Int_t py) |
| User's moving mouse cursor, with middle mouse button pressed (for pad). More...
|
|
void | ProcessEvent (Int_t event, Int_t px, Int_t py) |
| Change color scheme. More...
|
|
void | StartPan (Int_t px, Int_t py) |
| User clicks right mouse button (in a pad). More...
|
|
| TGLPlotPainter (TGL5DDataSet *data, TGLPlotCamera *camera, TGLPlotCoordinates *coord) |
| TGLPlotPainter's ctor. More...
|
|
| TGLPlotPainter (TGLPlotCamera *camera) |
| TGLPlotPainter's ctor. More...
|
|
| TGLPlotPainter (TH1 *hist, TGLPlotCamera *camera, TGLPlotCoordinates *coord, Bool_t xoySelectable, Bool_t xozSelectable, Bool_t yozSelectable) |
| TGLPlotPainter's ctor. More...
|
|
virtual void | AddOption (const TString &stringOption)=0 |
|
Bool_t | CutAxisSelected () const |
|
virtual void | DeInitGL () const =0 |
|
virtual void | DrawPlot () const =0 |
|
Bool_t | GetDrawAxes () |
|
virtual Bool_t | InitGeometry ()=0 |
|
virtual void | InitGL () const =0 |
|
void | InvalidateSelection () |
| Selection must be updated. More...
|
|
virtual void | Paint () |
| Draw lego/surf/whatever you can. More...
|
|
virtual Bool_t | PlotSelected (Int_t px, Int_t py) |
| Read color buffer content to find selected object. More...
|
|
virtual void | ProcessEvent (Int_t event, Int_t px, Int_t py)=0 |
|
const TGLPlotBox & | RefBackBox () const |
|
void | SetDrawAxes (Bool_t s) |
|
void | SetDrawBackBox (Bool_t b) |
|
void | SetDrawFrontBox (Bool_t b) |
|
virtual void | SetFrameColor (const TColor *frameColor) |
| Set plot's back box color. More...
|
|
void | SetPadColor (const TColor *color) |
| Used in a pad. More...
|
|
void | SetPhysicalShapeColor (const Float_t *rgba) |
|
virtual void | StartPan (Int_t px, Int_t py)=0 |
|
virtual | ~TVirtualGLPainter () |
|
virtual char * | GetPlotInfo (Int_t px, Int_t py)=0 |
|
virtual void | Paint ()=0 |
|
virtual void | Pan (Int_t px, Int_t py)=0 |
|
virtual Bool_t | PlotSelected (Int_t px, Int_t py)=0 |
|