20#include "TGLIncludes.h" 
const char Option_t
Option string (const char)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
void Set(const TGLVertex3 vertex[8])
Set a bounding box from provided 8 vertices.
 
TGLBoundingBox fBoundingBox
Also plays the role of ID.
 
TGLParametricEquation * fM
 
void SetBBox() override
Setup bounding-box.
 
void DirectDraw(TGLRnrCtx &rnrCtx) const override
Render the object.
 
~TGLParametricEquationGL() override
Destructor.
 
Bool_t SetModel(TObject *obj, const Option_t *opt=nullptr) override
Set model object.
 
TGLParametricEquationGL()
Constructor.
 
Description of TGLPlot3D.
 
TGLPlotPainter * fPlotPainter
 
void SetPainter(TGLPlotPainter *p)
Set painter object and destroy the old one.
 
const TGLPlotBox & RefBackBox() const
 
virtual void DrawPlot() const =0
 
virtual Bool_t InitGeometry()=0
 
virtual void InitGL() const =0
 
virtual void AddOption(const TString &stringOption)=0
 
The TGLRnrCtx class aggregates data for a given redering context as needed by various parts of the RO...
 
Mother of all ROOT objects.