39   auto sv = 
new TEveViewer(
"Stereo GL", 
"Stereoscopic view");
 
   60   v->ColorSet().Background().SetColor(
kMagenta + 4);
 
   62   v->RefreshPadEditor(
v);
 
   64   v->CurrentCamera().RotateRad(-1.2, 0.5);
 
bool Bool_t
Boolean (0=false, 1=true) (bool)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
R__EXTERN TEveManager * gEve
 
R__EXTERN TGeoManager * gGeoManager
 
A wrapper over a TGeoNode, possibly displaced with a global trasformation stored in TEveElement.
 
void AddGlobalElement(TEveElement *element, TEveElement *parent=nullptr)
Add a global element, i.e.
 
TEveViewerList * GetViewers() const
 
TGLViewer * GetDefaultGLViewer() const
Get TGLViewer of the default TEveViewer.
 
TEveScene * GetGlobalScene() const
 
TEveBrowser * GetBrowser() const
 
void EditElement(TEveElement *element)
Show element in default editor.
 
TEveGedEditor * GetEditor() const
Returns main object editor.
 
static TEveManager * Create(Bool_t map_window=kTRUE, Option_t *opt="FIV")
If global TEveManager* gEve is not set initialize it.
 
void FullRedraw3D(Bool_t resetCameras=kFALSE, Bool_t dropLogicals=kFALSE)
Perform 3D redraw of all scenes and viewers.
 
TGeoManager * GetGeometry(const TString &filename)
Get geometry with given filename.
 
void AddElement(TEveElement *el) override
Call base-class implementation.
 
Eve representation of TGLViewer.
 
Description of TEveWindowSlot.
 
static TEveWindowSlot * CreateWindowInTab(TGTab *tab, TEveWindow *eve_parent=nullptr)
Create a new tab in a given tab-widget and populate it with a default window-slot.
 
static Bool_t SetCacheFileDir(std::string_view cacheDir, Bool_t operateDisconnected=kTRUE, Bool_t forceCacheread=kFALSE)
Sets the directory where to locally stage/cache remote files.
 
void SetClipType(TGLClip::EType type)
Set current clip active in viewer - 'type' is one of kClipNone kClipPlane or kClipBox.
 
TGLClipSet * GetClipSet() const
 
virtual Bool_t SetTab(Int_t tabIndex, Bool_t emit=kTRUE)
Brings the composite frame with the index tabIndex to the front and generate the following event if t...
 
void DefaultColors()
Set default volume colors according to A of material.
 
TGeoNode * FindNode(Bool_t safe_start=kTRUE)
Returns deepest node containing current point.
 
TGeoVolume * GetTopVolume() const
 
TGeoVolume * GetVolume() const
 
TGeoNode * FindNode(const char *name) const
search a daughter inside the list of nodes
 
TGTab * GetTabRight() const