12 #ifndef ROOT_TGLPShapeRef 13 #define ROOT_TGLPShapeRef
TGLPhysicalShape * GetPShape() const
TGLPShapeRef & operator=(const TGLPShapeRef &)
Concrete physical shape - a GL drawable.
#define ClassDef(name, id)
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.
virtual void SetPShape(TGLPhysicalShape *shape)
Set the shape.
TGLPhysicalShape * fPShape
TGLPShapeRef * fNextPSRef
TGLPShapeRef()
Default constructor.