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.
virtual void SetPShape(TGLPhysicalShape *shape)
Set the shape.
void AddReference(TGLPShapeRef *ref)
Add reference ref.
TGLPhysicalShape * fPShape
void RemoveReference(TGLPShapeRef *ref)
Remove reference ref.
TGLPShapeRef * fNextPSRef
TGLPShapeRef()
Default constructor.