Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RecHitProxyBuilder::FWBoxSet Class Reference

Definition at line 372 of file collection_proxies.C.

Public Types

typedef std::list< REveAunt * > AuntList_t
typedef void(* Callback_foo) (const REveDigitSet *, Int_t, TObject *)
enum  EBoxType_e {
  kBT_Undef , kBT_FreeBox , kBT_Instanced , kBT_InstancedScaled ,
  kBT_InstancedScaledRotated
}
enum  EChangeBits {
  kCBColorSelection = (1ULL << (0)) , kCBTransBBox = (1ULL << (1)) , kCBObjProps = (1ULL << (2)) , kCBVisibility = (1ULL << (3)) ,
  kCBElementAdded = (1ULL << (4))
}
enum  ERenderMode_e { kRM_AsIs , kRM_Line , kRM_Fill }
enum  EShape_e { kBox , kHex , kCone , kConeCapped }
typedef std::list< REveElement * > List_t
typedef std::set< Int_tSelectionSet_t
typedef std::set< REveElement * > Set_t
typedef std::string(* TooltipCB_foo) (const REveDigitSet *, Int_t)

Public Member Functions

virtual Bool_t AcceptElement (REveElement *el)
 Check if el can be added to this element.
virtual void AddAunt (REveAunt *au)
 Add el into the list aunts.
void AddBox (const Float_t *verts)
void AddBox (Float_t a, Float_t b, Float_t c)
void AddBox (Float_t a, Float_t b, Float_t c, Float_t w, Float_t h, Float_t d)
void AddCone (const REveVector &pos, const REveVector &dir, Float_t r)
 Create a cone with apex at pos, axis dir and radius r.
virtual void AddElement (REveElement *el)
 Add el to the list of children.
void AddEllipticCone (const REveVector &pos, const REveVector &dir, Float_t r, Float_t r2, Float_t angle=0)
 Create a cone with apex at pos, axis dir and radius r.
void AddFreeBox (const Float_t *verts)
 Create a new box from a set of 8 vertices.
void AddHex (const REveVector &pos, Float_t r, Float_t angle, Float_t depth)
 Create a hexagonal prism with center of one hexagon at pos, radius of hexagon vertices r, rotation angle angle (in degrees), and length along z of depth.
void AddInstance (Float_t a, Float_t b, Float_t c)
 Create a new axis-aligned box from at a given position.
void AddInstanceMat4 (const Float_t *mat4)
 Create shape with arbitrary transformtaion.
void AddInstanceScaled (Float_t a, Float_t b, Float_t c, Float_t w, Float_t h, Float_t d)
 Create a new axis-aligned box from at a given position and with specified dimensions.
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.
Float_tAssertBBox ()
REveRGBAPaletteAssertPalette ()
 Make sure the REveRGBAPalette pointer is not null.
void BuildRenderData () override
 Creates 3D point array for rendering.
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.
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.
void ComputeBBox () override
 Fill bounding-box information of the base-class TAttBBox (virtual method).
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 ()
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 DigitColor (Color_t ci)
 Set color for the last digit added.
void DigitColor (Color_t ci, Char_t transparency)
 Set color for the last digit added.
void DigitColor (UChar_t *rgba)
 Set color for the last digit added.
void DigitColor (UChar_t r, UChar_t g, UChar_t b, UChar_t a=255)
 Set color for the last digit added.
void DigitId (Int_t n, TObject *id)
 Set external id for the last added digit.
void DigitId (TObject *id)
 Set external object reference for the last digit added.
void DigitValue (Int_t value)
 Set signal value for the last digit added.
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.
void FillExtraSelectionData (nlohmann::json &j, const std::set< int > &secondary_idcs) const override
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.
Bool_t GetAlwaysSecSelect () const
Bool_t GetAntiFlick () const
int GetAtomIdxFromShapeIdx (int) const
 Utility function for maping digit idx with visible shape idx.
Float_tGetBBox ()
Bool_t GetBBoxOK () const
Int_t GetBoxSkip () const
Callback_foo GetCallbackFoo () const
UChar_t GetChangeBits () const
TClassGetChildClass () const
const char * GetCName () const
REveCompoundGetCompound ()
const char * GetCTitle () const
Float_t GetDefDepth () const
Float_t GetDefHeight () const
Float_t GetDefWidth () 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.
Bool_t GetDetIdsAsSecondaryIndices () const
DigitBase_tGetDigit (Int_t n) const
Bool_t GetDisableLighting () const
Bool_t GetDrawConeCap () const
ElementId_t GetElementId () const
Bool_t GetEmitSignals () const
REveFrameBoxGetFrame () const
Bool_t GetHighlightFrame () const
std::string GetHighlightTooltip (const std::set< int > &secondary_idcs) const override
 Return tooltip for highlighted element if always-sec-select is set.
Bool_t GetHistoButtons () const
TObjectGetId (Int_t n) const
 Set external object reference for digit n.
int GetImpliedSelected ()
virtual Color_t GetMainColor () const
Color_tGetMainColorPtr () const
virtual Char_t GetMainTransparency () const
REveElementGetMother ()
const std::string & GetName () const
REveRGBAPaletteGetPalette () const
REveChunkManagerGetPlex ()
REveRenderDataGetRenderData () const
ERenderMode_e GetRenderMode () const
virtual Bool_t GetRnrAnything () const
virtual Bool_t GetRnrChildren () const
virtual Bool_t GetRnrSelf () const
virtual Bool_t GetRnrState () const
REveSceneGetScene ()
REveElementGetSelectionMaster () override
 Returns the master element - that is:
Bool_t GetSelectViaFrame () const
int GetShapeIdxFromAtomIdx (int) const
 Utility function for maping shape idx to digit idx.
const std::string & GetTitle () const
TooltipCB_foo GetTooltipCBFoo () const
void * GetUserData () const
Bool_t GetValueIsColor () 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 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.
bool Instanced ()
 Use instancing in RenderCore.
TClassIsA () const
 Return class for this element Return REveElement class in case dicitonary is not exisiting.
virtual TClassIsA () const
virtual TClassIsA () const
bool IsDigitVisible (const DigitBase_t *) const
 Utility function for maping digit idx with visible shape idx.
Bool_t IsPickable () const
REveElementLastChild () const
 Returns the last child element or 0 if the list is empty.
virtual void NameTitleChanged ()
 Virtual function called when a name or title of the element has been changed.
void NewShapePicked (int shapeId, Int_t selectionId, bool multi)
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.
AuntList_tRefAunts ()
const AuntList_tRefAunts () const
List_tRefChildren ()
const List_tRefChildren () const
SelectionSet_tRefHighlightedSet ()
void RefitPlex ()
 Instruct underlying memory allocator to regroup itself into a contiguous memory chunk.
virtual REveTransRefMainTrans ()
 Return reference to main transformation.
SelectionSet_tRefSelectedSet ()
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.
bool RequiresExtraSelectionData () const override
void Reset ()
 Reset the data containers to zero size.
void Reset (EBoxType_e boxType, Bool_t valIsCol, Int_t chunkSize)
void ResetAllCSCBits ()
void ResetBBox ()
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 ScanMinMaxValues (Int_t &min, Int_t &max)
 Iterate over the digits and determine min and max signal values.
void SetAlwaysSecSelect (Bool_t f)
void SetAntiFlick (Bool_t f)
void SetBoxSkip (Int_t bs)
void SetCallbackFoo (Callback_foo f)
void SetChildClass (TClass *c)
void SetCompound (REveCompound *c)
void SetCSCBits (UChar_t f)
void SetCurrentDigit (Int_t idx)
 Set current digit – the one that will receive calls to DigitValue/Color/Id/UserData() functions.
void SetDefDepth (Float_t v)
void SetDefHeight (Float_t v)
void SetDefWidth (Float_t v)
void SetDestroyOnZeroRefCnt (Bool_t d)
 Sets the state of flag determining if the element will be destroyed when reference count reaches zero.
void SetDetIdsAsSecondaryIndices (Bool_t o)
void SetDisableLighting (Bool_t l)
void SetDrawConeCap (Bool_t x)
void SetEditMainColor (Bool_t x)
void SetEditMainTransparency (Bool_t x)
void SetEmitSignals (Bool_t f)
void SetFrame (REveFrameBox *b)
 Set REveFrameBox pointer.
void SetHighlightFrame (Bool_t hf)
void SetHistoButtons (Bool_t f)
void SetMainAlpha (Float_t alpha)
 Set main-transparency via float alpha variable.
void SetMainColor (Color_t color) override
 Override from REveElement, forward to Frame.
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 SetPalette (REveRGBAPalette *p)
 Set REveRGBAPalette pointer.
void SetPickable (Bool_t p)
void SetPickableRecursively (Bool_t p)
 Set pickable state on the element and all its children.
void SetRenderMode (ERenderMode_e rm)
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 SetSelectViaFrame (Bool_t sf)
void SetShape (EShape_e x)
void SetTitle (const std::string &title)
 Set title of an element.
void SetTooltipCBFoo (TooltipCB_foo f)
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 SetupBBoxCube (Float_t extent, Float_t x, Float_t y, Float_t z)
 Setup bounding box as cube with given extent and center position.
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 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
virtual void Sizeof3D () const
 Set total size of this 3D object (used by X3D interface).
void Stamp ()
void StampColorSelection ()
void StampElementAdded ()
void StampObjProps ()
void StampTransBBox ()
void StampVisibility ()
virtual void Streamer (TBuffer &)
virtual void Streamer (TBuffer &)
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
void Test (Int_t nboxes)
 Fill the structure with a random set of boxes.
Bool_t TestCSCBits (UChar_t f) const
void UseSingleColor ()
 Instruct digit-set to use single color for its digits.
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 &j, Int_t rnr_offset) override
 Fill core part of JSON representation.
virtual void WriteVizParams (std::ostream &out, const TString &var)
 Write-out visual parameters for this object.

Static Public Member Functions

static TClassClass ()
static TClassClass ()
static const char * Class_Name ()
static const char * Class_Name ()
static constexpr Version_t Class_Version ()
static constexpr Version_t Class_Version ()
static const char * DeclFileName ()
static const char * DeclFileName ()

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

virtual void AnnihilateRecursively ()
 Protected member function called from REveElement::Annihilate().
void AssertBBoxExtents (Float_t epsilon=0.005)
 Assert extents of all sides of the bounding-box are at least epsilon.
void assign_element_id_recurisvely ()
void assign_scene_recursively (REveScene *s)
void BBoxCheckPoint (const Float_t *p)
void BBoxCheckPoint (Float_t x, Float_t y, Float_t z)
void BBoxClear ()
 Remove BBox information.
void BBoxInit (Float_t infinity=1e6)
 Allocate and prepare for incremental filling.
void BBoxZero (Float_t epsilon=0, Float_t x=0, Float_t y=0, Float_t z=0)
 Create cube of volume (2*epsilon)^3 at (x,y,z).
ElementId_t get_mother_id () const
ElementId_t get_scene_id () const
unsigned int GetColorFromDigit (REveDigitSet::DigitBase_t &digit)
 Get int value for color.
float GetColorFromDigitAsFloat (REveDigitSet::DigitBase_t &digit)
DigitBase_tNewDigit ()
 Protected method called whenever a new digit is added.
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 ReleaseIds ()
 Protected method.
virtual void RemoveElementsInternal ()
 Remove all elements.
void WriteShapeData (REveDigitSet::DigitBase_t &digit)
 Write shape data for different cases.

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 Int_t SizeofAtom (EBoxType_e bt)
 Return size of data-structure describing a box of type bt.
static const std::string & ToString (Bool_t b)
 Convert Bool_t to string - kTRUE or kFALSE.

Protected Attributes

Bool_t fAlwaysSecSelect {kFALSE}
Bool_t fAntiFlick
AuntList_t fAunts
Float_tfBBox
 ! Dynamic Float_t[6] X(min,max), Y(min,max), Z(min,max)
Int_t fBoxSkip
EBoxType_e fBoxType
Callback_foo fCallbackFoo
 ! Additional function to call on secondary-select.
Bool_t fCanEditMainColor {kFALSE}
Bool_t fCanEditMainTrans {kFALSE}
Bool_t fCanEditMainTransparency {kFALSE}
UChar_t fChangeBits {0}
 !
TClassfChildClass {nullptr}
List_t fChildren
Color_t fColor
REveCompoundfCompound {nullptr}
UChar_t fCSCBits {0}
Color_t fDefaultColor {kPink}
Int_t fDefaultValue
Float_t fDefDepth {1}
Float_t fDefHeight {1}
Float_t fDefWidth {1}
Int_t fDenyDestroy {0}
 ! Deny-destroy count.
Bool_t fDestroyOnZeroRefCnt {kTRUE}
Char_t fDestructing {kNone}
 !
Bool_t fDetIdsAsSecondaryIndices
TRefArrayfDigitIds {nullptr}
Bool_t fDisableLighting
Bool_t fDrawConeCap {false}
Bool_t fEmitSignals
REveFrameBoxfFrame
SelectionSet_t fHighlightedSet
Bool_t fHighlightFrame
Bool_t fHistoButtons
Short_t fImpliedSelected {0}
DigitBase_tfLastDigit
 ! The last / current digit added to collection.
Int_t fLastIdx
 ! The last / current idx added to collection.
Color_tfMainColorPtr {nullptr}
std::unique_ptr< REveTransfMainTrans
Char_t fMainTransparency {0}
REveElementfMother {nullptr}
std::string fName
Bool_t fOwnIds {false}
REveRGBAPalettefPalette
Bool_t fPickable {false}
REveChunkManager fPlex
std::unique_ptr< REveRenderDatafRenderData
 ! Vertex / normal / triangle index information for rendering.
ERenderMode_e fRenderMode
Bool_t fRnrChildren {kTRUE}
Bool_t fRnrSelf {kTRUE}
REveScenefScene {nullptr}
SelectionSet_t fSelectedSet
REveElementfSelectionMaster {nullptr}
Bool_t fSelectViaFrame
EShape_e fShapeType {kBox}
Bool_t fSingleColor
int fTexX {0}
int fTexY {0}
std::string fTitle
TooltipCB_foo fTooltipCBFoo
 ! Function providing highlight tooltips when always-sec-select is active.
void * fUserData {nullptr}
 ! Externally assigned and controlled user data.
Bool_t fValueIsColor {false}
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 Attributes

ElementId_t fElementId {0}
Inheritance diagram for RecHitProxyBuilder::FWBoxSet:
ROOT::Experimental::REveBoxSet ROOT::Experimental::REveDigitSet ROOT::Experimental::REveElement TAtt3D TAttBBox ROOT::Experimental::REveSecondarySelectable

Member Typedef Documentation

◆ AuntList_t

Definition at line 57 of file REveElement.hxx.

◆ Callback_foo

typedef void(* ROOT::Experimental::REveDigitSet::Callback_foo) (const REveDigitSet *, Int_t, TObject *)
inherited

Definition at line 45 of file REveDigitSet.hxx.

◆ List_t

Definition at line 53 of file REveElement.hxx.

◆ SelectionSet_t

◆ Set_t

Definition at line 55 of file REveElement.hxx.

◆ TooltipCB_foo

typedef std::string(* ROOT::Experimental::REveDigitSet::TooltipCB_foo) (const REveDigitSet *, Int_t)
inherited

Definition at line 46 of file REveDigitSet.hxx.

Member Enumeration Documentation

◆ EBoxType_e

Enumerator
kBT_Undef 
kBT_FreeBox 
kBT_Instanced 
kBT_InstancedScaled 
kBT_InstancedScaledRotated 

Definition at line 31 of file REveBoxSet.hxx.

◆ 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.

◆ ERenderMode_e

Enumerator
kRM_AsIs 
kRM_Line 
kRM_Fill 

Definition at line 43 of file REveDigitSet.hxx.

◆ EShape_e

Enumerator
kBox 
kHex 
kCone 
kConeCapped 

Definition at line 39 of file REveBoxSet.hxx.

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.

◆ 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.

◆ AddBox() [1/3]

void ROOT::Experimental::REveBoxSet::AddBox ( const Float_t * verts)
inlineinherited

Definition at line 86 of file REveBoxSet.hxx.

◆ AddBox() [2/3]

void ROOT::Experimental::REveBoxSet::AddBox ( Float_t a,
Float_t b,
Float_t c )
inlineinherited

Definition at line 88 of file REveBoxSet.hxx.

◆ AddBox() [3/3]

void ROOT::Experimental::REveBoxSet::AddBox ( Float_t a,
Float_t b,
Float_t c,
Float_t w,
Float_t h,
Float_t d )
inlineinherited

Definition at line 87 of file REveBoxSet.hxx.

◆ AddCone()

void REveBoxSet::AddCone ( const REveVector & pos,
const REveVector & dir,
Float_t r )
inherited

Create a cone with apex at pos, axis dir and radius r.

To be used for box-type kBT_Cone.

Definition at line 174 of file REveBoxSet.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.

◆ AddEllipticCone()

void REveBoxSet::AddEllipticCone ( const REveVector & pos,
const REveVector & dir,
Float_t r,
Float_t r2,
Float_t angle = 0 )
inherited

Create a cone with apex at pos, axis dir and radius r.

To be used for box-type kBT_EllipticCone.

Definition at line 200 of file REveBoxSet.cxx.

◆ AddFreeBox()

void REveBoxSet::AddFreeBox ( const Float_t * verts)
inherited

Create a new box from a set of 8 vertices.

To be used for box-type kBT_FreeBox.

Definition at line 113 of file REveBoxSet.cxx.

◆ AddHex()

void REveBoxSet::AddHex ( const REveVector & pos,
Float_t r,
Float_t angle,
Float_t depth )
inherited

Create a hexagonal prism with center of one hexagon at pos, radius of hexagon vertices r, rotation angle angle (in degrees), and length along z of depth.

To be used for box-type kBT_Hex.

Definition at line 228 of file REveBoxSet.cxx.

◆ AddInstance()

void REveBoxSet::AddInstance ( Float_t a,
Float_t b,
Float_t c )
inherited

Create a new axis-aligned box from at a given position.

To be used for box-type kBT_AABoxFixedDim.

Definition at line 146 of file REveBoxSet.cxx.

◆ AddInstanceMat4()

void REveBoxSet::AddInstanceMat4 ( const Float_t * mat4)
inherited

Create shape with arbitrary transformtaion.

Definition at line 160 of file REveBoxSet.cxx.

◆ AddInstanceScaled()

void REveBoxSet::AddInstanceScaled ( Float_t a,
Float_t b,
Float_t c,
Float_t w,
Float_t h,
Float_t d )
inherited

Create a new axis-aligned box from at a given position and with specified dimensions.

To be used for box-type kBT_AABox.

Definition at line 130 of file REveBoxSet.cxx.

◆ 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.

◆ AssertBBox()

Float_t * TAttBBox::AssertBBox ( )
inlineinherited

Definition at line 56 of file TAttBBox.h.

◆ AssertBBoxExtents()

void TAttBBox::AssertBBoxExtents ( Float_t epsilon = 0.005)
protectedinherited

Assert extents of all sides of the bounding-box are at least epsilon.

Definition at line 61 of file TAttBBox.cxx.

◆ AssertPalette()

REveRGBAPalette * REveDigitSet::AssertPalette ( )
inherited

Make sure the REveRGBAPalette pointer is not null.

If it is not set, a new one is instantiated and the range is set to current min/max signal values.

Definition at line 439 of file REveDigitSet.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.

◆ BBoxCheckPoint() [1/2]

void TAttBBox::BBoxCheckPoint ( const Float_t * p)
inlineprotectedinherited

Definition at line 79 of file TAttBBox.h.

◆ BBoxCheckPoint() [2/2]

void TAttBBox::BBoxCheckPoint ( Float_t x,
Float_t y,
Float_t z )
inlineprotectedinherited

Definition at line 69 of file TAttBBox.h.

◆ BBoxClear()

void TAttBBox::BBoxClear ( )
protectedinherited

Remove BBox information.

Definition at line 53 of file TAttBBox.cxx.

◆ BBoxInit()

void TAttBBox::BBoxInit ( Float_t infinity = 1e6)
protectedinherited

Allocate and prepare for incremental filling.

Definition at line 28 of file TAttBBox.cxx.

◆ BBoxZero()

void TAttBBox::BBoxZero ( Float_t epsilon = 0,
Float_t x = 0,
Float_t y = 0,
Float_t z = 0 )
protectedinherited

Create cube of volume (2*epsilon)^3 at (x,y,z).

epsilon is zero by default.

Definition at line 41 of file TAttBBox.cxx.

◆ BuildRenderData()

void REveBoxSet::BuildRenderData ( )
overridevirtualinherited

Creates 3D point array for rendering.

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 382 of file REveBoxSet.cxx.

◆ 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.

◆ Class() [1/2]

TClass * TAtt3D::Class ( )
staticinherited
Returns
TClass describing this class

◆ Class() [2/2]

TClass * TAttBBox::Class ( )
staticinherited
Returns
TClass describing this class

◆ Class_Name() [1/2]

const char * TAtt3D::Class_Name ( )
staticinherited
Returns
Name of this class

◆ Class_Name() [2/2]

const char * TAttBBox::Class_Name ( )
staticinherited
Returns
Name of this class

◆ Class_Version() [1/2]

constexpr Version_t TAtt3D::Class_Version ( )
inlinestaticconstexprinherited
Returns
Version of this class

Definition at line 27 of file TAtt3D.h.

◆ Class_Version() [2/2]

constexpr Version_t TAttBBox::Class_Version ( )
inlinestaticconstexprinherited
Returns
Version of this class

Definition at line 63 of file TAttBBox.h.

◆ ClearMirContext()

void REveElement::ClearMirContext ( )
staticprotectedinherited

Definition at line 126 of file REveElement.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.

◆ ComputeBBox()

void REveBoxSet::ComputeBBox ( )
overridevirtualinherited

Fill bounding-box information of the base-class TAttBBox (virtual method).

If member 'REveFrameBox* fFrame' is set, frame's corners are used as bbox.

Implements TAttBBox.

Definition at line 249 of file REveBoxSet.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.

◆ 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.

◆ DeclFileName() [1/2]

const char * TAtt3D::DeclFileName ( )
inlinestaticinherited
Returns
Name of the file containing the class declaration

Definition at line 27 of file TAtt3D.h.

◆ DeclFileName() [2/2]

const char * TAttBBox::DeclFileName ( )
inlinestaticinherited
Returns
Name of the file containing the class declaration

Definition at line 63 of file TAttBBox.h.

◆ 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.

◆ DigitColor() [1/4]

void REveDigitSet::DigitColor ( Color_t ci)
inherited

Set color for the last digit added.

Definition at line 291 of file REveDigitSet.cxx.

◆ DigitColor() [2/4]

void REveDigitSet::DigitColor ( Color_t ci,
Char_t transparency )
inherited

Set color for the last digit added.

Definition at line 299 of file REveDigitSet.cxx.

◆ DigitColor() [3/4]

void REveDigitSet::DigitColor ( UChar_t * rgba)
inherited

Set color for the last digit added.

Definition at line 316 of file REveDigitSet.cxx.

◆ DigitColor() [4/4]

void REveDigitSet::DigitColor ( UChar_t r,
UChar_t g,
UChar_t b,
UChar_t a = 255 )
inherited

Set color for the last digit added.

Definition at line 307 of file REveDigitSet.cxx.

◆ DigitId() [1/2]

void REveDigitSet::DigitId ( Int_t n,
TObject * id )
inherited

Set external id for the last added digit.

Definition at line 333 of file REveDigitSet.cxx.

◆ DigitId() [2/2]

void REveDigitSet::DigitId ( TObject * id)
inherited

Set external object reference for the last digit added.

Definition at line 325 of file REveDigitSet.cxx.

◆ DigitValue()

void REveDigitSet::DigitValue ( Int_t value)
inherited

Set signal value for the last digit added.

Definition at line 283 of file REveDigitSet.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.

◆ 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()

void REveDigitSet::FillExtraSelectionData ( nlohmann::json & j,
const std::set< int > & secondary_idcs ) const
overridevirtualinherited

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 551 of file REveDigitSet.cxx.

◆ 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.

◆ 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.

◆ GetAlwaysSecSelect()

Bool_t ROOT::Experimental::REveSecondarySelectable::GetAlwaysSecSelect ( ) const
inlineinherited

Definition at line 43 of file REveSecondarySelectable.hxx.

◆ GetAntiFlick()

Bool_t ROOT::Experimental::REveDigitSet::GetAntiFlick ( ) const
inlineinherited

Definition at line 94 of file REveDigitSet.hxx.

◆ GetAtomIdxFromShapeIdx()

int REveDigitSet::GetAtomIdxFromShapeIdx ( int iShapeIdx) const
inherited

Utility function for maping digit idx with visible shape idx.

Definition at line 485 of file REveDigitSet.cxx.

◆ GetBBox()

Float_t * TAttBBox::GetBBox ( )
inlineinherited

Definition at line 55 of file TAttBBox.h.

◆ GetBBoxOK()

Bool_t TAttBBox::GetBBoxOK ( ) const
inlineinherited

Definition at line 54 of file TAttBBox.h.

◆ GetBoxSkip()

Int_t ROOT::Experimental::REveBoxSet::GetBoxSkip ( ) const
inlineinherited

Definition at line 110 of file REveBoxSet.hxx.

◆ GetCallbackFoo()

Callback_foo ROOT::Experimental::REveDigitSet::GetCallbackFoo ( ) const
inlineinherited

Definition at line 172 of file REveDigitSet.hxx.

◆ 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.

◆ GetColorFromDigit()

unsigned int REveBoxSet::GetColorFromDigit ( REveDigitSet::DigitBase_t & digi)
protectedinherited

Get int value for color.

Used for case of instancing.

Definition at line 426 of file REveBoxSet.cxx.

◆ GetColorFromDigitAsFloat()

float REveBoxSet::GetColorFromDigitAsFloat ( REveDigitSet::DigitBase_t & digit)
protectedinherited

Definition at line 446 of file REveBoxSet.cxx.

◆ 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.

◆ GetDefDepth()

Float_t ROOT::Experimental::REveBoxSet::GetDefDepth ( ) const
inlineinherited

Definition at line 102 of file REveBoxSet.hxx.

◆ GetDefHeight()

Float_t ROOT::Experimental::REveBoxSet::GetDefHeight ( ) const
inlineinherited

Definition at line 101 of file REveBoxSet.hxx.

◆ GetDefWidth()

Float_t ROOT::Experimental::REveBoxSet::GetDefWidth ( ) const
inlineinherited

Definition at line 100 of file REveBoxSet.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.

◆ GetDetIdsAsSecondaryIndices()

Bool_t ROOT::Experimental::REveDigitSet::GetDetIdsAsSecondaryIndices ( ) const
inlineinherited

Definition at line 125 of file REveDigitSet.hxx.

◆ GetDigit()

DigitBase_t * ROOT::Experimental::REveDigitSet::GetDigit ( Int_t n) const
inlineinherited

Definition at line 128 of file REveDigitSet.hxx.

◆ GetDisableLighting()

Bool_t ROOT::Experimental::REveDigitSet::GetDisableLighting ( ) const
inlineinherited

Definition at line 163 of file REveDigitSet.hxx.

◆ GetDrawConeCap()

Bool_t ROOT::Experimental::REveBoxSet::GetDrawConeCap ( ) const
inlineinherited

Definition at line 103 of file REveBoxSet.hxx.

◆ GetElementId()

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

Definition at line 112 of file REveElement.hxx.

◆ GetEmitSignals()

Bool_t ROOT::Experimental::REveDigitSet::GetEmitSignals ( ) const
inlineinherited

Definition at line 169 of file REveDigitSet.hxx.

◆ GetFrame()

REveFrameBox * ROOT::Experimental::REveDigitSet::GetFrame ( ) const
inlineinherited

Definition at line 145 of file REveDigitSet.hxx.

◆ GetHighlightFrame()

Bool_t ROOT::Experimental::REveDigitSet::GetHighlightFrame ( ) const
inlineinherited

Definition at line 151 of file REveDigitSet.hxx.

◆ GetHighlightTooltip()

std::string REveDigitSet::GetHighlightTooltip ( const std::set< int > & secondary_idcs) const
overridevirtualinherited

Return tooltip for highlighted element if always-sec-select is set.

Otherwise return the tooltip for this element.

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 209 of file REveDigitSet.cxx.

◆ GetHistoButtons()

Bool_t ROOT::Experimental::REveDigitSet::GetHistoButtons ( ) const
inlineinherited

Definition at line 166 of file REveDigitSet.hxx.

◆ GetId()

TObject * REveDigitSet::GetId ( Int_t n) const
inherited

Set external object reference for digit n.

Definition at line 347 of file REveDigitSet.cxx.

◆ GetImpliedSelected()

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

Definition at line 305 of file REveElement.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.

◆ GetPalette()

REveRGBAPalette * ROOT::Experimental::REveDigitSet::GetPalette ( ) const
inlineinherited

Definition at line 156 of file REveDigitSet.hxx.

◆ GetPlex()

REveChunkManager * ROOT::Experimental::REveDigitSet::GetPlex ( )
inlineinherited

Definition at line 143 of file REveDigitSet.hxx.

◆ GetRenderData()

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

Definition at line 264 of file REveElement.hxx.

◆ GetRenderMode()

ERenderMode_e ROOT::Experimental::REveDigitSet::GetRenderMode ( ) const
inlineinherited

Definition at line 160 of file REveDigitSet.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 * RecHitProxyBuilder::FWBoxSet::GetSelectionMaster ( )
inlineoverridevirtual

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 from ROOT::Experimental::REveElement.

Definition at line 375 of file collection_proxies.C.

◆ GetSelectViaFrame()

Bool_t ROOT::Experimental::REveDigitSet::GetSelectViaFrame ( ) const
inlineinherited

Definition at line 148 of file REveDigitSet.hxx.

◆ GetShapeIdxFromAtomIdx()

int REveDigitSet::GetShapeIdxFromAtomIdx ( int iAtomIdx) const
inherited

Utility function for maping shape idx to digit idx.

Definition at line 509 of file REveDigitSet.cxx.

◆ GetTitle()

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

Definition at line 120 of file REveElement.hxx.

◆ GetTooltipCBFoo()

TooltipCB_foo ROOT::Experimental::REveDigitSet::GetTooltipCBFoo ( ) const
inlineinherited

Definition at line 175 of file REveDigitSet.hxx.

◆ GetUserData()

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

Definition at line 261 of file REveElement.hxx.

◆ GetValueIsColor()

Bool_t ROOT::Experimental::REveDigitSet::GetValueIsColor ( ) const
inlineinherited

Definition at line 154 of file REveDigitSet.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.

◆ 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.

◆ Instanced()

bool REveBoxSet::Instanced ( )
inherited

Use instancing in RenderCore.

Definition at line 530 of file REveBoxSet.cxx.

◆ IsA() [1/3]

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.

◆ IsA() [2/3]

◆ IsA() [3/3]

◆ IsDigitVisible()

bool REveDigitSet::IsDigitVisible ( const DigitBase_t * d) const
inherited

Utility function for maping digit idx with visible shape idx.

Definition at line 455 of file REveDigitSet.cxx.

◆ 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.

◆ 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.

◆ NewDigit()

REveDigitSet::DigitBase_t * REveDigitSet::NewDigit ( )
protectedinherited

Protected method called whenever a new digit is added.

Definition at line 133 of file REveDigitSet.cxx.

◆ NewShapePicked()

void REveDigitSet::NewShapePicked ( int shapeId,
Int_t selectionId,
bool multi )
inherited

Definition at line 536 of file REveDigitSet.cxx.

◆ 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.

◆ 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.

◆ 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.

◆ RefHighlightedSet()

SelectionSet_t & ROOT::Experimental::REveSecondarySelectable::RefHighlightedSet ( )
inlineinherited

Definition at line 47 of file REveSecondarySelectable.hxx.

◆ RefitPlex()

void REveDigitSet::RefitPlex ( )
inherited

Instruct underlying memory allocator to regroup itself into a contiguous memory chunk.

Definition at line 234 of file REveDigitSet.cxx.

◆ 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.

◆ RefSelectedSet()

SelectionSet_t & ROOT::Experimental::REveSecondarySelectable::RefSelectedSet ( )
inlineinherited

Definition at line 46 of file REveSecondarySelectable.hxx.

◆ ReleaseIds()

void REveDigitSet::ReleaseIds ( )
protectedinherited

Protected method.

Release and delete the referenced objects, the ownership is NOT checked.

Definition at line 144 of file REveDigitSet.cxx.

◆ 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.

◆ RequiresExtraSelectionData()

bool ROOT::Experimental::REveDigitSet::RequiresExtraSelectionData ( ) const
inlineoverridevirtualinherited

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 184 of file REveDigitSet.hxx.

◆ Reset() [1/2]

void REveBoxSet::Reset ( )
inherited

Reset the data containers to zero size.

Keep the old data-storage parameters.

Definition at line 103 of file REveBoxSet.cxx.

◆ Reset() [2/2]

void ROOT::Experimental::REveBoxSet::Reset ( EBoxType_e boxType,
Bool_t valIsCol,
Int_t chunkSize )
inherited

◆ ResetAllCSCBits()

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

Definition at line 313 of file REveElement.hxx.

◆ ResetBBox()

void TAttBBox::ResetBBox ( )
inlineinherited

Definition at line 57 of file TAttBBox.h.

◆ 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.

◆ ScanMinMaxValues()

void REveDigitSet::ScanMinMaxValues ( Int_t & min,
Int_t & max )
inherited

Iterate over the digits and determine min and max signal values.

Definition at line 242 of file REveDigitSet.cxx.

◆ SetAlwaysSecSelect()

void ROOT::Experimental::REveSecondarySelectable::SetAlwaysSecSelect ( Bool_t f)
inlineinherited

Definition at line 44 of file REveSecondarySelectable.hxx.

◆ SetAntiFlick()

void ROOT::Experimental::REveDigitSet::SetAntiFlick ( Bool_t f)
inlineinherited

Definition at line 95 of file REveDigitSet.hxx.

◆ SetBoxSkip()

void ROOT::Experimental::REveBoxSet::SetBoxSkip ( Int_t bs)
inlineinherited

Definition at line 111 of file REveBoxSet.hxx.

◆ SetCallbackFoo()

void ROOT::Experimental::REveDigitSet::SetCallbackFoo ( Callback_foo f)
inlineinherited

Definition at line 173 of file REveDigitSet.hxx.

◆ 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.

◆ SetCurrentDigit()

void REveDigitSet::SetCurrentDigit ( Int_t idx)
inherited

Set current digit – the one that will receive calls to DigitValue/Color/Id/UserData() functions.

Note that various AddXyzz() functions set the current digit to the newly added one.

Definition at line 274 of file REveDigitSet.cxx.

◆ SetDefDepth()

void ROOT::Experimental::REveBoxSet::SetDefDepth ( Float_t v)
inlineinherited

Definition at line 107 of file REveBoxSet.hxx.

◆ SetDefHeight()

void ROOT::Experimental::REveBoxSet::SetDefHeight ( Float_t v)
inlineinherited

Definition at line 106 of file REveBoxSet.hxx.

◆ SetDefWidth()

void ROOT::Experimental::REveBoxSet::SetDefWidth ( Float_t v)
inlineinherited

Definition at line 105 of file REveBoxSet.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.

◆ SetDetIdsAsSecondaryIndices()

void ROOT::Experimental::REveDigitSet::SetDetIdsAsSecondaryIndices ( Bool_t o)
inlineinherited

Definition at line 126 of file REveDigitSet.hxx.

◆ SetDisableLighting()

void ROOT::Experimental::REveDigitSet::SetDisableLighting ( Bool_t l)
inlineinherited

Definition at line 164 of file REveDigitSet.hxx.

◆ SetDrawConeCap()

void ROOT::Experimental::REveBoxSet::SetDrawConeCap ( Bool_t x)
inlineinherited

Definition at line 108 of file REveBoxSet.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.

◆ SetEmitSignals()

void ROOT::Experimental::REveDigitSet::SetEmitSignals ( Bool_t f)
inlineinherited

Definition at line 170 of file REveDigitSet.hxx.

◆ SetFrame()

void REveDigitSet::SetFrame ( REveFrameBox * b)
inherited

Set REveFrameBox pointer.

Definition at line 400 of file REveDigitSet.cxx.

◆ SetHighlightFrame()

void ROOT::Experimental::REveDigitSet::SetHighlightFrame ( Bool_t hf)
inlineinherited

Definition at line 152 of file REveDigitSet.hxx.

◆ SetHistoButtons()

void ROOT::Experimental::REveDigitSet::SetHistoButtons ( Bool_t f)
inlineinherited

Definition at line 167 of file REveDigitSet.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()

void REveDigitSet::SetMainColor ( Color_t color)
overridevirtualinherited

Override from REveElement, forward to Frame.

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 169 of file REveDigitSet.cxx.

◆ 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.

◆ SetPalette()

void REveDigitSet::SetPalette ( REveRGBAPalette * p)
inherited

Set REveRGBAPalette pointer.

Definition at line 418 of file REveDigitSet.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.

◆ SetRenderMode()

void ROOT::Experimental::REveDigitSet::SetRenderMode ( ERenderMode_e rm)
inlineinherited

Definition at line 161 of file REveDigitSet.hxx.

◆ 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.

◆ SetSelectViaFrame()

void ROOT::Experimental::REveDigitSet::SetSelectViaFrame ( Bool_t sf)
inlineinherited

Definition at line 149 of file REveDigitSet.hxx.

◆ SetShape()

void ROOT::Experimental::REveBoxSet::SetShape ( EShape_e x)
inlineinherited

Definition at line 94 of file REveBoxSet.hxx.

◆ SetTitle()

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

Set title of an element.

Definition at line 269 of file REveElement.cxx.

◆ SetTooltipCBFoo()

void ROOT::Experimental::REveDigitSet::SetTooltipCBFoo ( TooltipCB_foo f)
inlineinherited

Definition at line 176 of file REveDigitSet.hxx.

◆ 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.

◆ SetupBBoxCube()

void TAttBBox::SetupBBoxCube ( Float_t extent,
Float_t x,
Float_t y,
Float_t z )
inherited

Setup bounding box as cube with given extent and center position.

Definition at line 75 of file TAttBBox.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.

◆ 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

◆ Sizeof3D()

void TAtt3D::Sizeof3D ( ) const
virtualinherited

Set total size of this 3D object (used by X3D interface).

Reimplemented in TBRIK, TGeoOverlap, TNode, TParticle, TPCON, TPrimary, TSPHE, TTUBE, TTUBS, and TXTRU.

Definition at line 26 of file TAtt3D.cxx.

◆ SizeofAtom()

Int_t REveBoxSet::SizeofAtom ( REveBoxSet::EBoxType_e bt)
staticprotectedinherited

Return size of data-structure describing a box of type bt.

Definition at line 71 of file REveBoxSet.cxx.

◆ 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.

◆ Streamer() [1/2]

◆ Streamer() [2/2]

◆ StreamerNVirtual() [1/2]

void TAtt3D::StreamerNVirtual ( TBuffer & ClassDef_StreamerNVirtual_b)
inlineinherited

Definition at line 27 of file TAtt3D.h.

◆ StreamerNVirtual() [2/2]

void TAttBBox::StreamerNVirtual ( TBuffer & ClassDef_StreamerNVirtual_b)
inlineinherited

Definition at line 63 of file TAttBBox.h.

◆ Test()

void REveBoxSet::Test ( Int_t nboxes)
inherited

Fill the structure with a random set of boxes.

Definition at line 507 of file REveBoxSet.cxx.

◆ 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.

◆ UseSingleColor()

void REveDigitSet::UseSingleColor ( )
inherited

Instruct digit-set to use single color for its digits.

Call SetMainColor/Transparency to initialize it.

Definition at line 161 of file REveDigitSet.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 REveBoxSet::WriteCoreJson ( nlohmann::json & j,
Int_t rnr_offset )
overridevirtualinherited

Fill core part of JSON representation.

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 326 of file REveBoxSet.cxx.

◆ WriteShapeData()

void REveBoxSet::WriteShapeData ( REveDigitSet::DigitBase_t & digit)
protectedinherited

Write shape data for different cases.

Definition at line 458 of file REveBoxSet.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.

Member Data Documentation

◆ fAlwaysSecSelect

Bool_t ROOT::Experimental::REveSecondarySelectable::fAlwaysSecSelect {kFALSE}
protectedinherited

Definition at line 34 of file REveSecondarySelectable.hxx.

◆ fAntiFlick

Bool_t ROOT::Experimental::REveDigitSet::fAntiFlick
protectedinherited

Definition at line 64 of file REveDigitSet.hxx.

◆ fAunts

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

Definition at line 76 of file REveElement.hxx.

◆ fBBox

Float_t* TAttBBox::fBBox
protectedinherited

! Dynamic Float_t[6] X(min,max), Y(min,max), Z(min,max)

Definition at line 20 of file TAttBBox.h.

◆ fBoxSkip

Int_t ROOT::Experimental::REveBoxSet::fBoxSkip
protectedinherited

Definition at line 64 of file REveBoxSet.hxx.

◆ fBoxType

EBoxType_e ROOT::Experimental::REveBoxSet::fBoxType
protectedinherited

Definition at line 57 of file REveBoxSet.hxx.

◆ fCallbackFoo

Callback_foo ROOT::Experimental::REveDigitSet::fCallbackFoo
protectedinherited

! Additional function to call on secondary-select.

Definition at line 82 of file REveDigitSet.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.

◆ fColor

Color_t ROOT::Experimental::REveDigitSet::fColor
protectedinherited

Definition at line 72 of file REveDigitSet.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.

◆ fDefaultValue

Int_t ROOT::Experimental::REveDigitSet::fDefaultValue
protectedinherited

Definition at line 61 of file REveDigitSet.hxx.

◆ fDefDepth

Float_t ROOT::Experimental::REveBoxSet::fDefDepth {1}
protectedinherited

Definition at line 62 of file REveBoxSet.hxx.

◆ fDefHeight

Float_t ROOT::Experimental::REveBoxSet::fDefHeight {1}
protectedinherited

Definition at line 61 of file REveBoxSet.hxx.

◆ fDefWidth

Float_t ROOT::Experimental::REveBoxSet::fDefWidth {1}
protectedinherited

Definition at line 60 of file REveBoxSet.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.

◆ fDetIdsAsSecondaryIndices

Bool_t ROOT::Experimental::REveDigitSet::fDetIdsAsSecondaryIndices
protectedinherited

Definition at line 67 of file REveDigitSet.hxx.

◆ fDigitIds

TRefArray* ROOT::Experimental::REveDigitSet::fDigitIds {nullptr}
protectedinherited

Definition at line 59 of file REveDigitSet.hxx.

◆ fDisableLighting

Bool_t ROOT::Experimental::REveDigitSet::fDisableLighting
protectedinherited

Definition at line 78 of file REveDigitSet.hxx.

◆ fDrawConeCap

Bool_t ROOT::Experimental::REveBoxSet::fDrawConeCap {false}
protectedinherited

Definition at line 66 of file REveBoxSet.hxx.

◆ fElementId

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

Definition at line 60 of file REveElement.hxx.

◆ fEmitSignals

Bool_t ROOT::Experimental::REveDigitSet::fEmitSignals
protectedinherited

Definition at line 81 of file REveDigitSet.hxx.

◆ fFrame

REveFrameBox* ROOT::Experimental::REveDigitSet::fFrame
protectedinherited

Definition at line 73 of file REveDigitSet.hxx.

◆ fHighlightedSet

SelectionSet_t ROOT::Experimental::REveSecondarySelectable::fHighlightedSet
protectedinherited

Definition at line 37 of file REveSecondarySelectable.hxx.

◆ fHighlightFrame

Bool_t ROOT::Experimental::REveDigitSet::fHighlightFrame
protectedinherited

Definition at line 77 of file REveDigitSet.hxx.

◆ fHistoButtons

Bool_t ROOT::Experimental::REveDigitSet::fHistoButtons
protectedinherited

Definition at line 79 of file REveDigitSet.hxx.

◆ fImpliedSelected

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

Definition at line 289 of file REveElement.hxx.

◆ fLastDigit

DigitBase_t* ROOT::Experimental::REveDigitSet::fLastDigit
protectedinherited

! The last / current digit added to collection.

Definition at line 69 of file REveDigitSet.hxx.

◆ fLastIdx

Int_t ROOT::Experimental::REveDigitSet::fLastIdx
protectedinherited

! The last / current idx added to collection.

Definition at line 70 of file REveDigitSet.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.

◆ 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.

◆ fOwnIds

Bool_t ROOT::Experimental::REveDigitSet::fOwnIds {false}
protectedinherited

Definition at line 66 of file REveDigitSet.hxx.

◆ fPalette

REveRGBAPalette* ROOT::Experimental::REveDigitSet::fPalette
protectedinherited

Definition at line 74 of file REveDigitSet.hxx.

◆ fPickable

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

Definition at line 290 of file REveElement.hxx.

◆ fPlex

REveChunkManager ROOT::Experimental::REveDigitSet::fPlex
protectedinherited

Definition at line 68 of file REveDigitSet.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.

◆ fRenderMode

ERenderMode_e ROOT::Experimental::REveDigitSet::fRenderMode
protectedinherited

Definition at line 75 of file REveDigitSet.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.

◆ fSelectedSet

SelectionSet_t ROOT::Experimental::REveSecondarySelectable::fSelectedSet
protectedinherited

Definition at line 36 of file REveSecondarySelectable.hxx.

◆ fSelectionMaster

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

Definition at line 65 of file REveElement.hxx.

◆ fSelectViaFrame

Bool_t ROOT::Experimental::REveDigitSet::fSelectViaFrame
protectedinherited

Definition at line 76 of file REveDigitSet.hxx.

◆ fShapeType

EShape_e ROOT::Experimental::REveBoxSet::fShapeType {kBox}
protectedinherited

Definition at line 58 of file REveBoxSet.hxx.

◆ fSingleColor

Bool_t ROOT::Experimental::REveDigitSet::fSingleColor
protectedinherited

Definition at line 63 of file REveDigitSet.hxx.

◆ fTexX

int ROOT::Experimental::REveBoxSet::fTexX {0}
protectedinherited

Definition at line 68 of file REveBoxSet.hxx.

◆ fTexY

int ROOT::Experimental::REveBoxSet::fTexY {0}
protectedinherited

Definition at line 68 of file REveBoxSet.hxx.

◆ fTitle

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

Definition at line 75 of file REveElement.hxx.

◆ fTooltipCBFoo

TooltipCB_foo ROOT::Experimental::REveDigitSet::fTooltipCBFoo
protectedinherited

! Function providing highlight tooltips when always-sec-select is active.

Definition at line 83 of file REveDigitSet.hxx.

◆ fUserData

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

! Externally assigned and controlled user data.

Definition at line 97 of file REveElement.hxx.

◆ fValueIsColor

Bool_t ROOT::Experimental::REveDigitSet::fValueIsColor {false}
protectedinherited

Definition at line 62 of file REveDigitSet.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 file: