12#ifndef ROOT_TGLQuadric 
   13#define ROOT_TGLQuadric 
   35     { 
if(
this!=&glq) 
fQuad=glq.
fQuad; 
return *
this; }
 
#define ClassDef(name, id)
Wrapper class for GLU quadric shape drawing object.
TGLQuadric()
Construct quadric.
TGLQuadric & operator=(const TGLQuadric &glq)
GLUquadric * Get()
Get the internal raw GLU quadric object. Created on first call.
virtual ~TGLQuadric()
Destroy quadric.
TGLQuadric(const TGLQuadric &glq)