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