12#ifndef ROOT_TEveTrackGL 
   13#define ROOT_TEveTrackGL 
GL-renderer for TEveLine class.
 
GL-renderer for TEveTrack class.
 
TEveTrackGL()
Default constructor.
 
ClassDefOverride(TEveTrackGL, 0)
 
void RenderPathMarksAndFirstVertex(TGLRnrCtx &rnrCtx) const
Render path-marks and the first vertex, if required.
 
Bool_t SupportsSecondarySelect() const override
 
Bool_t SetModel(TObject *obj, const Option_t *opt=nullptr) override
Set model object.
 
void ProcessSelection(TGLRnrCtx &rnrCtx, TGLSelectRecord &rec) override
Processes secondary selection from TGLViewer.
 
TEveTrackGL & operator=(const TEveTrackGL &)
 
void DirectDraw(TGLRnrCtx &rnrCtx) const override
GL rendering code.
 
TEveTrackGL(const TEveTrackGL &)
 
Visual representation of a track.
 
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...
 
Standard selection record including information about containing scene and details ob out selected ob...
 
Base GL viewer object - used by both standalone and embedded (in pad) GL.
 
Mother of all ROOT objects.