12 #ifndef ROOT_TGLPShapeRef
13 #define ROOT_TGLPShapeRef
ClassDef(TGLPShapeRef, 0)
TGLPShapeRef & operator=(const TGLPShapeRef &)
Concrete physical shape - a GL drawable.
virtual void PShapeModified()
This is called from physical shape when it is modified.
Base class for references to TGLPysicalShape that need to be notified when the shape is destroyed...
virtual ~TGLPShapeRef()
Destructor - unreference the shape if set.
TGLPhysicalShape * GetPShape() const
virtual void SetPShape(TGLPhysicalShape *shape)
Set the shape.
TGLPhysicalShape * fPShape
TGLPShapeRef * fNextPSRef
TGLPShapeRef()
Default constructor.