14 #ifndef ROOT_TGLCylinder
15 #define ROOT_TGLCylinder
21 class TGLCylinder :
public TGLLogicalShape
24 Double_t fR1, fR2, fR3, fR4;
26 Double_t fPhi1, fPhi2;
28 TGLVector3 fLowPlaneNorm, fHighPlaneNorm;
32 TGLCylinder(
const TBuffer3DTube & buffer);
35 virtual UInt_t DLOffset(Short_t lod)
const;
39 virtual ELODAxes SupportedLODAxes()
const {
return ELODAxes(kLODAxesX | kLODAxesY); }
40 virtual Short_t QuantizeShapeLOD(Short_t shapeLOD, Short_t combiLOD)
const;
41 virtual void DirectDraw(TGLRnrCtx & rnrCtx)
const;
44 ClassDef(TGLCylinder,0);