Helper class for plot-painters holding information about axis ranges, numbers of bins and flags if certain axis is logarithmic.
Definition at line 310 of file TGLPlotPainter.h.
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Private Member Functions | |
TGLPlotCoordinates (const TGLPlotCoordinates &) | |
TGLPlotCoordinates & | operator= (const TGLPlotCoordinates &) |
Bool_t | SetRangesCartesian (const TH1 *hist, Bool_t errors=kFALSE, Bool_t zBins=kFALSE) |
Set bin ranges, ranges, etc. | |
Bool_t | SetRangesCylindrical (const TH1 *hist) |
Set ranges cylindrical. | |
Bool_t | SetRangesPolar (const TH1 *hist) |
Set bin ranges, ranges, etc. | |
Bool_t | SetRangesSpherical (const TH1 *hist) |
Set ranges spherical. | |
#include <TGLPlotPainter.h>
TGLPlotCoordinates::TGLPlotCoordinates | ( | ) |
Constructor.
Definition at line 625 of file TGLPlotPainter.cxx.
|
virtual |
Destructor.
Definition at line 641 of file TGLPlotPainter.cxx.
|
private |
Definition at line 404 of file TGLPlotPainter.h.
Definition at line 404 of file TGLPlotPainter.h.
EGLCoordType TGLPlotCoordinates::GetCoordType | ( | ) | const |
Get coordinates type.
Definition at line 660 of file TGLPlotPainter.cxx.
Double_t TGLPlotCoordinates::GetFactor | ( | ) | const |
Get factor.
Definition at line 884 of file TGLPlotPainter.cxx.
|
inline |
Definition at line 385 of file TGLPlotPainter.h.
|
inline |
Definition at line 387 of file TGLPlotPainter.h.
|
inline |
Definition at line 389 of file TGLPlotPainter.h.
|
inline |
Definition at line 386 of file TGLPlotPainter.h.
|
inline |
Definition at line 388 of file TGLPlotPainter.h.
|
inline |
Definition at line 390 of file TGLPlotPainter.h.
Int_t TGLPlotCoordinates::GetNXBins | ( | ) | const |
Number of X bins.
Definition at line 762 of file TGLPlotPainter.cxx.
Int_t TGLPlotCoordinates::GetNYBins | ( | ) | const |
Number of Y bins.
Definition at line 770 of file TGLPlotPainter.cxx.
Int_t TGLPlotCoordinates::GetNZBins | ( | ) | const |
Number of Z bins.
Definition at line 778 of file TGLPlotPainter.cxx.
const Rgl::BinRange_t & TGLPlotCoordinates::GetXBins | ( | ) | const |
X bins range.
Definition at line 786 of file TGLPlotPainter.cxx.
Double_t TGLPlotCoordinates::GetXLength | ( | ) | const |
X length.
Definition at line 818 of file TGLPlotPainter.cxx.
Bool_t TGLPlotCoordinates::GetXLog | ( | ) | const |
Get X log.
Definition at line 680 of file TGLPlotPainter.cxx.
const Rgl::Range_t & TGLPlotCoordinates::GetXRange | ( | ) | const |
X range.
Definition at line 810 of file TGLPlotPainter.cxx.
const Rgl::Range_t & TGLPlotCoordinates::GetXRangeScaled | ( | ) | const |
Scaled range.
Definition at line 860 of file TGLPlotPainter.cxx.
|
inline |
Definition at line 381 of file TGLPlotPainter.h.
const Rgl::BinRange_t & TGLPlotCoordinates::GetYBins | ( | ) | const |
Y bins range.
Definition at line 794 of file TGLPlotPainter.cxx.
Double_t TGLPlotCoordinates::GetYLength | ( | ) | const |
Y length.
Definition at line 834 of file TGLPlotPainter.cxx.
Bool_t TGLPlotCoordinates::GetYLog | ( | ) | const |
Get Y log.
Definition at line 700 of file TGLPlotPainter.cxx.
const Rgl::Range_t & TGLPlotCoordinates::GetYRange | ( | ) | const |
Y range.
Definition at line 826 of file TGLPlotPainter.cxx.
const Rgl::Range_t & TGLPlotCoordinates::GetYRangeScaled | ( | ) | const |
Scaled range.
Definition at line 868 of file TGLPlotPainter.cxx.
|
inline |
Definition at line 382 of file TGLPlotPainter.h.
const Rgl::BinRange_t & TGLPlotCoordinates::GetZBins | ( | ) | const |
Z bins range.
Definition at line 802 of file TGLPlotPainter.cxx.
Double_t TGLPlotCoordinates::GetZLength | ( | ) | const |
Z length.
Definition at line 851 of file TGLPlotPainter.cxx.
Bool_t TGLPlotCoordinates::GetZLog | ( | ) | const |
Get Z log.
Definition at line 720 of file TGLPlotPainter.cxx.
const Rgl::Range_t & TGLPlotCoordinates::GetZRange | ( | ) | const |
Z range.
Definition at line 843 of file TGLPlotPainter.cxx.
const Rgl::Range_t & TGLPlotCoordinates::GetZRangeScaled | ( | ) | const |
Scaled range.
Definition at line 876 of file TGLPlotPainter.cxx.
|
inline |
Definition at line 383 of file TGLPlotPainter.h.
Definition at line 404 of file TGLPlotPainter.h.
Bool_t TGLPlotCoordinates::Modified | ( | ) | const |
Modified.
Definition at line 736 of file TGLPlotPainter.cxx.
|
private |
void TGLPlotCoordinates::ResetModified | ( | ) |
Reset modified.
Definition at line 728 of file TGLPlotPainter.cxx.
void TGLPlotCoordinates::SetCoordType | ( | EGLCoordType | type | ) |
If coord type was changed, plot must reset sections (if any), set fModified.
Definition at line 649 of file TGLPlotPainter.cxx.
Bool_t TGLPlotCoordinates::SetRanges | ( | const TAxis * | xAxis, |
const TAxis * | yAxis, | ||
const TAxis * | zAxis ) |
Set bin ranges, ranges, etc.
Definition at line 1024 of file TGLPlotPainter.cxx.
Bool_t TGLPlotCoordinates::SetRanges | ( | const TH1 * | hist, |
Bool_t | errors = kFALSE, | ||
Bool_t | zBins = kFALSE ) |
Set bin ranges, ranges.
Definition at line 744 of file TGLPlotPainter.cxx.
Set bin ranges, ranges, etc.
Definition at line 973 of file TGLPlotPainter.cxx.
|
private |
Set bin ranges, ranges, etc.
Definition at line 903 of file TGLPlotPainter.cxx.
Set ranges cylindrical.
Definition at line 1135 of file TGLPlotPainter.cxx.
Set bin ranges, ranges, etc.
Definition at line 1080 of file TGLPlotPainter.cxx.
Set ranges spherical.
Definition at line 1188 of file TGLPlotPainter.cxx.
void TGLPlotCoordinates::SetXLog | ( | Bool_t | xLog | ) |
If log changed, sections must be reset, set fModified.
Definition at line 669 of file TGLPlotPainter.cxx.
void TGLPlotCoordinates::SetYLog | ( | Bool_t | yLog | ) |
If log changed, sections must be reset, set fModified.
Definition at line 689 of file TGLPlotPainter.cxx.
void TGLPlotCoordinates::SetZLog | ( | Bool_t | zLog | ) |
If log changed, sections must be reset, set fModified.
Definition at line 709 of file TGLPlotPainter.cxx.
|
inline |
Definition at line 404 of file TGLPlotPainter.h.
|
private |
Definition at line 312 of file TGLPlotPainter.h.
|
private |
Definition at line 335 of file TGLPlotPainter.h.
|
private |
Definition at line 334 of file TGLPlotPainter.h.
|
private |
Definition at line 314 of file TGLPlotPainter.h.
|
private |
Definition at line 330 of file TGLPlotPainter.h.
|
private |
Definition at line 322 of file TGLPlotPainter.h.
|
private |
Definition at line 326 of file TGLPlotPainter.h.
|
private |
Definition at line 318 of file TGLPlotPainter.h.
|
private |
Definition at line 315 of file TGLPlotPainter.h.
|
private |
Definition at line 331 of file TGLPlotPainter.h.
|
private |
Definition at line 323 of file TGLPlotPainter.h.
|
private |
Definition at line 327 of file TGLPlotPainter.h.
|
private |
Definition at line 319 of file TGLPlotPainter.h.
|
private |
Definition at line 316 of file TGLPlotPainter.h.
|
private |
Definition at line 332 of file TGLPlotPainter.h.
|
private |
Definition at line 324 of file TGLPlotPainter.h.
|
private |
Definition at line 328 of file TGLPlotPainter.h.
|
private |
Definition at line 320 of file TGLPlotPainter.h.