12#ifndef ROOT_TEveLineGL 
   13#define ROOT_TEveLineGL 
GL-renderer for TEveLine class.
 
ClassDefOverride(TEveLineGL, 0)
 
TEveLineGL & operator=(const TEveLineGL &)
 
void DirectDraw(TGLRnrCtx &rnrCtx) const override
Direct GL rendering for TEveLine.
 
Bool_t SetModel(TObject *obj, const Option_t *opt=nullptr) override
Set model object.
 
TEveLineGL(const TEveLineGL &)
 
An arbitrary polyline with fixed line and marker attributes.
 
The TGLRnrCtx class aggregates data for a given redering context as needed by various parts of the RO...
 
TGLScene provides management and rendering of ROOT's default 3D /object representation as logical and...
 
Base GL viewer object - used by both standalone and embedded (in pad) GL.
 
Mother of all ROOT objects.
 
Direct OpenGL renderer for TPointSet3D.