library: libRGL #include "TGLPlotPainter.h" |
TGLPlotCoordinates
class description - header file - source file
viewCVS header - viewCVS source
class TGLPlotCoordinates
Function Members (Methods)
Display options:
public:
| TGLPlotCoordinates() |
virtual | ~TGLPlotCoordinates() |
static TClass* | Class() |
EGLCoordType | GetCoordType() const |
Double_t | GetFactor() const |
Int_t | GetFirstXBin() const |
Int_t | GetFirstYBin() const |
Int_t | GetFirstZBin() const |
Int_t | GetLastXBin() const |
Int_t | GetLastYBin() const |
Int_t | GetLastZBin() const |
Int_t | GetNXBins() const |
Int_t | GetNYBins() const |
Int_t | GetNZBins() const |
const pair<int,int>& | GetXBins() const |
Double_t | GetXLength() const |
Bool_t | GetXLog() const |
const pair<double,double>& | GetXRange() const |
const pair<double,double>& | GetXRangeScaled() const |
Double_t | GetXScale() const |
const pair<int,int>& | GetYBins() const |
Double_t | GetYLength() const |
Bool_t | GetYLog() const |
const pair<double,double>& | GetYRange() const |
const pair<double,double>& | GetYRangeScaled() const |
Double_t | GetYScale() const |
const pair<int,int>& | GetZBins() const |
Double_t | GetZLength() const |
Bool_t | GetZLog() const |
const pair<double,double>& | GetZRange() const |
const pair<double,double>& | GetZRangeScaled() const |
Double_t | GetZScale() const |
virtual TClass* | IsA() const |
Bool_t | Modified() const |
void | ResetModified() |
void | SetCoordType(EGLCoordType type) |
Bool_t | SetRanges(const TH1* hist, Bool_t errors = kFALSE, Bool_t zBins = kFALSE) |
void | SetXLog(Bool_t xLog) |
void | SetYLog(Bool_t yLog) |
void | SetZLog(Bool_t zLog) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
Data Members
private:
EGLCoordType | fCoordType | |
pair<int,int> | fXBins | |
pair<int,int> | fYBins | |
pair<int,int> | fZBins | |
Double_t | fXScale | |
Double_t | fYScale | |
Double_t | fZScale | |
pair<double,double> | fXRange | |
pair<double,double> | fYRange | |
pair<double,double> | fZRange | |
pair<double,double> | fXRangeScaled | |
pair<double,double> | fYRangeScaled | |
pair<double,double> | fZRangeScaled | |
Bool_t | fXLog | |
Bool_t | fYLog | |
Bool_t | fZLog | |
Bool_t | fModified | |
Double_t | fFactor | |
void SetCoordType(EGLCoordType type)
If coord type was changed, plot must reset sections (if any),
set fModified.
const Rgl::BinRange_t & GetXBins()
X bins range.
const Rgl::BinRange_t & GetYBins()
Y bins range.
const Rgl::BinRange_t & GetZBins()
Z bins range.
Author: Timur Pocheptsov 14/06/2006
Last update: root/gl:$Name: $:$Id: TGLPlotPainter.cxx,v 1.11 2006/11/24 15:57:45 couet Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.