Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::REveManager Class Reference

Definition at line 46 of file REveManager.hxx.

Classes

class  ChangeGuard
 
struct  Conn
 
struct  Logger
 
class  MIR
 
class  RExceptionHandler
 
class  ServerState
 

Public Member Functions

 REveManager ()
 
virtual ~REveManager ()
 Destructor.
 
void AddElement (REveElement *element, REveElement *parent=nullptr)
 Add an element.
 
void AddGlobalElement (REveElement *element, REveElement *parent=nullptr)
 Add a global element, i.e.
 
void AddLocation (const std::string &name, const std::string &path)
 Register new directory to THttpServer.
 
void AllowMultipleRemoteConnections (bool loopBack=true, bool useAuthKey=true)
 Utility function to allow remote RWebWindow connections.
 
void AssignElementId (REveElement *element)
 Assign a unique ElementId to given element.
 
void BeginChange ()
 
void BrowseElement (ElementId_t id)
 Activate EVE browser (summary view) for specified element id.
 
void ClearAllSelections ()
 Clear all selection objects.
 
void ClearROOTClassSaved ()
 Work-around uber ugly hack used in SavePrimitive and co.
 
bool ClientConnectionsFree () const
 
void ConnectEveViewer (REveViewer *)
 
void DisableRedraw ()
 
void DisconnectEveViewer (REveViewer *)
 
void DoRedraw3D ()
 Perform 3D redraw of scenes and viewers whose contents has changed.
 
void EnableRedraw ()
 
void EndChange ()
 
REveElementFindElementById (ElementId_t id) const
 Lookup ElementId in element map and return corresponding REveElement*.
 
REveElementFindVizDBEntry (const TString &tag)
 Find a visualization-parameter database entry corresponding to tag.
 
void FullRedraw3D (Bool_t resetCameras=kFALSE, Bool_t dropLogicals=kFALSE)
 Perform 3D redraw of all scenes and viewers.
 
TGeoManagerGetDefaultGeometry ()
 Get the default geometry.
 
REveViewerGetDefaultViewer () const
 Get the default viewer.
 
REveSceneGetEventScene () const
 
RExceptionHandlerGetExcHandler () const
 
TGeoManagerGetGeometry (const TString &filename)
 Get geometry with given filename.
 
TGeoManagerGetGeometryByAlias (const TString &alias)
 Get geometry with given alias.
 
REveSceneGetGlobalScene () const
 
REveSelectionGetHighlight () const
 
Bool_t GetKeepEmptyCont () const
 
REveSceneListGetScenes () const
 
REveSelectionGetSelection () const
 
void GetServerStatus (REveServerStatus &)
 
REveViewerListGetViewers () const
 
Bool_t GetVizDBReplace () const
 
Bool_t GetVizDBUpdate () const
 
std::shared_ptr< ROOT::RWebWindowGetWebWindow () const
 
REveSceneGetWorld () const
 
Bool_t InsertVizDBEntry (const TString &tag, REveElement *model)
 Insert a new visualization-parameter database entry with the default parameters for replace and update, as specified by members fVizDBReplace(default=kTRUE) and fVizDBUpdate(default=kTRUE).
 
Bool_t InsertVizDBEntry (const TString &tag, REveElement *model, Bool_t replace, Bool_t update)
 Insert a new visualization-parameter database entry.
 
bool IsRCore () const
 
void LoadVizDB (const TString &filename)
 Load visualization-parameter database from file filename.
 
void LoadVizDB (const TString &filename, Bool_t replace, Bool_t update)
 Load visualization-parameter database from file filename.
 
void PreDeleteElement (REveElement *element)
 Called from REveElement prior to its destruction so the framework components (like object editor) can unreference it.
 
void Redraw3D (Bool_t resetCameras=kFALSE, Bool_t dropLogicals=kFALSE)
 
void RegisterGeometryAlias (const TString &alias, const TString &filename)
 Register 'name' as an alias for geometry file 'filename'.
 
void RegisterRedraw3D ()
 
void RemoveElement (REveElement *element, REveElement *parent)
 Remove element from parent.
 
void SaveVizDB (const TString &filename)
 Save visualization-parameter database to file filename.
 
void SceneSubscriberProcessingChanges (unsigned cinnId)
 
void SceneSubscriberWaitingResponse (unsigned cinnId)
 
void ScheduleMIR (const std::string &cmd, ElementId_t i, const std::string &ctype, unsigned connid)
 
void Send (unsigned connid, const std::string &data)
 
void SendBinary (unsigned connid, const void *data, std::size_t len)
 
void SetClientVersion (const std::string &version)
 Set client version, used as prefix in scripts URL When changed, web browser will reload all related JS files while full URL will be different Default is empty value - no extra string in URL Version should be string like "1.2" or "ver1.subv2" and not contain any special symbols.
 
void SetDefaultHtmlPage (const std::string &path)
 Set content of default window HTML page.
 
void SetKeepEmptyCont (Bool_t k)
 
void SetVizDBReplace (Bool_t r)
 
void SetVizDBUpdate (Bool_t u)
 
void Show (const RWebDisplayArgs &args="")
 Show eve manager in specified browser.
 
REveSceneSpawnNewScene (const char *name, const char *title="")
 Create a new scene.
 
REveViewerSpawnNewViewer (const char *name, const char *title="")
 Create a new GL viewer.
 

Static Public Member Functions

static REveManagerCreate ()
 If global REveManager* REX::gEve is not set initialize it.
 
static void ErrorHandler (Int_t level, Bool_t abort, const char *location, const char *msg)
 
static void ExecuteInMainThread (std::function< void()> func)
 
static void QuitRoot ()
 
static void Terminate ()
 Properly terminate global REveManager.
 

Protected Member Functions

void ExecuteMIR (std::shared_ptr< MIR > mir)
 
void MIRExecThread ()
 
void SendSceneChanges ()
 
void StreamSceneChangesToJson ()
 
void WindowConnect (unsigned connid)
 Process new connection from web window.
 
void WindowData (unsigned connid, const std::string &arg)
 Process data from web window.
 
void WindowDisconnect (unsigned connid)
 Process disconnect of web window.
 

Protected Attributes

std::vector< ConnfConnList
 
Bool_t fDropLogicals {kFALSE}
 
std::unordered_map< ElementId_t, REveElement * > fElementIdMap
 
REveScenefEventScene {nullptr}
 
RExceptionHandlerfExcHandler {nullptr}
 exception handler
 
TMapfGeometries {nullptr}
 
TMapfGeometryAliases {nullptr}
 
REveScenefGlobalScene {nullptr}
 
REveSelectionfHighlight {nullptr}
 
bool fIsRCore {false}
 
Bool_t fKeepEmptyCont {kFALSE}
 
ElementId_t fLastElementId {0}
 
Logger fLogger
 
ElementId_t fMaxElementIds {std::numeric_limits<ElementId_t>::max()}
 
std::unordered_map< std::string, std::shared_ptr< TMethodCall > > fMethCallMap
 
std::thread fMIRExecThread
 
std::queue< std::shared_ptr< MIR > > fMIRqueue
 
ElementId_t fNumElementIds {0}
 
Bool_t fResetCameras {kFALSE}
 
REveSceneListfScenes {nullptr}
 
REveSelectionfSelection {nullptr}
 
REveElementfSelectionList {nullptr}
 
ServerState fServerState
 
REveServerStatus fServerStatus
 
REveViewerListfViewers {nullptr}
 
TMapfVizDB {nullptr}
 
Bool_t fVizDBReplace {kFALSE}
 
Bool_t fVizDBUpdate {kFALSE}
 
std::shared_ptr< ROOT::RWebWindowfWebWindow
 
REveScenefWorld {nullptr}
 

Private Member Functions

 REveManager (const REveManager &)=delete
 
REveManageroperator= (const REveManager &)=delete
 

#include <ROOT/REveManager.hxx>

Constructor & Destructor Documentation

◆ REveManager() [1/2]

ROOT::Experimental::REveManager::REveManager ( const REveManager )
privatedelete

◆ REveManager() [2/2]

REveManager::REveManager ( )

Definition at line 86 of file REveManager.cxx.

◆ ~REveManager()

REveManager::~REveManager ( )
virtual

Destructor.

Definition at line 190 of file REveManager.cxx.

Member Function Documentation

◆ AddElement()

void REveManager::AddElement ( REveElement element,
REveElement parent = nullptr 
)

Add an element.

If parent is not specified it is added into current event (which is created if does not exist).

Definition at line 280 of file REveManager.cxx.

◆ AddGlobalElement()

void REveManager::AddGlobalElement ( REveElement element,
REveElement parent = nullptr 
)

Add a global element, i.e.

one that does not change on each event, like geometry or projection manager. If parent is not specified it is added to a global scene.

Definition at line 294 of file REveManager.cxx.

◆ AddLocation()

void REveManager::AddLocation ( const std::string &  name,
const std::string &  path 
)

Register new directory to THttpServer.

Definition at line 652 of file REveManager.cxx.

◆ AllowMultipleRemoteConnections()

void REveManager::AllowMultipleRemoteConnections ( bool  loopBack = true,
bool  requireAuthKey = true 
)

Utility function to allow remote RWebWindow connections.

Disable loopback when use remote client. Authentification key has to be disabled in the case of multiple connections. The default arguments prevent remote connections for the security reasons.

Definition at line 619 of file REveManager.cxx.

◆ AssignElementId()

void REveManager::AssignElementId ( REveElement element)

Assign a unique ElementId to given element.

Definition at line 323 of file REveManager.cxx.

◆ BeginChange()

void REveManager::BeginChange ( )

Definition at line 1166 of file REveManager.cxx.

◆ BrowseElement()

void REveManager::BrowseElement ( ElementId_t  id)

Activate EVE browser (summary view) for specified element id.

Definition at line 348 of file REveManager.cxx.

◆ ClearAllSelections()

void REveManager::ClearAllSelections ( )

Clear all selection objects.

Can make things easier for EVE when going to the next event. Still, destruction os selected object should still work correctly as long as it is executed within a change cycle.

Definition at line 269 of file REveManager.cxx.

◆ ClearROOTClassSaved()

void REveManager::ClearROOTClassSaved ( )

Work-around uber ugly hack used in SavePrimitive and co.

Definition at line 639 of file REveManager.cxx.

◆ ClientConnectionsFree()

bool REveManager::ClientConnectionsFree ( ) const

Definition at line 1126 of file REveManager.cxx.

◆ ConnectEveViewer()

void REveManager::ConnectEveViewer ( REveViewer view)

Definition at line 1105 of file REveManager.cxx.

◆ Create()

REveManager * REveManager::Create ( )
static

If global REveManager* REX::gEve is not set initialize it.

Returns REX::gEve.

Definition at line 680 of file REveManager.cxx.

◆ DisableRedraw()

void ROOT::Experimental::REveManager::DisableRedraw ( )
inline

Definition at line 203 of file REveManager.hxx.

◆ DisconnectEveViewer()

void REveManager::DisconnectEveViewer ( REveViewer view)

Definition at line 1096 of file REveManager.cxx.

◆ DoRedraw3D()

void REveManager::DoRedraw3D ( )

Perform 3D redraw of scenes and viewers whose contents has changed.

Definition at line 251 of file REveManager.cxx.

◆ EnableRedraw()

void ROOT::Experimental::REveManager::EnableRedraw ( )
inline

Definition at line 204 of file REveManager.hxx.

◆ EndChange()

void REveManager::EndChange ( )

Definition at line 1181 of file REveManager.cxx.

◆ ErrorHandler()

void REveManager::ErrorHandler ( Int_t  level,
Bool_t  abort,
const char *  location,
const char *  msg 
)
static

Definition at line 1229 of file REveManager.cxx.

◆ ExecuteInMainThread()

void REveManager::ExecuteInMainThread ( std::function< void()>  func)
static

Definition at line 704 of file REveManager.cxx.

◆ ExecuteMIR()

void REveManager::ExecuteMIR ( std::shared_ptr< MIR mir)
protected

Definition at line 909 of file REveManager.cxx.

◆ FindElementById()

REveElement * REveManager::FindElementById ( ElementId_t  id) const

Lookup ElementId in element map and return corresponding REveElement*.

Returns nullptr if the id is not found

Definition at line 314 of file REveManager.cxx.

◆ FindVizDBEntry()

REveElement * REveManager::FindVizDBEntry ( const TString tag)

Find a visualization-parameter database entry corresponding to tag.

If the entry is not found 0 is returned.

Definition at line 451 of file REveManager.cxx.

◆ FullRedraw3D()

void REveManager::FullRedraw3D ( Bool_t  resetCameras = kFALSE,
Bool_t  dropLogicals = kFALSE 
)

Perform 3D redraw of all scenes and viewers.

Definition at line 259 of file REveManager.cxx.

◆ GetDefaultGeometry()

TGeoManager * REveManager::GetDefaultGeometry ( )

Get the default geometry.

It should be registered via RegisterGeometryName("Default", <URL>).

Definition at line 599 of file REveManager.cxx.

◆ GetDefaultViewer()

REveViewer * REveManager::GetDefaultViewer ( ) const

Get the default viewer.

Definition at line 608 of file REveManager.cxx.

◆ GetEventScene()

REveScene * ROOT::Experimental::REveManager::GetEventScene ( ) const
inline

Definition at line 184 of file REveManager.hxx.

◆ GetExcHandler()

RExceptionHandler * ROOT::Experimental::REveManager::GetExcHandler ( ) const
inline

Definition at line 175 of file REveManager.hxx.

◆ GetGeometry()

TGeoManager * REveManager::GetGeometry ( const TString filename)

Get geometry with given filename.

This is cached internally so the second time this function is called with the same argument the same geo-manager is returned. gGeoManager is set to the return value.

Definition at line 531 of file REveManager.cxx.

◆ GetGeometryByAlias()

TGeoManager * REveManager::GetGeometryByAlias ( const TString alias)

Get geometry with given alias.

The alias must be registered via RegisterGeometryAlias().

Definition at line 585 of file REveManager.cxx.

◆ GetGlobalScene()

REveScene * ROOT::Experimental::REveManager::GetGlobalScene ( ) const
inline

Definition at line 183 of file REveManager.hxx.

◆ GetHighlight()

REveSelection * ROOT::Experimental::REveManager::GetHighlight ( ) const
inline

Definition at line 178 of file REveManager.hxx.

◆ GetKeepEmptyCont()

Bool_t ROOT::Experimental::REveManager::GetKeepEmptyCont ( ) const
inline

Definition at line 216 of file REveManager.hxx.

◆ GetScenes()

REveSceneList * ROOT::Experimental::REveManager::GetScenes ( ) const
inline

Definition at line 180 of file REveManager.hxx.

◆ GetSelection()

REveSelection * ROOT::Experimental::REveManager::GetSelection ( ) const
inline

Definition at line 177 of file REveManager.hxx.

◆ GetServerStatus()

void REveManager::GetServerStatus ( REveServerStatus st)

Definition at line 1197 of file REveManager.cxx.

◆ GetViewers()

REveViewerList * ROOT::Experimental::REveManager::GetViewers ( ) const
inline

Definition at line 181 of file REveManager.hxx.

◆ GetVizDBReplace()

Bool_t ROOT::Experimental::REveManager::GetVizDBReplace ( ) const
inline

Definition at line 239 of file REveManager.hxx.

◆ GetVizDBUpdate()

Bool_t ROOT::Experimental::REveManager::GetVizDBUpdate ( ) const
inline

Definition at line 240 of file REveManager.hxx.

◆ GetWebWindow()

std::shared_ptr< ROOT::RWebWindow > ROOT::Experimental::REveManager::GetWebWindow ( ) const
inline

Definition at line 271 of file REveManager.hxx.

◆ GetWorld()

REveScene * ROOT::Experimental::REveManager::GetWorld ( ) const
inline

Definition at line 186 of file REveManager.hxx.

◆ InsertVizDBEntry() [1/2]

Bool_t REveManager::InsertVizDBEntry ( const TString tag,
REveElement model 
)

Insert a new visualization-parameter database entry with the default parameters for replace and update, as specified by members fVizDBReplace(default=kTRUE) and fVizDBUpdate(default=kTRUE).

See docs of the above function.

Definition at line 442 of file REveManager.cxx.

◆ InsertVizDBEntry() [2/2]

Bool_t REveManager::InsertVizDBEntry ( const TString tag,
REveElement model,
Bool_t  replace,
Bool_t  update 
)

Insert a new visualization-parameter database entry.

Returns true if the element is inserted successfully. If entry with the same key already exists the behaviour depends on the 'replace' flag:

  • true - The old model is deleted and new one is inserted (default). Clients of the old model are transferred to the new one and if 'update' flag is true (default), the new model's parameters are assigned to all clients.
  • false - The old model is kept, false is returned.

If insert is successful, the ownership of the model-element is transferred to the manager.

Definition at line 403 of file REveManager.cxx.

◆ IsRCore()

bool ROOT::Experimental::REveManager::IsRCore ( ) const
inline

Definition at line 283 of file REveManager.hxx.

◆ LoadVizDB() [1/2]

void REveManager::LoadVizDB ( const TString filename)

Load visualization-parameter database from file filename.

State of data-members fVizDBReplace and fVizDBUpdate determine how the registered entries are handled.

Definition at line 480 of file REveManager.cxx.

◆ LoadVizDB() [2/2]

void REveManager::LoadVizDB ( const TString filename,
Bool_t  replace,
Bool_t  update 
)

Load visualization-parameter database from file filename.

The replace, update arguments replace the values of fVizDBReplace and fVizDBUpdate members for the duration of the macro execution.

Definition at line 462 of file REveManager.cxx.

◆ MIRExecThread()

void REveManager::MIRExecThread ( )
protected

Definition at line 1030 of file REveManager.cxx.

◆ operator=()

REveManager & ROOT::Experimental::REveManager::operator= ( const REveManager )
privatedelete

◆ PreDeleteElement()

void REveManager::PreDeleteElement ( REveElement element)

Called from REveElement prior to its destruction so the framework components (like object editor) can unreference it.

Definition at line 361 of file REveManager.cxx.

◆ QuitRoot()

void REveManager::QuitRoot ( )
static

Definition at line 727 of file REveManager.cxx.

◆ Redraw3D()

void ROOT::Experimental::REveManager::Redraw3D ( Bool_t  resetCameras = kFALSE,
Bool_t  dropLogicals = kFALSE 
)
inline

Definition at line 206 of file REveManager.hxx.

◆ RegisterGeometryAlias()

void REveManager::RegisterGeometryAlias ( const TString alias,
const TString filename 
)

Register 'name' as an alias for geometry file 'filename'.

The old aliases are silently overwritten. After that the geometry can be retrieved also by calling: REX::gEve->GetGeometryByName(name);

Definition at line 631 of file REveManager.cxx.

◆ RegisterRedraw3D()

void REveManager::RegisterRedraw3D ( )

Definition at line 242 of file REveManager.cxx.

◆ RemoveElement()

void REveManager::RemoveElement ( REveElement element,
REveElement parent 
)

Remove element from parent.

Definition at line 305 of file REveManager.cxx.

◆ SaveVizDB()

void REveManager::SaveVizDB ( const TString filename)

Save visualization-parameter database to file filename.

Definition at line 489 of file REveManager.cxx.

◆ SceneSubscriberProcessingChanges()

void ROOT::Experimental::REveManager::SceneSubscriberProcessingChanges ( unsigned  cinnId)

◆ SceneSubscriberWaitingResponse()

void REveManager::SceneSubscriberWaitingResponse ( unsigned  cinnId)

Definition at line 1137 of file REveManager.cxx.

◆ ScheduleMIR()

void REveManager::ScheduleMIR ( const std::string &  cmd,
ElementId_t  i,
const std::string &  ctype,
unsigned  connid 
)

Definition at line 894 of file REveManager.cxx.

◆ Send()

void REveManager::Send ( unsigned  connid,
const std::string &  data 
)

Definition at line 1116 of file REveManager.cxx.

◆ SendBinary()

void REveManager::SendBinary ( unsigned  connid,
const void *  data,
std::size_t  len 
)

Definition at line 1121 of file REveManager.cxx.

◆ SendSceneChanges()

void REveManager::SendSceneChanges ( )
protected

Definition at line 983 of file REveManager.cxx.

◆ SetClientVersion()

void REveManager::SetClientVersion ( const std::string &  version)

Set client version, used as prefix in scripts URL When changed, web browser will reload all related JS files while full URL will be different Default is empty value - no extra string in URL Version should be string like "1.2" or "ver1.subv2" and not contain any special symbols.

Definition at line 671 of file REveManager.cxx.

◆ SetDefaultHtmlPage()

void REveManager::SetDefaultHtmlPage ( const std::string &  path)

Set content of default window HTML page.

Definition at line 661 of file REveManager.cxx.

◆ SetKeepEmptyCont()

void ROOT::Experimental::REveManager::SetKeepEmptyCont ( Bool_t  k)
inline

Definition at line 217 of file REveManager.hxx.

◆ SetVizDBReplace()

void ROOT::Experimental::REveManager::SetVizDBReplace ( Bool_t  r)
inline

Definition at line 241 of file REveManager.hxx.

◆ SetVizDBUpdate()

void ROOT::Experimental::REveManager::SetVizDBUpdate ( Bool_t  u)
inline

Definition at line 242 of file REveManager.hxx.

◆ Show()

void REveManager::Show ( const RWebDisplayArgs args = "")

Show eve manager in specified browser.

If rootrc variable WebEve.DisableShow is set, HTTP server will be started and access URL printed on stdout.

Definition at line 1154 of file REveManager.cxx.

◆ SpawnNewScene()

REveScene * REveManager::SpawnNewScene ( const char *  name,
const char *  title = "" 
)

Create a new scene.

Definition at line 235 of file REveManager.cxx.

◆ SpawnNewViewer()

REveViewer * REveManager::SpawnNewViewer ( const char *  name,
const char *  title = "" 
)

Create a new GL viewer.

Definition at line 225 of file REveManager.cxx.

◆ StreamSceneChangesToJson()

void REveManager::StreamSceneChangesToJson ( )
protected

Definition at line 971 of file REveManager.cxx.

◆ Terminate()

void REveManager::Terminate ( )
static

Properly terminate global REveManager.

Definition at line 695 of file REveManager.cxx.

◆ WindowConnect()

void REveManager::WindowConnect ( unsigned  connid)
protected

Process new connection from web window.

Definition at line 740 of file REveManager.cxx.

◆ WindowData()

void REveManager::WindowData ( unsigned  connid,
const std::string &  arg 
)
protected

Process data from web window.

Definition at line 835 of file REveManager.cxx.

◆ WindowDisconnect()

void REveManager::WindowDisconnect ( unsigned  connid)
protected

Process disconnect of web window.

Definition at line 796 of file REveManager.cxx.

Member Data Documentation

◆ fConnList

std::vector<Conn> ROOT::Experimental::REveManager::fConnList
protected

Definition at line 149 of file REveManager.hxx.

◆ fDropLogicals

Bool_t ROOT::Experimental::REveManager::fDropLogicals {kFALSE}
protected

Definition at line 134 of file REveManager.hxx.

◆ fElementIdMap

std::unordered_map<ElementId_t, REveElement*> ROOT::Experimental::REveManager::fElementIdMap
protected

Definition at line 138 of file REveManager.hxx.

◆ fEventScene

REveScene* ROOT::Experimental::REveManager::fEventScene {nullptr}
protected

Definition at line 132 of file REveManager.hxx.

◆ fExcHandler

RExceptionHandler* ROOT::Experimental::REveManager::fExcHandler {nullptr}
protected

exception handler

Definition at line 117 of file REveManager.hxx.

◆ fGeometries

TMap* ROOT::Experimental::REveManager::fGeometries {nullptr}
protected

Definition at line 123 of file REveManager.hxx.

◆ fGeometryAliases

TMap* ROOT::Experimental::REveManager::fGeometryAliases {nullptr}
protected

Definition at line 124 of file REveManager.hxx.

◆ fGlobalScene

REveScene* ROOT::Experimental::REveManager::fGlobalScene {nullptr}
protected

Definition at line 131 of file REveManager.hxx.

◆ fHighlight

REveSelection* ROOT::Experimental::REveManager::fHighlight {nullptr}
protected

Definition at line 146 of file REveManager.hxx.

◆ fIsRCore

bool ROOT::Experimental::REveManager::fIsRCore {false}
protected

Definition at line 159 of file REveManager.hxx.

◆ fKeepEmptyCont

Bool_t ROOT::Experimental::REveManager::fKeepEmptyCont {kFALSE}
protected

Definition at line 135 of file REveManager.hxx.

◆ fLastElementId

ElementId_t ROOT::Experimental::REveManager::fLastElementId {0}
protected

Definition at line 139 of file REveManager.hxx.

◆ fLogger

Logger ROOT::Experimental::REveManager::fLogger
protected

Definition at line 157 of file REveManager.hxx.

◆ fMaxElementIds

ElementId_t ROOT::Experimental::REveManager::fMaxElementIds {std::numeric_limits<ElementId_t>::max()}
protected

Definition at line 141 of file REveManager.hxx.

◆ fMethCallMap

std::unordered_map<std::string, std::shared_ptr<TMethodCall> > ROOT::Experimental::REveManager::fMethCallMap
protected

Definition at line 155 of file REveManager.hxx.

◆ fMIRExecThread

std::thread ROOT::Experimental::REveManager::fMIRExecThread
protected

Definition at line 153 of file REveManager.hxx.

◆ fMIRqueue

std::queue<std::shared_ptr<MIR> > ROOT::Experimental::REveManager::fMIRqueue
protected

Definition at line 150 of file REveManager.hxx.

◆ fNumElementIds

ElementId_t ROOT::Experimental::REveManager::fNumElementIds {0}
protected

Definition at line 140 of file REveManager.hxx.

◆ fResetCameras

Bool_t ROOT::Experimental::REveManager::fResetCameras {kFALSE}
protected

Definition at line 133 of file REveManager.hxx.

◆ fScenes

REveSceneList* ROOT::Experimental::REveManager::fScenes {nullptr}
protected

Definition at line 129 of file REveManager.hxx.

◆ fSelection

REveSelection* ROOT::Experimental::REveManager::fSelection {nullptr}
protected

Definition at line 145 of file REveManager.hxx.

◆ fSelectionList

REveElement* ROOT::Experimental::REveManager::fSelectionList {nullptr}
protected

Definition at line 144 of file REveManager.hxx.

◆ fServerState

ServerState ROOT::Experimental::REveManager::fServerState
protected

Definition at line 154 of file REveManager.hxx.

◆ fServerStatus

REveServerStatus ROOT::Experimental::REveManager::fServerStatus
protected

Definition at line 158 of file REveManager.hxx.

◆ fViewers

REveViewerList* ROOT::Experimental::REveManager::fViewers {nullptr}
protected

Definition at line 128 of file REveManager.hxx.

◆ fVizDB

TMap* ROOT::Experimental::REveManager::fVizDB {nullptr}
protected

Definition at line 119 of file REveManager.hxx.

◆ fVizDBReplace

Bool_t ROOT::Experimental::REveManager::fVizDBReplace {kFALSE}
protected

Definition at line 120 of file REveManager.hxx.

◆ fVizDBUpdate

Bool_t ROOT::Experimental::REveManager::fVizDBUpdate {kFALSE}
protected

Definition at line 121 of file REveManager.hxx.

◆ fWebWindow

std::shared_ptr<ROOT::RWebWindow> ROOT::Experimental::REveManager::fWebWindow
protected

Definition at line 148 of file REveManager.hxx.

◆ fWorld

REveScene* ROOT::Experimental::REveManager::fWorld {nullptr}
protected

Definition at line 126 of file REveManager.hxx.

Libraries for ROOT::Experimental::REveManager:

The documentation for this class was generated from the following files: