12 #ifndef ROOT_TGLPShapeRef
13 #define ROOT_TGLPShapeRef
17 class TGLPhysicalShape;
21 friend class TGLPhysicalShape;
23 TGLPShapeRef(
const TGLPShapeRef&);
24 TGLPShapeRef& operator=(
const TGLPShapeRef&);
26 TGLPShapeRef * fNextPSRef;
29 TGLPhysicalShape * fPShape;
33 TGLPShapeRef(TGLPhysicalShape * shape);
34 virtual ~TGLPShapeRef();
36 TGLPhysicalShape * GetPShape()
const {
return fPShape; }
37 virtual void SetPShape(TGLPhysicalShape * shape);
38 virtual void PShapeModified();
40 ClassDef(TGLPShapeRef, 0);