Definition at line 63 of file TGLTH3Composition.h.
Public Member Functions | |
TGLTH3CompositionPainter (TGLTH3Composition *data, TGLPlotCamera *camera, TGLPlotCoordinates *coord) | |
Ctor. | |
void | AddOption (const TString &option) override |
No options for composition. | |
char * | GetPlotInfo (Int_t px, Int_t py) override |
Will be never called from TPad. | |
Bool_t | InitGeometry () override |
TClass * | IsA () const override |
void | Pan (Int_t px, Int_t py) override |
User's moving mouse cursor, with middle mouse button pressed (for pad). | |
void | ProcessEvent (Int_t event, Int_t px, Int_t py) override |
Switch on/off box cut. | |
void | StartPan (Int_t px, Int_t py) override |
Move plot or box cut. | |
void | Streamer (TBuffer &) override |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TGLPlotPainter | |
TGLPlotPainter (TGL5DDataSet *data, TGLPlotCamera *camera, TGLPlotCoordinates *coord) | |
TGLPlotPainter's ctor. | |
TGLPlotPainter (TGLPlotCamera *camera) | |
TGLPlotPainter's ctor. | |
TGLPlotPainter (TH1 *hist, TGLPlotCamera *camera, TGLPlotCoordinates *coord, Bool_t xoySelectable, Bool_t xozSelectable, Bool_t yozSelectable) | |
TGLPlotPainter's ctor. | |
Bool_t | CutAxisSelected () const |
Bool_t | GetDrawAxes () |
void | InvalidateSelection () |
Selection must be updated. | |
void | Paint () override |
Draw lego/surf/whatever you can. | |
Bool_t | PlotSelected (Int_t px, Int_t py) override |
Read color buffer content to find selected object. | |
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. | |
void | SetPadColor (const TColor *color) |
Used in a pad. | |
void | SetPhysicalShapeColor (const Float_t *rgba) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TVirtualGLPainter | |
virtual | ~TVirtualGLPainter () |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TGLPlotPainter | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TVirtualGLPainter | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Private Member Functions | |
TGLTH3CompositionPainter (const TGLTH3CompositionPainter &)=delete | |
void | DeInitGL () const override |
Return back some gl state variables. | |
void | DrawPlot () const override |
Draw composition of TH3s. | |
void | DrawSectionXOY () const override |
void | DrawSectionXOZ () const override |
void | DrawSectionYOZ () const override |
void | InitGL () const override |
Initialize some gl state variables. | |
TGLTH3CompositionPainter & | operator= (const TGLTH3CompositionPainter &)=delete |
void | SetColor (Int_t color) const |
Set material. | |
Private Attributes | |
TGLTH3Composition * | fData |
std::pair< Double_t, Double_t > | fMinMaxVal |
TGLQuadric | fQuadric |
#include <TGLTH3Composition.h>
TGLTH3CompositionPainter::TGLTH3CompositionPainter | ( | TGLTH3Composition * | data, |
TGLPlotCamera * | camera, | ||
TGLPlotCoordinates * | coord | ||
) |
Ctor.
Definition at line 116 of file TGLTH3Composition.cxx.
|
privatedelete |
|
overridevirtual |
No options for composition.
Implements TGLPlotPainter.
Definition at line 232 of file TGLTH3Composition.cxx.
|
static |
|
inlinestaticconstexpr |
Definition at line 98 of file TGLTH3Composition.h.
|
inlinestatic |
Definition at line 98 of file TGLTH3Composition.h.
|
overrideprivatevirtual |
Return back some gl state variables.
Implements TGLPlotPainter.
Definition at line 274 of file TGLTH3Composition.cxx.
|
overrideprivatevirtual |
Draw composition of TH3s.
Implements TGLPlotPainter.
Definition at line 286 of file TGLTH3Composition.cxx.
|
inlineoverrideprivatevirtual |
Implements TGLPlotPainter.
Definition at line 86 of file TGLTH3Composition.h.
|
inlineoverrideprivatevirtual |
Implements TGLPlotPainter.
Definition at line 84 of file TGLTH3Composition.h.
|
inlineoverrideprivatevirtual |
Implements TGLPlotPainter.
Definition at line 85 of file TGLTH3Composition.h.
Will be never called from TPad.
Implements TVirtualGLPainter.
Definition at line 126 of file TGLTH3Composition.cxx.
|
overridevirtual |
Implements TGLPlotPainter.
Definition at line 134 of file TGLTH3Composition.cxx.
|
overrideprivatevirtual |
Initialize some gl state variables.
Implements TGLPlotPainter.
Definition at line 260 of file TGLTH3Composition.cxx.
|
inlineoverridevirtual |
Reimplemented from TGLPlotPainter.
Definition at line 98 of file TGLTH3Composition.h.
|
privatedelete |
User's moving mouse cursor, with middle mouse button pressed (for pad).
Calculate 3d shift related to 2d mouse movement.
Implements TVirtualGLPainter.
Definition at line 194 of file TGLTH3Composition.cxx.
Switch on/off box cut.
Implements TGLPlotPainter.
Definition at line 239 of file TGLTH3Composition.cxx.
|
private |
Set material.
Definition at line 404 of file TGLTH3Composition.cxx.
Move plot or box cut.
Implements TGLPlotPainter.
Definition at line 182 of file TGLTH3Composition.cxx.
|
overridevirtual |
Reimplemented from TGLPlotPainter.
|
inline |
Definition at line 98 of file TGLTH3Composition.h.
|
private |
Definition at line 90 of file TGLTH3Composition.h.
Definition at line 91 of file TGLTH3Composition.h.
|
mutableprivate |
Definition at line 93 of file TGLTH3Composition.h.