12#ifndef ROOT_TEvePolygonSetProjectedGL 
   13#define ROOT_TEvePolygonSetProjectedGL 
   27         if (i <= 
j) { 
fI = i; 
fJ = 
j; }
 
   28         else        { 
fI = 
j; 
fJ = i; }
 
 
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
GL-renderer for TEvePolygonSetProjected class.
 
void DrawOutline() const
Draw polygons outline.
 
void DrawHighlight(TGLRnrCtx &rnrCtx, const TGLPhysicalShape *pshp, Int_t lvl=-1) const override
Draw polygons in highlight mode.
 
void SetBBox() override
Setup bounding-box information.
 
ClassDefOverride(TEvePolygonSetProjectedGL, 0)
 
void DirectDraw(TGLRnrCtx &rnrCtx) const override
Do GL rendering.
 
TEvePolygonSetProjected * fM
 
TEvePolygonSetProjectedGL()
Constructor.
 
~TEvePolygonSetProjectedGL() override
 
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 SetModel(TObject *obj, const Option_t *opt=nullptr) override
Set model object.
 
A set of projected polygons.
 
Base-class for direct OpenGL renderers.
 
Concrete physical shape - a GL drawable.
 
The TGLRnrCtx class aggregates data for a given redering context as needed by various parts of the RO...
 
Mother of all ROOT objects.
 
bool operator<(const Edge_t &e) const