12#ifndef ROOT_TGLPShapeObj 
   13#define ROOT_TGLPShapeObj 
   31   const char* 
GetName()
 const override { 
return "Selected"; }
 
 
#define ClassDefOverride(name, id)
 
Wrap TGLPysicalShape into TObject so that it can be edited using GED.
 
TGLPShapeObj(TGLPhysicalShape *sh, TGLViewer *v)
 
TGLPhysicalShape * fPShape
 
TGLPShapeObj & operator=(const TGLPShapeObj &)=delete
 
TGLPShapeObj(const TGLPShapeObj &)=delete
 
const char * GetName() const override
Returns name of object.
 
Concrete physical shape - a GL drawable.
 
Base GL viewer object - used by both standalone and embedded (in pad) GL.
 
Mother of all ROOT objects.