| TGLBoxCut(const TGLPlotBox* plotBox) | |
| TGLBoxCut(const TGLBoxCut&) | |
| virtual | ~TGLBoxCut() | 
| static TClass* | Class() | 
| void | DrawBox(Bool_t selectionPass, Int_t selected) const | 
| virtual TClass* | IsA() const | 
| Bool_t | IsActive() const | 
| Bool_t | IsInCut(Double_t xMin, Double_t xMax, Double_t yMin, Double_t yMax, Double_t zMin, Double_t zMax) const | 
| void | MoveBox(Int_t px, Int_t py, Int_t axisID) | 
| void | SetFactor(Double_t f) | 
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) | 
| void | StartMovement(Int_t px, Int_t py) | 
| virtual void | Streamer(TBuffer& b) | 
| void | StreamerNVirtual(TBuffer& b) | 
| void | TurnOnOff() | 
| void | AdjustBox() | 
| Bool_t | fActive | |
| TGLVertex3 | fCenter | |
| Double_t | fFactor | |
| TPoint | fMousePos | |
| const TGLPlotBox *const | fPlotBox | |
| Double_t | fXLength | |
| pair<double,double> | fXRange | |
| Double_t | fYLength | |
| pair<double,double> | fYRange | |
| Double_t | fZLength | |
| pair<double,double> | fZRange | 

Check, if box defined by xmin/xmax etc. is in cut.
Class has ClassDef macro == virtual functions, so we need explicitly declared/defined dtor to supress warnings from g++