12#ifndef ROOT_TEveStraightLineSetGL 
   13#define ROOT_TEveStraightLineSetGL 
GL-renderer for TEveStraightLineSet class.
 
void ProcessSelection(TGLRnrCtx &rnrCtx, TGLSelectRecord &rec) override
Process results of the secondary selection.
 
Bool_t ShouldDLCache(const TGLRnrCtx &rnrCtx) const override
Override from TGLObject.
 
TEveStraightLineSetGL(const TEveStraightLineSetGL &)
 
TEveStraightLineSetGL & operator=(const TEveStraightLineSetGL &)
 
void SetBBox() override
Setup bounding box information.
 
Bool_t SetModel(TObject *obj, const Option_t *opt=nullptr) override
Set model object.
 
ClassDefOverride(TEveStraightLineSetGL, 0)
 
TEveStraightLineSetGL()
Constructor.
 
Bool_t IgnoreSizeForOfInterest() const override
Return true if size of this shape should be ignored when determining if the object should be drawn.
 
Bool_t SupportsSecondarySelect() const override
 
~TEveStraightLineSetGL() override
 
void DirectDraw(TGLRnrCtx &rnrCtx) const override
Render the line-set with GL.
 
Set of straight lines with optional markers along the lines.
 
Base-class for direct OpenGL renderers.
 
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.