TGLPlotBox(const TGLPlotBox&) | |
TGLPlotBox(Bool_t xoySelectable, Bool_t xozSelectable, Bool_t yozSelectable) | |
virtual | ~TGLPlotBox() |
static TClass* | Class() |
void | DrawBox(Int_t selectedPart, Bool_t selectionPass, const vector<Double_t>& zLevels, Bool_t highColor) const |
Int_t | FindFrontPoint() const |
const TGLVertex3* | Get2DBox() const |
const TGLVertex3* | Get3DBox() const |
Int_t | GetFrontPoint() const |
virtual TClass* | IsA() const |
void | SetFrameColor(const TColor* color) |
void | SetPlotBox(const Rgl::Range_t& xRange, const Rgl::Range_t& yRange, const Rgl::Range_t& zRange) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
void | DrawBackPlane(Int_t plane, Bool_t selectionPass, const vector<Double_t>& zLevels) const |
static const Int_t | fgBackPairs[1073741823][2] | |
static const Int_t | fgFramePlanes[536870911][4] | |
static const Double_t | fgNormals[715827882][3] |
TGLVertex3 | f2DBox[8] | |
TGLVertex3 | f3DBox[8] | |
const TColor* | fFrameColor | |
Int_t | fFrontPoint | |
Bool_t | fSelectablePairs[4][2] | |
const Bool_t | fXOYSelectable | |
const Bool_t | fXOZSelectable | |
const Bool_t | fYOZSelectable |
Constructor. Front point is 0.
Draw back box for a plot.
Set up a frame box.
Draw back plane with number 'plane'
ClassDef macro adds some virtual functions, so, to supress g++ warnings virtual destructor declared.