Paint TH3 histograms as "voxels" - colored boxes, transparent if transfer function was specified.
Definition at line 15 of file TGLVoxelPainter.h.
Public Member Functions | |
TGLVoxelPainter (TH1 *hist, TGLPlotCamera *camera, TGLPlotCoordinates *coord) | |
Constructor. | |
void | AddOption (const TString &stringOption) |
"z" draw palette or not. | |
char * | GetPlotInfo (Int_t px, Int_t py) |
Show box info (i, j, k, binContent). | |
Bool_t | InitGeometry () |
Set ranges, find min and max bin content. | |
void | Pan (Int_t px, Int_t py) |
User's moving mouse cursor, with middle mouse button pressed (for pad). | |
void | ProcessEvent (Int_t event, Int_t px, Int_t py) |
Remove sections, switch on/off box cut. | |
void | StartPan (Int_t px, Int_t py) |
User clicks right mouse button (in a pad). | |
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. | |
virtual void | Paint () |
Draw lego/surf/whatever you can. | |
virtual Bool_t | PlotSelected (Int_t px, Int_t py) |
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) |
Public Member Functions inherited from TVirtualGLPainter | |
virtual | ~TVirtualGLPainter () |
Private Member Functions | |
TGLVoxelPainter (const TGLVoxelPainter &)=delete | |
void | DeInitGL () const |
Return back some gl state variables. | |
void | DrawPalette () const |
Draw. Palette. | |
void | DrawPaletteAxis () const |
Draw. Palette. Axis. | |
void | DrawPlot () const |
Draw "voxels". | |
void | DrawSectionXOY () const |
Noop. | |
void | DrawSectionXOZ () const |
Noop. | |
void | DrawSectionYOZ () const |
Noop. | |
void | FindVoxelColor (Double_t binContent, Float_t *rgba) const |
Find box color. | |
Bool_t | HasSections () const |
void | InitGL () const |
Initialize some gl state variables. | |
TGLVoxelPainter & | operator= (const TGLVoxelPainter &)=delete |
void | PreparePalette () const |
Generate palette. | |
void | SetVoxelColor (const Float_t *rgba) const |
Set box color. | |
Private Attributes | |
std::vector< Double_t > | fLevels |
Rgl::Range_t | fMinMaxVal |
TGLLevelPalette | fPalette |
TString | fPlotInfo |
TF1 * | fTransferFunc |
#include <TGLVoxelPainter.h>
|
privatedelete |
TGLVoxelPainter::TGLVoxelPainter | ( | TH1 * | hist, |
TGLPlotCamera * | cam, | ||
TGLPlotCoordinates * | coord | ||
) |
"z" draw palette or not.
Implements TGLPlotPainter.
Definition at line 169 of file TGLVoxelPainter.cxx.
|
privatevirtual |
Return back some gl state variables.
Implements TGLPlotPainter.
Definition at line 215 of file TGLVoxelPainter.cxx.
|
private |
Draw. Palette.
Definition at line 354 of file TGLVoxelPainter.cxx.
|
privatevirtual |
Draw. Palette. Axis.
Reimplemented from TGLPlotPainter.
Definition at line 373 of file TGLVoxelPainter.cxx.
|
privatevirtual |
|
privatevirtual |
|
privatevirtual |
|
privatevirtual |
Find box color.
Definition at line 425 of file TGLVoxelPainter.cxx.
Show box info (i, j, k, binContent).
Implements TVirtualGLPainter.
Definition at line 39 of file TGLVoxelPainter.cxx.
|
private |
|
virtual |
Set ranges, find min and max bin content.
Implements TGLPlotPainter.
Definition at line 68 of file TGLVoxelPainter.cxx.
|
privatevirtual |
Initialize some gl state variables.
Implements TGLPlotPainter.
Definition at line 200 of file TGLVoxelPainter.cxx.
|
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 123 of file TGLVoxelPainter.cxx.
|
private |
Generate palette.
Definition at line 384 of file TGLVoxelPainter.cxx.
Remove sections, switch on/off box cut.
Implements TGLPlotPainter.
Definition at line 178 of file TGLVoxelPainter.cxx.
Set box color.
Definition at line 444 of file TGLVoxelPainter.cxx.
User clicks right mouse button (in a pad).
Implements TGLPlotPainter.
Definition at line 110 of file TGLVoxelPainter.cxx.
|
mutableprivate |
Definition at line 25 of file TGLVoxelPainter.h.
|
private |
Definition at line 19 of file TGLVoxelPainter.h.
|
mutableprivate |
Definition at line 24 of file TGLVoxelPainter.h.
|
private |
Definition at line 18 of file TGLVoxelPainter.h.
|
private |
Definition at line 59 of file TGLVoxelPainter.h.