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

REveSelection Container for selected and highlighted elements.

Definition at line 27 of file REveSelection.hxx.

Classes

class  Deviator
struct  Record

Public Types

typedef std::list< REveAunt * > AuntList_t
enum  EChangeBits {
  kCBColorSelection = (1ULL << (0)) , kCBTransBBox = (1ULL << (1)) , kCBObjProps = (1ULL << (2)) , kCBVisibility = (1ULL << (3)) ,
  kCBElementAdded = (1ULL << (4))
}
enum  EPickToSelect {
  kPS_Ignore , kPS_Element , kPS_Projectable , kPS_Compound ,
  kPS_PableCompound , kPS_Master
}
typedef std::list< REveElement * > List_t
typedef SelMap_t::iterator SelMap_i
typedef std::map< REveElement *, RecordSelMap_t
typedef std::set< REveElement * > Set_t

Public Member Functions

 REveSelection (const std::string &n="REveSelection", const std::string &t="", Color_t col_visible=kViolet, Color_t col_hidden=kPink)
 Constructor.
 ~REveSelection () override
 Destructor.
virtual Bool_t AcceptElement (REveElement *el)
 Check if el can be added to this element.
bool AcceptNiece (REveElement *el) override
 Pre-addition check.
virtual void ActivateSelection ()
 Activate this selection.
virtual void AddAunt (REveAunt *au)
 Add el into the list aunts.
virtual void AddElement (REveElement *el)
 Add el to the list of children.
virtual void AddNiece (REveElement *el)
void AddNieceInternal (REveElement *el) override
 Add an element into selection, virtual from REveAunt.
void AddPickToSelect (int ps)
virtual void AddStamp (UChar_t bits)
 Add (bitwise or) given stamps to fChangeBits.
virtual void Annihilate ()
 Optimized destruction without check of reference-count.
virtual void AnnihilateElements ()
 Annihilate elements.
Bool_t ApplyVizTag (const TString &tag, const TString &fallback_tag="")
 Set the VizTag, find model-element from the VizDB and copy visualization-parameters from it.
virtual void BuildRenderData ()
 Write transformation Matrix to render data.
virtual Bool_t CanEditElement () const
virtual Bool_t CanEditMainColor () const
virtual Bool_t CanEditMainTrans () const
virtual Bool_t CanEditMainTransparency () const
virtual void CheckReferenceCount (const std::string &from="<unknown>")
 Check external references to this and eventually auto-destruct the render-element.
void ClearPickToSelect ()
void ClearSelection ()
 Clear selection if not empty.
virtual void ClearStamps ()
virtual void CloneChildrenRecurse (REveElement *dest, Int_t level=0) const
 Clone children and attach them to the dest element.
virtual REveElementCloneElement () const
 Clone the element via copy constructor.
virtual REveElementCloneElementRecurse (Int_t level=0) const
 Clone elements and recurse 'level' deep over children.
virtual void CopyVizParams (const REveElement *el)
 Copy visualization parameters from element el.
virtual void CopyVizParamsFromDB ()
 Copy visualization parameters from the model-element fVizModel.
void CSCApplyMainColorToAllChildren ()
void CSCApplyMainColorToMatchingChildren ()
void CSCApplyMainTransparencyToAllChildren ()
void CSCApplyMainTransparencyToMatchingChildren ()
void CSCImplySelectAllChildren ()
void CSCTakeMotherAsMaster ()
virtual void DeactivateSelection ()
 Deactivate this selection.
void DecDenyDestroy ()
 Decreases the deny-destroy count of the element.
void DecImpliedSelected ()
virtual void Destroy ()
 Destroy this element.
virtual void DestroyElements ()
 Destroy all children of this element.
virtual void DestroyMainTrans ()
 Destroy the main transformation matrix, it will always be taken as identity.
virtual void DestroyOrWarn ()
 Destroy this element. Prints a warning if deny-destroy is in force.
void DisableListElements (Bool_t rnr_self=kFALSE, Bool_t rnr_children=kFALSE)
 Disable rendering of children and their list contents.
void EnableListElements (Bool_t rnr_self=kTRUE, Bool_t rnr_children=kTRUE)
 Enable rendering of children and their list contents.
virtual void ExportToInterpreter (const char *var_name)
 Export render-element to Cling with variable name var_name.
virtual void FillExtraSelectionData (nlohmann::json &, const std::set< int > &) const
virtual void FillImpliedSelectedSet (Set_t &impSelSet, const std::set< int > &)
 Populate set impSelSet with derived / dependant elements.
REveElementFindChild (const TString &name, const TClass *cls=nullptr)
 Find the first child with given name.
REveElementFindChild (TPRegexp &regexp, const TClass *cls=nullptr)
 Find the first child whose name matches regexp.
Int_t FindChildren (List_t &matches, const TString &name, const TClass *cls=nullptr)
 Find all children with given name and append them to matches list.
Int_t FindChildren (List_t &matches, TPRegexp &regexp, const TClass *cls=nullptr)
 Find all children whose name matches regexp and append them to matches list.
REveElementFirstChild () const
 Returns the first child element or 0 if the list is empty.
UChar_t GetChangeBits () const
TClassGetChildClass () const
const char * GetCName () const
REveCompoundGetCompound ()
const char * GetCTitle () const
Int_t GetDenyDestroy () const
 Returns the number of times deny-destroy has been requested on the element.
Bool_t GetDestroyOnZeroRefCnt () const
 Returns state of flag determining if the element will be destroyed when reference count reaches zero.
std::shared_ptr< DeviatorGetDeviator () const
ElementId_t GetElementId () const
virtual std::string GetHighlightTooltip (const std::set< int > &) const
int GetImpliedSelected ()
bool GetIsHighlight () const
bool GetIsMaster () const
virtual Color_t GetMainColor () const
Color_tGetMainColorPtr () const
virtual Char_t GetMainTransparency () const
REveElementGetMother ()
const std::string & GetName () const
REveRenderDataGetRenderData () const
virtual Bool_t GetRnrAnything () const
virtual Bool_t GetRnrChildren () const
virtual Bool_t GetRnrSelf () const
virtual Bool_t GetRnrState () const
REveSceneGetScene ()
virtual REveElementGetSelectionMaster ()
 Returns the master element - that is:
const std::string & GetTitle () const
void * GetUserData () const
REveElementGetVizModel () const
const TStringGetVizTag () const
Bool_t HasAunts () const
Bool_t HasChild (REveElement *el)
 Check if element el is a child of this element.
Bool_t HasChildren () const
virtual Bool_t HasMainColor () const
virtual Bool_t HasMainTrans () const
bool HasMother ()
bool HasNiece (REveElement *el) const override
 Check if elemenet el is selected (not implied selected).
bool HasNieces () const override
 Check if any elements are selected.
bool HasScene ()
void IncDenyDestroy ()
 Increases the deny-destroy count of the element.
void IncImpliedSelected ()
virtual void InitMainTrans (Bool_t can_edit=kTRUE)
 Initialize the main transformation to identity matrix.
TClassIsA () const
 Return class for this element Return REveElement class in case dicitonary is not exisiting.
bool IsEmpty () const
Bool_t IsPickable () const
REveElementLastChild () const
 Returns the last child element or 0 if the list is empty.
REveElementMapPickedToSelected (REveElement *el)
 Given element el that was picked or clicked by the user, find the parent/ancestor element that should actually become the main selected element according to current selection mode.
virtual void NameTitleChanged ()
 Virtual function called when a name or title of the element has been changed.
void NewElementPicked (ElementId_t id, bool multi, bool secondary, const std::set< int > &secondary_idcs={})
 Called from GUI when user picks or un-picks an element.
void NewElementPickedStr (ElementId_t id, bool multi, bool secondary, const char *secondary_idcs="")
 Wrapper for NewElementPickedStr that takes secondary indices as C-style string.
bool NotEmpty () const
Int_t NumAunts () const
Int_t NumChildren () const
virtual void ProjectAllChildren (Bool_t same_depth=kTRUE)
 If this is a projectable, loop over all projected replicas and add the projected image of all children there.
virtual void ProjectChild (REveElement *el, Bool_t same_depth=kTRUE)
 If this is a projectable, loop over all projected replicas and add the projected image of child 'el' there.
virtual void PropagateMainColorToProjecteds (Color_t color, Color_t old_color)
 Propagate color to projected elements.
virtual void PropagateMainTransparencyToProjecteds (Char_t t, Char_t old_t)
 Propagate transparency to projected elements.
virtual void PropagateRnrStateToProjecteds ()
 Propagate render state to the projected replicas of this element.
virtual void PropagateVizParamsToChildren (REveElement *el=nullptr)
 Propagate visualization parameters from element el (defaulting to this) to all children.
virtual void PropagateVizParamsToProjecteds ()
 Propagate visualization parameters to dependent elements.
virtual REveTransPtrMainTrans (Bool_t create=kTRUE)
 Return pointer to main transformation.
void RecheckImpliedSelections ()
 Call this if it is possible that implied-selection or highlight has changed for this element or for implied-selection this element is member of and you want to maintain consistent selection state.
void RecheckImpliedSetForElement (REveElement *el)
 If given element is selected or implied-selected within this selection then recheck implied-set for given selection entry.
AuntList_tRefAunts ()
const AuntList_tRefAunts () const
List_tRefChildren ()
const List_tRefChildren () const
virtual REveTransRefMainTrans ()
 Return reference to main transformation.
const std::vector< int > & RefPickToSelect () const
virtual void RemoveAunt (REveAunt *au)
 Remove el from the list of aunts.
virtual void RemoveElement (REveElement *el)
 Remove el from the list of children.
virtual void RemoveElementLocal (REveElement *el)
 Perform additional local removal of el.
virtual void RemoveElements ()
 Remove all elements.
virtual void RemoveElementsLocal ()
 Perform additional local removal of all elements.
void RemoveImpliedSelected (REveElement *el)
 Remove element from all implied-selected sets.
int RemoveImpliedSelectedReferencesTo (REveElement *el)
 Remove pointers to el from implied selected sets.
virtual void RemoveNiece (REveElement *el)
void RemoveNieceInternal (REveElement *el) override
 Virtual from REveAunt.
void RemoveNieces () override
 Add an element into selection, virtual from REveAunt.
virtual bool RequiresExtraSelectionData () const
void ResetAllCSCBits ()
void ResetCSCBits (UChar_t f)
void SaveVizParams (std::ostream &out, const TString &tag, const TString &var)
 Save visualization parameters for this element with given tag.
void SelectionAdded (REveElement *el)
 Emit SelectionAdded signal.
void SelectionCleared ()
 Emit SelectionCleared signal.
void SelectionRemoved (REveElement *el)
 Emit SelectionRemoved signal.
void SelectionRepeated (REveElement *el)
 Emit SelectionRepeated signal.
void SetChildClass (TClass *c)
void SetCompound (REveCompound *c)
void SetCSCBits (UChar_t f)
void SetDestroyOnZeroRefCnt (Bool_t d)
 Sets the state of flag determining if the element will be destroyed when reference count reaches zero.
void SetDeviator (std::shared_ptr< Deviator > d)
void SetEditMainColor (Bool_t x)
void SetEditMainTransparency (Bool_t x)
void SetHiddenEdgeColorRGB (UChar_t r, UChar_t g, UChar_t b)
 Set hidden highlight color.
void SetIsHighlight (bool m)
void SetIsMaster (bool m)
void SetMainAlpha (Float_t alpha)
 Set main-transparency via float alpha variable.
virtual void SetMainColor (Color_t color)
 Set main color of the element.
void SetMainColorPixel (Pixel_t pixel)
 Convert pixel to Color_t and call SetMainColor().
void SetMainColorPtr (Color_t *colptr)
void SetMainColorRGB (Float_t r, Float_t g, Float_t b)
 Convert RGB values to Color_t and call SetMainColor.
void SetMainColorRGB (UChar_t r, UChar_t g, UChar_t b)
 Convert RGB values to Color_t and call SetMainColor.
virtual void SetMainTransparency (Char_t t)
 Set main-transparency.
void SetName (const std::string &name)
 Set name of an element.
void SetNameTitle (const std::string &name, const std::string &title)
 Set name and title of an element.
void SetPickable (Bool_t p)
void SetPickableRecursively (Bool_t p)
 Set pickable state on the element and all its children.
virtual Bool_t SetRnrChildren (Bool_t rnr)
 Set render state of this element's children, i.e.
virtual Bool_t SetRnrSelf (Bool_t rnr)
 Set render state of this element, i.e.
virtual Bool_t SetRnrSelfChildren (Bool_t rnr_self, Bool_t rnr_children)
 Set state for rendering of this element and its children.
virtual Bool_t SetRnrState (Bool_t rnr)
 Set render state of this element and of its children to the same value.
void SetSelectionMaster (REveElement *el)
void SetTitle (const std::string &title)
 Set title of an element.
virtual void SetTransMatrix (const TGeoMatrix &mat)
 Set transformation matrix from TGeo's matrix.
virtual void SetTransMatrix (Double_t *carr)
 Set transformation matrix from column-major array.
void SetupDefaultColorAndTransparency (Color_t col, Bool_t can_edit_color, Bool_t can_edit_transparency)
 Set up element to use built-in main color and set flags allowing editing of main color and transparency.
void SetUserData (void *ud)
void SetVisibleEdgeColorRGB (UChar_t r, UChar_t g, UChar_t b)
 Set visible highlight color.
void SetVizModel (REveElement *model)
 Set visualization-parameter model element.
Bool_t SetVizModelByTag ()
 Find model element in VizDB that corresponds to previously assigned fVizTag and set fVizModel accordingly.
void SetVizTag (const TString &tag)
virtual Bool_t SingleRnrState () const
void Stamp ()
void StampColorSelection ()
void StampElementAdded ()
void StampObjProps ()
void StampTransBBox ()
void StampVisibility ()
Bool_t TestCSCBits (UChar_t f) const
virtual void UserPickedElement (REveElement *el, Bool_t multi=kFALSE)
 Called when user picks/clicks on an element.
virtual void UserRePickedElement (REveElement *el)
 Called when element selection is repeated.
virtual void UserUnPickedElement (REveElement *el)
 Called when an element is unselected.
void VizDB_Apply (const std::string &tag)
 Set visual parameters for this object for given tag.
void VizDB_Insert (const std::string &tag, Bool_t replace=kTRUE, Bool_t update=kTRUE)
 Create a replica of element and insert it into VizDB with given tag.
void VizDB_Reapply ()
 Reset visual parameters for this object from VizDB.
void VizDB_UpdateModel (Bool_t update=kTRUE)
 Copy visual parameters from this element to viz-db model.
Int_t WriteCoreJson (nlohmann::json &cj, Int_t rnr_offset) override
 Write core json. If rnr_offset negative, render data will not be written.
virtual void WriteVizParams (std::ostream &out, const TString &var)
 Write-out visual parameters for this object.

Protected Types

enum  ECompoundSelectionColorBits {
  kCSCBImplySelectAllChildren = (1ULL << (0)) , kCSCBTakeMotherAsMaster = (1ULL << (1)) , kCSCBApplyMainColorToAllChildren = (1ULL << (2)) , kCSCBApplyMainColorToMatchingChildren = (1ULL << (3)) ,
  kCSCBApplyMainTransparencyToAllChildren = (1ULL << (4)) , kCSCBApplyMainTransparencyToMatchingChildren = (1ULL << (5))
}
enum  EDestruct { kNone , kStandard , kAnnihilate }

Protected Member Functions

void AddNieceForSelection (REveElement *, bool secondary, const std::set< int > &)
virtual void AnnihilateRecursively ()
 Protected member function called from REveElement::Annihilate().
void assign_element_id_recurisvely ()
void assign_scene_recursively (REveScene *s)
void DoElementSelect (SelMap_i &entry)
 Select element indicated by the entry and fill its implied-selected set.
void DoElementUnselect (SelMap_i &entry)
 Deselect element indicated by the entry and clear its implied-selected set.
Recordfind_record (REveElement *el)
ElementId_t get_mother_id () const
ElementId_t get_scene_id () const
void NewElementPickedInternal (REveElement *el, bool multi, bool secondary, const std::set< int > &secondary_idcs)
 Called from NewElementPicked or Deviator::DeviateSelection.
virtual void PreDeleteElement ()
 Called before the element is deleted, thus offering the last chance to detach from acquired resources and from the framework itself.
void RecheckImpliedSet (SelMap_i &entry)
 Recalculate implied-selected state for given selection entry.
virtual void RemoveElementsInternal ()
 Remove all elements.

Static Protected Member Functions

static void AppendMirErrorString (std::string_view err_str)
static void ClearMirContext ()
static void SetMirContext (REveElement *el)
static void SetMirError (int error, std::string_view err_str="")
static const std::string & ToString (Bool_t b)
 Convert Bool_t to string - kTRUE or kFALSE.

Protected Attributes

bool fActive {true}
 !
AuntList_t fAunts
Bool_t fCanEditMainColor {kFALSE}
Bool_t fCanEditMainTrans {kFALSE}
Bool_t fCanEditMainTransparency {kFALSE}
UChar_t fChangeBits {0}
 !
TClassfChildClass {nullptr}
List_t fChildren
REveCompoundfCompound {nullptr}
UChar_t fCSCBits {0}
Color_t fDefaultColor {kPink}
Int_t fDenyDestroy {0}
 ! Deny-destroy count.
Bool_t fDestroyOnZeroRefCnt {kTRUE}
Char_t fDestructing {kNone}
 !
std::shared_ptr< DeviatorfDeviator
 !
Color_t fHiddenEdgeColor
 !
Short_t fImpliedSelected {0}
bool fIsHighlight {false}
 !
bool fIsMaster {false}
 !
Color_tfMainColorPtr {nullptr}
std::unique_ptr< REveTransfMainTrans
Char_t fMainTransparency {0}
SelMap_t fMap
 !
REveElementfMother {nullptr}
std::string fName
Bool_t fPickable {false}
std::vector< intfPickToSelect
 !
std::unique_ptr< REveRenderDatafRenderData
 ! Vertex / normal / triangle index information for rendering.
Bool_t fRnrChildren {kTRUE}
Bool_t fRnrSelf {kTRUE}
REveScenefScene {nullptr}
REveElementfSelectionMaster {nullptr}
std::string fTitle
void * fUserData {nullptr}
 ! Externally assigned and controlled user data.
Color_t fVisibleEdgeColor
 !
REveElementfVizModel {nullptr}
 ! Element used as model from VizDB.
TString fVizTag

Static Protected Attributes

static REveElementstlMirAlpha = nullptr
static int stlMirError = 0
static std::string stlMirErrorString

Private Member Functions

 REveSelection (const REveSelection &)=delete
REveSelectionoperator= (const REveSelection &)=delete

Private Attributes

ElementId_t fElementId {0}

Friends

class Deviator

#include <ROOT/REveSelection.hxx>

Inheritance diagram for ROOT::Experimental::REveSelection:
ROOT::Experimental::REveElement ROOT::Experimental::REveAunt

Member Typedef Documentation

◆ AuntList_t

Definition at line 57 of file REveElement.hxx.

◆ List_t

Definition at line 53 of file REveElement.hxx.

◆ SelMap_i

typedef SelMap_t::iterator ROOT::Experimental::REveSelection::SelMap_i

Definition at line 82 of file REveSelection.hxx.

◆ SelMap_t

Definition at line 81 of file REveSelection.hxx.

◆ Set_t

Definition at line 55 of file REveElement.hxx.

Member Enumeration Documentation

◆ EChangeBits

Enumerator
kCBColorSelection 
kCBTransBBox 
kCBObjProps 
kCBVisibility 
kCBElementAdded 

Definition at line 327 of file REveElement.hxx.

◆ ECompoundSelectionColorBits

Enumerator
kCSCBImplySelectAllChildren 
kCSCBTakeMotherAsMaster 
kCSCBApplyMainColorToAllChildren 
kCSCBApplyMainColorToMatchingChildren 
kCSCBApplyMainTransparencyToAllChildren 
kCSCBApplyMainTransparencyToMatchingChildren 

Definition at line 272 of file REveElement.hxx.

◆ EDestruct

Enumerator
kNone 
kStandard 
kAnnihilate 

Definition at line 282 of file REveElement.hxx.

◆ EPickToSelect

Enumerator
kPS_Ignore 
kPS_Element 
kPS_Projectable 
kPS_Compound 
kPS_PableCompound 
kPS_Master 

Definition at line 33 of file REveSelection.hxx.

Constructor & Destructor Documentation

◆ REveSelection() [1/2]

ROOT::Experimental::REveSelection::REveSelection ( const REveSelection & )
privatedelete

◆ REveSelection() [2/2]

REveSelection::REveSelection ( const std::string & n = "REveSelection",
const std::string & t = "",
Color_t col_visible = kViolet,
Color_t col_hidden = kPink )

Constructor.

Definition at line 38 of file REveSelection.cxx.

◆ ~REveSelection()

REveSelection::~REveSelection ( )
override

Destructor.

Definition at line 64 of file REveSelection.cxx.

Member Function Documentation

◆ AcceptElement()

Bool_t REveElement::AcceptElement ( REveElement * el)
virtualinherited

Check if el can be added to this element.

Here we make sure the new child is not equal to this and, if fChildClass is set, that it is inherited from it.

Reimplemented in ROOT::Experimental::REveSceneInfo.

Definition at line 881 of file REveElement.cxx.

◆ AcceptNiece()

bool REveSelection::AcceptNiece ( REveElement * el)
overridevirtual

Pre-addition check.

Deny addition if el is already selected. Virtual from REveAunt.

Reimplemented from ROOT::Experimental::REveAunt.

Definition at line 152 of file REveSelection.cxx.

◆ ActivateSelection()

void REveSelection::ActivateSelection ( )
virtual

Activate this selection.

Definition at line 335 of file REveSelection.cxx.

◆ AddAunt()

void REveElement::AddAunt ( REveAunt * au)
virtualinherited

Add el into the list aunts.

Adding aunt is subordinate to adding a niece. This is an internal function.

Definition at line 547 of file REveElement.cxx.

◆ AddElement()

void REveElement::AddElement ( REveElement * el)
virtualinherited

Add el to the list of children.

Reimplemented in ROOT::Experimental::REveCompound, and ROOT::Experimental::REveViewerList.

Definition at line 893 of file REveElement.cxx.

◆ AddNiece()

virtual void ROOT::Experimental::REveAunt::AddNiece ( REveElement * el)
inlinevirtualinherited

Definition at line 388 of file REveElement.hxx.

◆ AddNieceForSelection()

void REveSelection::AddNieceForSelection ( REveElement * el,
bool secondary,
const std::set< int > & sec_idcs )
protected

Definition at line 168 of file REveSelection.cxx.

◆ AddNieceInternal()

void REveSelection::AddNieceInternal ( REveElement * el)
overridevirtual

Add an element into selection, virtual from REveAunt.

Implements ROOT::Experimental::REveAunt.

Definition at line 161 of file REveSelection.cxx.

◆ AddPickToSelect()

void ROOT::Experimental::REveSelection::AddPickToSelect ( int ps)
inline

Definition at line 126 of file REveSelection.hxx.

◆ AddStamp()

void REveElement::AddStamp ( UChar_t bits)
virtualinherited

Add (bitwise or) given stamps to fChangeBits.

Register this element to REX::gEve as stamped. This method is virtual so that sub-classes can add additional actions. The base-class method should still be called (or replicated).

Definition at line 1462 of file REveElement.cxx.

◆ Annihilate()

void REveElement::Annihilate ( )
virtualinherited

Optimized destruction without check of reference-count.

Parents are not notified about child destruction. The method should only be used when an element does not have more than one parent – otherwise an exception is thrown.

Definition at line 1229 of file REveElement.cxx.

◆ AnnihilateElements()

void REveElement::AnnihilateElements ( )
virtualinherited

Annihilate elements.

Definition at line 1258 of file REveElement.cxx.

◆ AnnihilateRecursively()

void REveElement::AnnihilateRecursively ( )
protectedvirtualinherited

Protected member function called from REveElement::Annihilate().

Definition at line 1203 of file REveElement.cxx.

◆ AppendMirErrorString()

void REveElement::AppendMirErrorString ( std::string_view err_str)
staticprotectedinherited

Definition at line 143 of file REveElement.cxx.

◆ ApplyVizTag()

Bool_t REveElement::ApplyVizTag ( const TString & tag,
const TString & fallback_tag = "" )
inherited

Set the VizTag, find model-element from the VizDB and copy visualization-parameters from it.

If the model is not found and fallback_tag is non-null, search for it is attempted as well. For example: ApplyVizTag("TPC Clusters", "Clusters");

If the model-element can not be found a warning is printed and false is returned.

Definition at line 338 of file REveElement.cxx.

◆ assign_element_id_recurisvely()

void REveElement::assign_element_id_recurisvely ( )
protectedinherited

Definition at line 168 of file REveElement.cxx.

◆ assign_scene_recursively()

void REveElement::assign_scene_recursively ( REveScene * s)
protectedinherited

Definition at line 189 of file REveElement.cxx.

◆ BuildRenderData()

◆ CanEditElement()

virtual Bool_t ROOT::Experimental::REveElement::CanEditElement ( ) const
inlinevirtualinherited

Definition at line 214 of file REveElement.hxx.

◆ CanEditMainColor()

virtual Bool_t ROOT::Experimental::REveElement::CanEditMainColor ( ) const
inlinevirtualinherited

Definition at line 228 of file REveElement.hxx.

◆ CanEditMainTrans()

virtual Bool_t ROOT::Experimental::REveElement::CanEditMainTrans ( ) const
inlinevirtualinherited

Definition at line 248 of file REveElement.hxx.

◆ CanEditMainTransparency()

virtual Bool_t ROOT::Experimental::REveElement::CanEditMainTransparency ( ) const
inlinevirtualinherited

Definition at line 241 of file REveElement.hxx.

◆ CheckReferenceCount()

void REveElement::CheckReferenceCount ( const std::string & from = "<unknown>")
virtualinherited

Check external references to this and eventually auto-destruct the render-element.

Reimplemented in ROOT::Experimental::REveTrackPropagator.

Definition at line 572 of file REveElement.cxx.

◆ ClearMirContext()

void REveElement::ClearMirContext ( )
staticprotectedinherited

Definition at line 126 of file REveElement.cxx.

◆ ClearPickToSelect()

void ROOT::Experimental::REveSelection::ClearPickToSelect ( )
inline

Definition at line 125 of file REveSelection.hxx.

◆ ClearSelection()

void REveSelection::ClearSelection ( )

Clear selection if not empty.

Definition at line 646 of file REveSelection.cxx.

◆ ClearStamps()

virtual void ROOT::Experimental::REveElement::ClearStamps ( )
inlinevirtualinherited

Definition at line 359 of file REveElement.hxx.

◆ CloneChildrenRecurse()

void REveElement::CloneChildrenRecurse ( REveElement * dest,
Int_t level = 0 ) const
virtualinherited

Clone children and attach them to the dest element.

If level == 0, only the direct descendants are cloned (default). If level == -1, all the hierarchy is cloned.

Definition at line 248 of file REveElement.cxx.

◆ CloneElement()

REveElement * REveElement::CloneElement ( ) const
virtualinherited

Clone the element via copy constructor.

Should be implemented for all classes that require cloning support.

Reimplemented in ROOT::Experimental::REvePointSet.

Definition at line 223 of file REveElement.cxx.

◆ CloneElementRecurse()

REveElement * REveElement::CloneElementRecurse ( Int_t level = 0) const
virtualinherited

Clone elements and recurse 'level' deep over children.

  • If level == 0, only the element itself is cloned (default).
  • If level == -1, all the hierarchy is cloned.

Definition at line 233 of file REveElement.cxx.

◆ CopyVizParams()

void REveElement::CopyVizParams ( const REveElement * el)
virtualinherited

Copy visualization parameters from element el.

This method needs to be overriden by any class that introduces new parameters.

Reimplemented in ROOT::Experimental::REveLine, ROOT::Experimental::REvePointSet, ROOT::Experimental::REveShape, ROOT::Experimental::REveStraightLineSet, ROOT::Experimental::REveTrack, and ROOT::Experimental::REveTrackList.

Definition at line 401 of file REveElement.cxx.

◆ CopyVizParamsFromDB()

void REveElement::CopyVizParamsFromDB ( )
virtualinherited

Copy visualization parameters from the model-element fVizModel.

A warning is printed if the model-element fVizModel is not set.

Definition at line 415 of file REveElement.cxx.

◆ CSCApplyMainColorToAllChildren()

void ROOT::Experimental::REveElement::CSCApplyMainColorToAllChildren ( )
inlineinherited

Definition at line 316 of file REveElement.hxx.

◆ CSCApplyMainColorToMatchingChildren()

void ROOT::Experimental::REveElement::CSCApplyMainColorToMatchingChildren ( )
inlineinherited

Definition at line 317 of file REveElement.hxx.

◆ CSCApplyMainTransparencyToAllChildren()

void ROOT::Experimental::REveElement::CSCApplyMainTransparencyToAllChildren ( )
inlineinherited

Definition at line 318 of file REveElement.hxx.

◆ CSCApplyMainTransparencyToMatchingChildren()

void ROOT::Experimental::REveElement::CSCApplyMainTransparencyToMatchingChildren ( )
inlineinherited

Definition at line 319 of file REveElement.hxx.

◆ CSCImplySelectAllChildren()

void ROOT::Experimental::REveElement::CSCImplySelectAllChildren ( )
inlineinherited

Definition at line 314 of file REveElement.hxx.

◆ CSCTakeMotherAsMaster()

void ROOT::Experimental::REveElement::CSCTakeMotherAsMaster ( )
inlineinherited

Definition at line 315 of file REveElement.hxx.

◆ DeactivateSelection()

void REveSelection::DeactivateSelection ( )
virtual

Deactivate this selection.

Definition at line 349 of file REveSelection.cxx.

◆ DecDenyDestroy()

void REveElement::DecDenyDestroy ( )
inherited

Decreases the deny-destroy count of the element.

Call this after releasing an external pointer to the element.

Definition at line 1369 of file REveElement.cxx.

◆ DecImpliedSelected()

void ROOT::Experimental::REveElement::DecImpliedSelected ( )
inlineinherited

Definition at line 304 of file REveElement.hxx.

◆ Destroy()

void REveElement::Destroy ( )
virtualinherited

Destroy this element.

Throws an exception if deny-destroy is in force. This method should be called instead of a destructor. Note that an exception will be thrown if the element has been protected against destruction with IncDenyDestroy().

Definition at line 1273 of file REveElement.cxx.

◆ DestroyElements()

void REveElement::DestroyElements ( )
virtualinherited

Destroy all children of this element.

Definition at line 1303 of file REveElement.cxx.

◆ DestroyMainTrans()

void REveElement::DestroyMainTrans ( )
virtualinherited

Destroy the main transformation matrix, it will always be taken as identity.

Editing of transformation parameters is disabled.

Definition at line 853 of file REveElement.cxx.

◆ DestroyOrWarn()

void REveElement::DestroyOrWarn ( )
virtualinherited

Destroy this element. Prints a warning if deny-destroy is in force.

Definition at line 1288 of file REveElement.cxx.

◆ DisableListElements()

void REveElement::DisableListElements ( Bool_t rnr_self = kFALSE,
Bool_t rnr_children = kFALSE )
inherited

Disable rendering of children and their list contents.

Arguments control how to set self/child rendering.

Same as above function, but default arguments are different. This is convenient for calls via context menu.

Definition at line 1194 of file REveElement.cxx.

◆ DoElementSelect()

void REveSelection::DoElementSelect ( SelMap_i & entry)
protected

Select element indicated by the entry and fill its implied-selected set.

Definition at line 91 of file REveSelection.cxx.

◆ DoElementUnselect()

void REveSelection::DoElementUnselect ( SelMap_i & entry)
protected

Deselect element indicated by the entry and clear its implied-selected set.

Definition at line 123 of file REveSelection.cxx.

◆ EnableListElements()

void REveElement::EnableListElements ( Bool_t rnr_self = kTRUE,
Bool_t rnr_children = kTRUE )
inherited

Enable rendering of children and their list contents.

Arguments control how to set self/child rendering.

Definition at line 1181 of file REveElement.cxx.

◆ ExportToInterpreter()

void REveElement::ExportToInterpreter ( const char * var_name)
virtualinherited

Export render-element to Cling with variable name var_name.

Definition at line 606 of file REveElement.cxx.

◆ FillExtraSelectionData()

virtual void ROOT::Experimental::REveElement::FillExtraSelectionData ( nlohmann::json & ,
const std::set< int > &  ) const
inlinevirtualinherited

Reimplemented in ROOT::Experimental::REveCaloData, and ROOT::Experimental::REveDigitSet.

Definition at line 322 of file REveElement.hxx.

◆ FillImpliedSelectedSet()

void REveElement::FillImpliedSelectedSet ( Set_t & impSelSet,
const std::set< int > &  )
virtualinherited

Populate set impSelSet with derived / dependant elements.

If this is a REveProjectable, the projected replicas are added to the set. Thus it does not have to be reimplemented for each sub-class of REveProjected.

Note that this also takes care of projections of REveCompound class, which is also a projectable.

Reimplemented in ROOT::Experimental::REveCaloData, ROOT::Experimental::REveCompound, and ROOT::Experimental::REveDataItemList.

Definition at line 1422 of file REveElement.cxx.

◆ find_record()

Record * ROOT::Experimental::REveSelection::find_record ( REveElement * el)
inlineprotected

Definition at line 101 of file REveSelection.hxx.

◆ FindChild() [1/2]

REveElement * REveElement::FindChild ( const TString & name,
const TClass * cls = nullptr )
inherited

Find the first child with given name.

If cls is specified (non 0), it is also checked.

Returns nullptr if not found.

Definition at line 1081 of file REveElement.cxx.

◆ FindChild() [2/2]

REveElement * REveElement::FindChild ( TPRegexp & regexp,
const TClass * cls = nullptr )
inherited

Find the first child whose name matches regexp.

If cls is specified (non 0), it is also checked.

Returns nullptr if not found.

Definition at line 1100 of file REveElement.cxx.

◆ FindChildren() [1/2]

Int_t REveElement::FindChildren ( List_t & matches,
const TString & name,
const TClass * cls = nullptr )
inherited

Find all children with given name and append them to matches list.

If class is specified (non 0), it is also checked.

Returns number of elements added to the list.

Definition at line 1119 of file REveElement.cxx.

◆ FindChildren() [2/2]

Int_t REveElement::FindChildren ( List_t & matches,
TPRegexp & regexp,
const TClass * cls = nullptr )
inherited

Find all children whose name matches regexp and append them to matches list.

Returns number of elements added to the list.

Definition at line 1143 of file REveElement.cxx.

◆ FirstChild()

REveElement * REveElement::FirstChild ( ) const
inherited

Returns the first child element or 0 if the list is empty.

Definition at line 1164 of file REveElement.cxx.

◆ get_mother_id()

ElementId_t REveElement::get_mother_id ( ) const
protectedinherited

Definition at line 158 of file REveElement.cxx.

◆ get_scene_id()

ElementId_t REveElement::get_scene_id ( ) const
protectedinherited

Definition at line 163 of file REveElement.cxx.

◆ GetChangeBits()

UChar_t ROOT::Experimental::REveElement::GetChangeBits ( ) const
inlineinherited

Definition at line 363 of file REveElement.hxx.

◆ GetChildClass()

TClass * ROOT::Experimental::REveElement::GetChildClass ( ) const
inlineinherited

Definition at line 164 of file REveElement.hxx.

◆ GetCName()

const char * ROOT::Experimental::REveElement::GetCName ( ) const
inlineinherited

Definition at line 119 of file REveElement.hxx.

◆ GetCompound()

REveCompound * ROOT::Experimental::REveElement::GetCompound ( )
inlineinherited

Definition at line 146 of file REveElement.hxx.

◆ GetCTitle()

const char * ROOT::Experimental::REveElement::GetCTitle ( ) const
inlineinherited

Definition at line 121 of file REveElement.hxx.

◆ GetDenyDestroy()

Int_t REveElement::GetDenyDestroy ( ) const
inherited

Returns the number of times deny-destroy has been requested on the element.

Definition at line 1351 of file REveElement.cxx.

◆ GetDestroyOnZeroRefCnt()

Bool_t REveElement::GetDestroyOnZeroRefCnt ( ) const
inherited

Returns state of flag determining if the element will be destroyed when reference count reaches zero.

This is true by default.

Definition at line 1332 of file REveElement.cxx.

◆ GetDeviator()

std::shared_ptr< Deviator > ROOT::Experimental::REveSelection::GetDeviator ( ) const
inline

Definition at line 133 of file REveSelection.hxx.

◆ GetElementId()

ElementId_t ROOT::Experimental::REveElement::GetElementId ( ) const
inlineinherited

Definition at line 112 of file REveElement.hxx.

◆ GetHighlightTooltip()

std::string REveElement::GetHighlightTooltip ( const std::set< int > & iSet) const
virtualinherited

◆ GetImpliedSelected()

int ROOT::Experimental::REveElement::GetImpliedSelected ( )
inlineinherited

Definition at line 305 of file REveElement.hxx.

◆ GetIsHighlight()

bool ROOT::Experimental::REveSelection::GetIsHighlight ( ) const
inline

Definition at line 130 of file REveSelection.hxx.

◆ GetIsMaster()

bool ROOT::Experimental::REveSelection::GetIsMaster ( ) const
inline

Definition at line 128 of file REveSelection.hxx.

◆ GetMainColor()

virtual Color_t ROOT::Experimental::REveElement::GetMainColor ( ) const
inlinevirtualinherited

Definition at line 234 of file REveElement.hxx.

◆ GetMainColorPtr()

Color_t * ROOT::Experimental::REveElement::GetMainColorPtr ( ) const
inlineinherited

Definition at line 230 of file REveElement.hxx.

◆ GetMainTransparency()

virtual Char_t ROOT::Experimental::REveElement::GetMainTransparency ( ) const
inlinevirtualinherited

Definition at line 243 of file REveElement.hxx.

◆ GetMother()

REveElement * ROOT::Experimental::REveElement::GetMother ( )
inlineinherited

Definition at line 153 of file REveElement.hxx.

◆ GetName()

const std::string & ROOT::Experimental::REveElement::GetName ( ) const
inlineinherited

Definition at line 118 of file REveElement.hxx.

◆ GetRenderData()

REveRenderData * ROOT::Experimental::REveElement::GetRenderData ( ) const
inlineinherited

Definition at line 264 of file REveElement.hxx.

◆ GetRnrAnything()

virtual Bool_t ROOT::Experimental::REveElement::GetRnrAnything ( ) const
inlinevirtualinherited

Definition at line 219 of file REveElement.hxx.

◆ GetRnrChildren()

virtual Bool_t ROOT::Experimental::REveElement::GetRnrChildren ( ) const
inlinevirtualinherited

Definition at line 217 of file REveElement.hxx.

◆ GetRnrSelf()

virtual Bool_t ROOT::Experimental::REveElement::GetRnrSelf ( ) const
inlinevirtualinherited

Definition at line 216 of file REveElement.hxx.

◆ GetRnrState()

virtual Bool_t ROOT::Experimental::REveElement::GetRnrState ( ) const
inlinevirtualinherited

Definition at line 218 of file REveElement.hxx.

◆ GetScene()

REveScene * ROOT::Experimental::REveElement::GetScene ( )
inlineinherited

Definition at line 152 of file REveElement.hxx.

◆ GetSelectionMaster()

REveElement * REveElement::GetSelectionMaster ( )
virtualinherited

Returns the master element - that is:

  • master of projectable, if this is a projected;
  • master of compound, if fCompound is set;
  • master of mother, if kSCBTakeMotherAsMaster bit is set; If non of the above is true, this is returned.

Reimplemented in RecHitProxyBuilder::FWBoxSet, and ROOT::Experimental::REveCollectionCompound.

Definition at line 1392 of file REveElement.cxx.

◆ GetTitle()

const std::string & ROOT::Experimental::REveElement::GetTitle ( ) const
inlineinherited

Definition at line 120 of file REveElement.hxx.

◆ GetUserData()

void * ROOT::Experimental::REveElement::GetUserData ( ) const
inlineinherited

Definition at line 261 of file REveElement.hxx.

◆ GetVizModel()

REveElement * ROOT::Experimental::REveElement::GetVizModel ( ) const
inlineinherited

Definition at line 133 of file REveElement.hxx.

◆ GetVizTag()

const TString & ROOT::Experimental::REveElement::GetVizTag ( ) const
inlineinherited

Definition at line 130 of file REveElement.hxx.

◆ HasAunts()

Bool_t ROOT::Experimental::REveElement::HasAunts ( ) const
inlineinherited

Definition at line 162 of file REveElement.hxx.

◆ HasChild()

Bool_t REveElement::HasChild ( REveElement * el)
inherited

Check if element el is a child of this element.

Definition at line 1070 of file REveElement.cxx.

◆ HasChildren()

Bool_t ROOT::Experimental::REveElement::HasChildren ( ) const
inlineinherited

Definition at line 170 of file REveElement.hxx.

◆ HasMainColor()

virtual Bool_t ROOT::Experimental::REveElement::HasMainColor ( ) const
inlinevirtualinherited

Definition at line 233 of file REveElement.hxx.

◆ HasMainTrans()

virtual Bool_t ROOT::Experimental::REveElement::HasMainTrans ( ) const
inlinevirtualinherited

Definition at line 249 of file REveElement.hxx.

◆ HasMother()

bool ROOT::Experimental::REveElement::HasMother ( )
inlineinherited

Definition at line 150 of file REveElement.hxx.

◆ HasNiece()

bool REveSelection::HasNiece ( REveElement * el) const
overridevirtual

Check if elemenet el is selected (not implied selected).

Implements ROOT::Experimental::REveAunt.

Definition at line 135 of file REveSelection.cxx.

◆ HasNieces()

bool REveSelection::HasNieces ( ) const
overridevirtual

Check if any elements are selected.

Implements ROOT::Experimental::REveAunt.

Definition at line 143 of file REveSelection.cxx.

◆ HasScene()

bool ROOT::Experimental::REveElement::HasScene ( )
inlineinherited

Definition at line 149 of file REveElement.hxx.

◆ IncDenyDestroy()

void REveElement::IncDenyDestroy ( )
inherited

Increases the deny-destroy count of the element.

Call this if you store an external pointer to the element.

Definition at line 1360 of file REveElement.cxx.

◆ IncImpliedSelected()

void ROOT::Experimental::REveElement::IncImpliedSelected ( )
inlineinherited

Definition at line 303 of file REveElement.hxx.

◆ InitMainTrans()

void REveElement::InitMainTrans ( Bool_t can_edit = kTRUE)
virtualinherited

Initialize the main transformation to identity matrix.

If can_edit is true (default), the user will be able to edit the transformation parameters via GUI.

Definition at line 840 of file REveElement.cxx.

◆ IsA()

TClass * REveElement::IsA ( ) const
inherited

Return class for this element Return REveElement class in case dicitonary is not exisiting.

Definition at line 593 of file REveElement.cxx.

◆ IsEmpty()

bool ROOT::Experimental::REveSelection::IsEmpty ( ) const
inline

Definition at line 136 of file REveSelection.hxx.

◆ IsPickable()

Bool_t ROOT::Experimental::REveElement::IsPickable ( ) const
inlineinherited

Definition at line 294 of file REveElement.hxx.

◆ LastChild()

REveElement * REveElement::LastChild ( ) const
inherited

Returns the last child element or 0 if the list is empty.

Definition at line 1172 of file REveElement.cxx.

◆ MapPickedToSelected()

REveElement * REveSelection::MapPickedToSelected ( REveElement * el)

Given element el that was picked or clicked by the user, find the parent/ancestor element that should actually become the main selected element according to current selection mode.

Definition at line 365 of file REveSelection.cxx.

◆ NameTitleChanged()

void REveElement::NameTitleChanged ( )
virtualinherited

Virtual function called when a name or title of the element has been changed.

If you override this, call also the version of your direct base-class.

Definition at line 293 of file REveElement.cxx.

◆ NewElementPicked()

void REveSelection::NewElementPicked ( ElementId_t id,
bool multi,
bool secondary,
const std::set< int > & secondary_idcs = {} )

Called from GUI when user picks or un-picks an element.

Definition at line 480 of file REveSelection.cxx.

◆ NewElementPickedInternal()

void REveSelection::NewElementPickedInternal ( REveElement * el,
bool multi,
bool secondary,
const std::set< int > & secondary_idcs )
protected

Called from NewElementPicked or Deviator::DeviateSelection.

Definition at line 510 of file REveSelection.cxx.

◆ NewElementPickedStr()

void REveSelection::NewElementPickedStr ( ElementId_t id,
bool multi,
bool secondary,
const char * secondary_idcs = "" )

Wrapper for NewElementPickedStr that takes secondary indices as C-style string.

Needed to be able to use TMethodCall interface.

Definition at line 617 of file REveSelection.cxx.

◆ NotEmpty()

bool ROOT::Experimental::REveSelection::NotEmpty ( ) const
inline

Definition at line 137 of file REveSelection.hxx.

◆ NumAunts()

Int_t ROOT::Experimental::REveElement::NumAunts ( ) const
inlineinherited

Definition at line 161 of file REveElement.hxx.

◆ NumChildren()

Int_t ROOT::Experimental::REveElement::NumChildren ( ) const
inlineinherited

Definition at line 169 of file REveElement.hxx.

◆ operator=()

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

◆ PreDeleteElement()

void REveElement::PreDeleteElement ( )
protectedvirtualinherited

Called before the element is deleted, thus offering the last chance to detach from acquired resources and from the framework itself.

Here the request is just passed to REveManager. If you override it, make sure to call base-class version.

Definition at line 211 of file REveElement.cxx.

◆ ProjectAllChildren()

void REveElement::ProjectAllChildren ( Bool_t same_depth = kTRUE)
virtualinherited

If this is a projectable, loop over all projected replicas and add the projected image of all children there.

This is supposed to be called after you destroy all children and then add new ones after this element has already been projected. You might also want to call RecheckImpliedSelections() on this element.

If 'same_depth' flag is true, the same depth as for the projected element is used in every projection. Otherwise current depth of each relevant projection-manager is used.

Definition at line 1049 of file REveElement.cxx.

◆ ProjectChild()

void REveElement::ProjectChild ( REveElement * el,
Bool_t same_depth = kTRUE )
virtualinherited

If this is a projectable, loop over all projected replicas and add the projected image of child 'el' there.

This is supposed to be called after you add a child to a projectable after it has already been projected. You might also want to call RecheckImpliedSelections() on this element or 'el'.

If 'same_depth' flag is true, the same depth as for parent object is used in every projection. Otherwise current depth of each relevant projection-manager is used.

Definition at line 1019 of file REveElement.cxx.

◆ PropagateMainColorToProjecteds()

void REveElement::PropagateMainColorToProjecteds ( Color_t color,
Color_t old_color )
virtualinherited

Propagate color to projected elements.

Definition at line 764 of file REveElement.cxx.

◆ PropagateMainTransparencyToProjecteds()

void REveElement::PropagateMainTransparencyToProjecteds ( Char_t t,
Char_t old_t )
virtualinherited

Propagate transparency to projected elements.

Definition at line 802 of file REveElement.cxx.

◆ PropagateRnrStateToProjecteds()

void REveElement::PropagateRnrStateToProjecteds ( )
virtualinherited

Propagate render state to the projected replicas of this element.

Maybe this should be optional on REX::gEve/element level.

Definition at line 700 of file REveElement.cxx.

◆ PropagateVizParamsToChildren()

void REveElement::PropagateVizParamsToChildren ( REveElement * el = nullptr)
virtualinherited

Propagate visualization parameters from element el (defaulting to this) to all children.

The primary use of this is for model-elements from visualization-parameter database.

Definition at line 386 of file REveElement.cxx.

◆ PropagateVizParamsToProjecteds()

void REveElement::PropagateVizParamsToProjecteds ( )
virtualinherited

Propagate visualization parameters to dependent elements.

MainColor is propagated independently in SetMainColor(). In this case, as fMainColor is a pointer to Color_t, it should be set in TProperClass::CopyVizParams().

Render state is not propagated. Maybe it should be, at least optionally.

Definition at line 370 of file REveElement.cxx.

◆ PtrMainTrans()

REveTrans * REveElement::PtrMainTrans ( Bool_t create = kTRUE)
virtualinherited

Return pointer to main transformation.

If 'create' flag is set (default) it is created if not yet existing.

Definition at line 815 of file REveElement.cxx.

◆ RecheckImpliedSelections()

void REveElement::RecheckImpliedSelections ( )
inherited

Call this if it is possible that implied-selection or highlight has changed for this element or for implied-selection this element is member of and you want to maintain consistent selection state.

This can happen if you add elements into compounds in response to user-interaction.

Definition at line 1437 of file REveElement.cxx.

◆ RecheckImpliedSet()

void REveSelection::RecheckImpliedSet ( SelMap_i & smi)
protected

Recalculate implied-selected state for given selection entry.

Add new elements to implied-selected set and increase their implied-selected count.

Definition at line 253 of file REveSelection.cxx.

◆ RecheckImpliedSetForElement()

void REveSelection::RecheckImpliedSetForElement ( REveElement * el)

If given element is selected or implied-selected within this selection then recheck implied-set for given selection entry.

Definition at line 275 of file REveSelection.cxx.

◆ RefAunts() [1/2]

AuntList_t & ROOT::Experimental::REveElement::RefAunts ( )
inlineinherited

Definition at line 159 of file REveElement.hxx.

◆ RefAunts() [2/2]

const AuntList_t & ROOT::Experimental::REveElement::RefAunts ( ) const
inlineinherited

Definition at line 160 of file REveElement.hxx.

◆ RefChildren() [1/2]

List_t & ROOT::Experimental::REveElement::RefChildren ( )
inlineinherited

Definition at line 167 of file REveElement.hxx.

◆ RefChildren() [2/2]

const List_t & ROOT::Experimental::REveElement::RefChildren ( ) const
inlineinherited

Definition at line 168 of file REveElement.hxx.

◆ RefMainTrans()

REveTrans & REveElement::RefMainTrans ( )
virtualinherited

Return reference to main transformation.

It is created if not yet existing.

Definition at line 827 of file REveElement.cxx.

◆ RefPickToSelect()

const std::vector< int > & ROOT::Experimental::REveSelection::RefPickToSelect ( ) const
inline

Definition at line 124 of file REveSelection.hxx.

◆ RemoveAunt()

void REveElement::RemoveAunt ( REveAunt * au)
virtualinherited

Remove el from the list of aunts.

Removing aunt is subordinate to removing a niece. This is an internal function.

Definition at line 559 of file REveElement.cxx.

◆ RemoveElement()

void REveElement::RemoveElement ( REveElement * el)
virtualinherited

Remove el from the list of children.

Definition at line 926 of file REveElement.cxx.

◆ RemoveElementLocal()

void REveElement::RemoveElementLocal ( REveElement * el)
virtualinherited

Perform additional local removal of el.

Called from RemoveElement() which does whole untangling. Put into special function as framework-related handling of element removal should really be common to all classes and clearing of local structures happens in between removal of list-tree-items and final removal. If you override this, you should also override RemoveElementsLocal().

Reimplemented in ROOT::Experimental::REveCompound, ROOT::Experimental::REvePointSetArray, ROOT::Experimental::REveViewer, and ROOT::Experimental::REveViewerList.

Definition at line 959 of file REveElement.cxx.

◆ RemoveElements()

void REveElement::RemoveElements ( )
virtualinherited

Remove all elements.

This assumes removing of all elements can be done more efficiently then looping over them and removing them one by one.

Definition at line 990 of file REveElement.cxx.

◆ RemoveElementsInternal()

void REveElement::RemoveElementsInternal ( )
protectedvirtualinherited

Remove all elements.

This assumes removing of all elements can be done more efficiently then looping over them and removing one by one. This protected function performs the removal on the level of REveElement.

Definition at line 969 of file REveElement.cxx.

◆ RemoveElementsLocal()

void REveElement::RemoveElementsLocal ( )
virtualinherited

Perform additional local removal of all elements.

See comment to RemoveElementLocal(REveElement*).

Reimplemented in ROOT::Experimental::REveCompound, ROOT::Experimental::REvePointSetArray, ROOT::Experimental::REveViewer, and ROOT::Experimental::REveViewerList.

Definition at line 1003 of file REveElement.cxx.

◆ RemoveImpliedSelected()

void REveSelection::RemoveImpliedSelected ( REveElement * el)

Remove element from all implied-selected sets.

This is called as part of the element destruction from REveManager::PreDeleteElement() and should not be called directly.

Definition at line 231 of file REveSelection.cxx.

◆ RemoveImpliedSelectedReferencesTo()

int REveSelection::RemoveImpliedSelectedReferencesTo ( REveElement * el)

Remove pointers to el from implied selected sets.

Definition at line 660 of file REveSelection.cxx.

◆ RemoveNiece()

virtual void ROOT::Experimental::REveAunt::RemoveNiece ( REveElement * el)
inlinevirtualinherited

Definition at line 396 of file REveElement.hxx.

◆ RemoveNieceInternal()

void REveSelection::RemoveNieceInternal ( REveElement * el)
overridevirtual

Virtual from REveAunt.

Implements ROOT::Experimental::REveAunt.

Definition at line 186 of file REveSelection.cxx.

◆ RemoveNieces()

void REveSelection::RemoveNieces ( )
overridevirtual

Add an element into selection, virtual from REveAunt.

Overriden here just so that a signal can be emitted.

Implements ROOT::Experimental::REveAunt.

Definition at line 210 of file REveSelection.cxx.

◆ RequiresExtraSelectionData()

virtual bool ROOT::Experimental::REveElement::RequiresExtraSelectionData ( ) const
inlinevirtualinherited

◆ ResetAllCSCBits()

void ROOT::Experimental::REveElement::ResetAllCSCBits ( )
inlineinherited

Definition at line 313 of file REveElement.hxx.

◆ ResetCSCBits()

void ROOT::Experimental::REveElement::ResetCSCBits ( UChar_t f)
inlineinherited

Definition at line 310 of file REveElement.hxx.

◆ SaveVizParams()

void REveElement::SaveVizParams ( std::ostream & out,
const TString & tag,
const TString & var )
inherited

Save visualization parameters for this element with given tag.

This function creates the instantiation code, calls virtual WriteVizParams() and, at the end, writes out the code for registration of the model into the VizDB.

Definition at line 434 of file REveElement.cxx.

◆ SelectionAdded()

void REveSelection::SelectionAdded ( REveElement * el)

Emit SelectionAdded signal.

Definition at line 299 of file REveSelection.cxx.

◆ SelectionCleared()

void REveSelection::SelectionCleared ( )

Emit SelectionCleared signal.

Definition at line 317 of file REveSelection.cxx.

◆ SelectionRemoved()

void REveSelection::SelectionRemoved ( REveElement * el)

Emit SelectionRemoved signal.

Definition at line 308 of file REveSelection.cxx.

◆ SelectionRepeated()

void REveSelection::SelectionRepeated ( REveElement * el)

Emit SelectionRepeated signal.

Definition at line 326 of file REveSelection.cxx.

◆ SetChildClass()

void ROOT::Experimental::REveElement::SetChildClass ( TClass * c)
inlineinherited

Definition at line 165 of file REveElement.hxx.

◆ SetCompound()

void ROOT::Experimental::REveElement::SetCompound ( REveCompound * c)
inlineinherited

Definition at line 147 of file REveElement.hxx.

◆ SetCSCBits()

void ROOT::Experimental::REveElement::SetCSCBits ( UChar_t f)
inlineinherited

Definition at line 309 of file REveElement.hxx.

◆ SetDestroyOnZeroRefCnt()

void REveElement::SetDestroyOnZeroRefCnt ( Bool_t d)
inherited

Sets the state of flag determining if the element will be destroyed when reference count reaches zero.

This is true by default.

Definition at line 1342 of file REveElement.cxx.

◆ SetDeviator()

void ROOT::Experimental::REveSelection::SetDeviator ( std::shared_ptr< Deviator > d)
inline

Definition at line 134 of file REveSelection.hxx.

◆ SetEditMainColor()

void ROOT::Experimental::REveElement::SetEditMainColor ( Bool_t x)
inlineinherited

Definition at line 229 of file REveElement.hxx.

◆ SetEditMainTransparency()

void ROOT::Experimental::REveElement::SetEditMainTransparency ( Bool_t x)
inlineinherited

Definition at line 242 of file REveElement.hxx.

◆ SetHiddenEdgeColorRGB()

void REveSelection::SetHiddenEdgeColorRGB ( UChar_t r,
UChar_t g,
UChar_t b )

Set hidden highlight color.

Definition at line 81 of file REveSelection.cxx.

◆ SetIsHighlight()

void ROOT::Experimental::REveSelection::SetIsHighlight ( bool m)
inline

Definition at line 131 of file REveSelection.hxx.

◆ SetIsMaster()

void ROOT::Experimental::REveSelection::SetIsMaster ( bool m)
inline

Definition at line 129 of file REveSelection.hxx.

◆ SetMainAlpha()

void REveElement::SetMainAlpha ( Float_t alpha)
inherited

Set main-transparency via float alpha variable.

Value of alpha is clamped t0 [0, 1].

Definition at line 792 of file REveElement.cxx.

◆ SetMainColor()

◆ SetMainColorPixel()

void REveElement::SetMainColorPixel ( Pixel_t pixel)
inherited

Convert pixel to Color_t and call SetMainColor().

Definition at line 740 of file REveElement.cxx.

◆ SetMainColorPtr()

void ROOT::Experimental::REveElement::SetMainColorPtr ( Color_t * colptr)
inlineinherited

Definition at line 231 of file REveElement.hxx.

◆ SetMainColorRGB() [1/2]

void REveElement::SetMainColorRGB ( Float_t r,
Float_t g,
Float_t b )
inherited

Convert RGB values to Color_t and call SetMainColor.

Definition at line 756 of file REveElement.cxx.

◆ SetMainColorRGB() [2/2]

void REveElement::SetMainColorRGB ( UChar_t r,
UChar_t g,
UChar_t b )
inherited

Convert RGB values to Color_t and call SetMainColor.

Definition at line 748 of file REveElement.cxx.

◆ SetMainTransparency()

void REveElement::SetMainTransparency ( Char_t t)
virtualinherited

Set main-transparency.

Transparency is clamped to [0, 100].

Reimplemented in ROOT::Experimental::REveCompound.

Definition at line 777 of file REveElement.cxx.

◆ SetMirContext()

void REveElement::SetMirContext ( REveElement * el)
staticprotectedinherited

Definition at line 132 of file REveElement.cxx.

◆ SetMirError()

void REveElement::SetMirError ( int error,
std::string_view err_str = "" )
staticprotectedinherited

Definition at line 136 of file REveElement.cxx.

◆ SetName()

void REveElement::SetName ( const std::string & name)
inherited

Set name of an element.

Definition at line 260 of file REveElement.cxx.

◆ SetNameTitle()

void REveElement::SetNameTitle ( const std::string & name,
const std::string & title )
inherited

Set name and title of an element.

Here we attempt to cast the assigned object into TNamed and call SetNameTitle() there. If you override this call NameTitleChanged() from there.

Definition at line 281 of file REveElement.cxx.

◆ SetPickable()

void ROOT::Experimental::REveElement::SetPickable ( Bool_t p)
inlineinherited

Definition at line 295 of file REveElement.hxx.

◆ SetPickableRecursively()

void REveElement::SetPickableRecursively ( Bool_t p)
inherited

Set pickable state on the element and all its children.

Definition at line 1378 of file REveElement.cxx.

◆ SetRnrChildren()

Bool_t REveElement::SetRnrChildren ( Bool_t rnr)
virtualinherited

Set render state of this element's children, i.e.

if they will be published on next scene update pass. Returns true if the state has changed.

Definition at line 640 of file REveElement.cxx.

◆ SetRnrSelf()

Bool_t REveElement::SetRnrSelf ( Bool_t rnr)
virtualinherited

Set render state of this element, i.e.

if it will be published on next scene update pass. Returns true if the state has changed.

Definition at line 617 of file REveElement.cxx.

◆ SetRnrSelfChildren()

Bool_t REveElement::SetRnrSelfChildren ( Bool_t rnr_self,
Bool_t rnr_children )
virtualinherited

Set state for rendering of this element and its children.

Returns true if the state has changed.

Definition at line 661 of file REveElement.cxx.

◆ SetRnrState()

Bool_t REveElement::SetRnrState ( Bool_t rnr)
virtualinherited

Set render state of this element and of its children to the same value.

Returns true if the state has changed.

Reimplemented in ROOT::Experimental::REveDataCollection, and ROOT::Experimental::REveDataItemList.

Definition at line 684 of file REveElement.cxx.

◆ SetSelectionMaster()

void ROOT::Experimental::REveElement::SetSelectionMaster ( REveElement * el)
inlineinherited

Definition at line 299 of file REveElement.hxx.

◆ SetTitle()

void REveElement::SetTitle ( const std::string & title)
inherited

Set title of an element.

Definition at line 269 of file REveElement.cxx.

◆ SetTransMatrix() [1/2]

void REveElement::SetTransMatrix ( const TGeoMatrix & mat)
virtualinherited

Set transformation matrix from TGeo's matrix.

Definition at line 870 of file REveElement.cxx.

◆ SetTransMatrix() [2/2]

void REveElement::SetTransMatrix ( Double_t * carr)
virtualinherited

Set transformation matrix from column-major array.

Definition at line 862 of file REveElement.cxx.

◆ SetupDefaultColorAndTransparency()

void REveElement::SetupDefaultColorAndTransparency ( Color_t col,
Bool_t can_edit_color,
Bool_t can_edit_transparency )
inherited

Set up element to use built-in main color and set flags allowing editing of main color and transparency.

Definition at line 713 of file REveElement.cxx.

◆ SetUserData()

void ROOT::Experimental::REveElement::SetUserData ( void * ud)
inlineinherited

Definition at line 262 of file REveElement.hxx.

◆ SetVisibleEdgeColorRGB()

void REveSelection::SetVisibleEdgeColorRGB ( UChar_t r,
UChar_t g,
UChar_t b )

Set visible highlight color.

Definition at line 73 of file REveSelection.cxx.

◆ SetVizModel()

void REveElement::SetVizModel ( REveElement * model)
inherited

Set visualization-parameter model element.

Calling of this function from outside of EVE should in principle be avoided as it can lead to dis-synchronization of viz-tag and viz-model.

Definition at line 304 of file REveElement.cxx.

◆ SetVizModelByTag()

Bool_t REveElement::SetVizModelByTag ( )
inherited

Find model element in VizDB that corresponds to previously assigned fVizTag and set fVizModel accordingly.

If the tag is not found in VizDB, the old model-element is kept and false is returned.

Definition at line 315 of file REveElement.cxx.

◆ SetVizTag()

void ROOT::Experimental::REveElement::SetVizTag ( const TString & tag)
inlineinherited

Definition at line 131 of file REveElement.hxx.

◆ SingleRnrState()

virtual Bool_t ROOT::Experimental::REveElement::SingleRnrState ( ) const
inlinevirtualinherited

◆ Stamp()

void ROOT::Experimental::REveElement::Stamp ( )
inlineinherited

Definition at line 361 of file REveElement.hxx.

◆ StampColorSelection()

void ROOT::Experimental::REveElement::StampColorSelection ( )
inlineinherited

Definition at line 352 of file REveElement.hxx.

◆ StampElementAdded()

void ROOT::Experimental::REveElement::StampElementAdded ( )
inlineinherited

Definition at line 356 of file REveElement.hxx.

◆ StampObjProps()

void ROOT::Experimental::REveElement::StampObjProps ( )
inlineinherited

Definition at line 354 of file REveElement.hxx.

◆ StampTransBBox()

void ROOT::Experimental::REveElement::StampTransBBox ( )
inlineinherited

Definition at line 353 of file REveElement.hxx.

◆ StampVisibility()

void ROOT::Experimental::REveElement::StampVisibility ( )
inlineinherited

Definition at line 355 of file REveElement.hxx.

◆ TestCSCBits()

Bool_t ROOT::Experimental::REveElement::TestCSCBits ( UChar_t f) const
inlineinherited

Definition at line 311 of file REveElement.hxx.

◆ ToString()

const std::string & REveElement::ToString ( Bool_t b)
staticprotectedinherited

Convert Bool_t to string - kTRUE or kFALSE.

Needed in WriteVizParams().

Definition at line 1494 of file REveElement.cxx.

◆ UserPickedElement()

void REveSelection::UserPickedElement ( REveElement * el,
Bool_t multi = kFALSE )
virtual

Called when user picks/clicks on an element.

If multi is true, the user is requiring a multiple selection (usually this is associated with control-key being pressed at the time of pick event). XXXX Old interface, not used in EVE-7.

Definition at line 428 of file REveSelection.cxx.

◆ UserRePickedElement()

void REveSelection::UserRePickedElement ( REveElement * el)
virtual

Called when element selection is repeated.

XXXX Old interface, not used in EVE-7.

Definition at line 451 of file REveSelection.cxx.

◆ UserUnPickedElement()

void REveSelection::UserUnPickedElement ( REveElement * el)
virtual

Called when an element is unselected.

XXXX Old interface, not used in EVE-7.

Definition at line 465 of file REveSelection.cxx.

◆ VizDB_Apply()

void REveElement::VizDB_Apply ( const std::string & tag)
inherited

Set visual parameters for this object for given tag.

Definition at line 475 of file REveElement.cxx.

◆ VizDB_Insert()

void REveElement::VizDB_Insert ( const std::string & tag,
Bool_t replace = kTRUE,
Bool_t update = kTRUE )
inherited

Create a replica of element and insert it into VizDB with given tag.

If replace is true an existing element with the same tag will be replaced. If update is true, existing client of tag will be updated.

Definition at line 527 of file REveElement.cxx.

◆ VizDB_Reapply()

void REveElement::VizDB_Reapply ( )
inherited

Reset visual parameters for this object from VizDB.

The model object must be already set.

Definition at line 487 of file REveElement.cxx.

◆ VizDB_UpdateModel()

void REveElement::VizDB_UpdateModel ( Bool_t update = kTRUE)
inherited

Copy visual parameters from this element to viz-db model.

If update is set, all clients of the model will be updated to the new value. A warning is printed if the model-element fVizModel is not set.

Definition at line 502 of file REveElement.cxx.

◆ WriteCoreJson()

Int_t REveSelection::WriteCoreJson ( nlohmann::json & cj,
Int_t rnr_offset )
overridevirtual

Write core json. If rnr_offset negative, render data will not be written.

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 682 of file REveSelection.cxx.

◆ WriteVizParams()

void REveElement::WriteVizParams ( std::ostream & out,
const TString & var )
virtualinherited

Write-out visual parameters for this object.

This is a virtual function and all sub-classes are required to first call the base-element version. The name of the element pointer is 'x%03d', due to historical CINT limitations. Three spaces should be used for indentation, same as in SavePrimitive() methods.

Reimplemented in ROOT::Experimental::REveLine, ROOT::Experimental::REvePointSet, ROOT::Experimental::REveShape, ROOT::Experimental::REveStraightLineSet, ROOT::Experimental::REveTrack, and ROOT::Experimental::REveTrackList.

Definition at line 461 of file REveElement.cxx.

◆ Deviator

friend class Deviator
friend

Definition at line 30 of file REveSelection.hxx.

Member Data Documentation

◆ fActive

bool ROOT::Experimental::REveSelection::fActive {true}
protected

!

Definition at line 93 of file REveSelection.hxx.

◆ fAunts

AuntList_t ROOT::Experimental::REveElement::fAunts
protectedinherited

Definition at line 76 of file REveElement.hxx.

◆ fCanEditMainColor

Bool_t ROOT::Experimental::REveElement::fCanEditMainColor {kFALSE}
protectedinherited

Definition at line 88 of file REveElement.hxx.

◆ fCanEditMainTrans

Bool_t ROOT::Experimental::REveElement::fCanEditMainTrans {kFALSE}
protectedinherited

Definition at line 90 of file REveElement.hxx.

◆ fCanEditMainTransparency

Bool_t ROOT::Experimental::REveElement::fCanEditMainTransparency {kFALSE}
protectedinherited

Definition at line 89 of file REveElement.hxx.

◆ fChangeBits

UChar_t ROOT::Experimental::REveElement::fChangeBits {0}
protectedinherited

!

Definition at line 340 of file REveElement.hxx.

◆ fChildClass

TClass* ROOT::Experimental::REveElement::fChildClass {nullptr}
protectedinherited

Definition at line 78 of file REveElement.hxx.

◆ fChildren

List_t ROOT::Experimental::REveElement::fChildren
protectedinherited

Definition at line 77 of file REveElement.hxx.

◆ fCompound

REveCompound* ROOT::Experimental::REveElement::fCompound {nullptr}
protectedinherited

Definition at line 79 of file REveElement.hxx.

◆ fCSCBits

UChar_t ROOT::Experimental::REveElement::fCSCBits {0}
protectedinherited

Definition at line 291 of file REveElement.hxx.

◆ fDefaultColor

Color_t ROOT::Experimental::REveElement::fDefaultColor {kPink}
protectedinherited

Definition at line 93 of file REveElement.hxx.

◆ fDenyDestroy

Int_t ROOT::Experimental::REveElement::fDenyDestroy {0}
protectedinherited

! Deny-destroy count.

Definition at line 83 of file REveElement.hxx.

◆ fDestroyOnZeroRefCnt

Bool_t ROOT::Experimental::REveElement::fDestroyOnZeroRefCnt {kTRUE}
protectedinherited

Definition at line 84 of file REveElement.hxx.

◆ fDestructing

Char_t ROOT::Experimental::REveElement::fDestructing {kNone}
protectedinherited

!

Definition at line 341 of file REveElement.hxx.

◆ fDeviator

std::shared_ptr<Deviator> ROOT::Experimental::REveSelection::fDeviator
protected

!

Definition at line 99 of file REveSelection.hxx.

◆ fElementId

ElementId_t ROOT::Experimental::REveElement::fElementId {0}
privateinherited

Definition at line 60 of file REveElement.hxx.

◆ fHiddenEdgeColor

Color_t ROOT::Experimental::REveSelection::fHiddenEdgeColor
protected

!

Definition at line 90 of file REveSelection.hxx.

◆ fImpliedSelected

Short_t ROOT::Experimental::REveElement::fImpliedSelected {0}
protectedinherited

Definition at line 289 of file REveElement.hxx.

◆ fIsHighlight

bool ROOT::Experimental::REveSelection::fIsHighlight {false}
protected

!

Definition at line 95 of file REveSelection.hxx.

◆ fIsMaster

bool ROOT::Experimental::REveSelection::fIsMaster {false}
protected

!

Definition at line 94 of file REveSelection.hxx.

◆ fMainColorPtr

Color_t* ROOT::Experimental::REveElement::fMainColorPtr {nullptr}
protectedinherited

Definition at line 94 of file REveElement.hxx.

◆ fMainTrans

std::unique_ptr<REveTrans> ROOT::Experimental::REveElement::fMainTrans
protectedinherited

Definition at line 95 of file REveElement.hxx.

◆ fMainTransparency

Char_t ROOT::Experimental::REveElement::fMainTransparency {0}
protectedinherited

Definition at line 92 of file REveElement.hxx.

◆ fMap

SelMap_t ROOT::Experimental::REveSelection::fMap
protected

!

Definition at line 97 of file REveSelection.hxx.

◆ fMother

REveElement* ROOT::Experimental::REveElement::fMother {nullptr}
protectedinherited

Definition at line 63 of file REveElement.hxx.

◆ fName

std::string ROOT::Experimental::REveElement::fName
protectedinherited

Definition at line 74 of file REveElement.hxx.

◆ fPickable

Bool_t ROOT::Experimental::REveElement::fPickable {false}
protectedinherited

Definition at line 290 of file REveElement.hxx.

◆ fPickToSelect

std::vector<int> ROOT::Experimental::REveSelection::fPickToSelect
protected

!

Definition at line 92 of file REveSelection.hxx.

◆ fRenderData

std::unique_ptr<REveRenderData> ROOT::Experimental::REveElement::fRenderData
protectedinherited

! Vertex / normal / triangle index information for rendering.

Definition at line 99 of file REveElement.hxx.

◆ fRnrChildren

Bool_t ROOT::Experimental::REveElement::fRnrChildren {kTRUE}
protectedinherited

Definition at line 87 of file REveElement.hxx.

◆ fRnrSelf

Bool_t ROOT::Experimental::REveElement::fRnrSelf {kTRUE}
protectedinherited

Definition at line 86 of file REveElement.hxx.

◆ fScene

REveScene* ROOT::Experimental::REveElement::fScene {nullptr}
protectedinherited

Definition at line 64 of file REveElement.hxx.

◆ fSelectionMaster

REveElement* ROOT::Experimental::REveElement::fSelectionMaster {nullptr}
protectedinherited

Definition at line 65 of file REveElement.hxx.

◆ fTitle

std::string ROOT::Experimental::REveElement::fTitle
protectedinherited

Definition at line 75 of file REveElement.hxx.

◆ fUserData

void* ROOT::Experimental::REveElement::fUserData {nullptr}
protectedinherited

! Externally assigned and controlled user data.

Definition at line 97 of file REveElement.hxx.

◆ fVisibleEdgeColor

Color_t ROOT::Experimental::REveSelection::fVisibleEdgeColor
protected

!

Definition at line 89 of file REveSelection.hxx.

◆ fVizModel

REveElement* ROOT::Experimental::REveElement::fVizModel {nullptr}
protectedinherited

! Element used as model from VizDB.

Definition at line 80 of file REveElement.hxx.

◆ fVizTag

TString ROOT::Experimental::REveElement::fVizTag
protectedinherited

Definition at line 81 of file REveElement.hxx.

◆ stlMirAlpha

REveElement * REveElement::stlMirAlpha = nullptr
thread_localstaticprotectedinherited

Definition at line 343 of file REveElement.hxx.

◆ stlMirError

int REveElement::stlMirError = 0
thread_localstaticprotectedinherited

Definition at line 344 of file REveElement.hxx.

◆ stlMirErrorString

std::string REveElement::stlMirErrorString
thread_localstaticprotectedinherited

Definition at line 345 of file REveElement.hxx.


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