REveTrack Track with given vertex, momentum and optional referece-points (path-marks) along its path.
Definition at line 39 of file REveTrack.hxx.
Public Types | |
| typedef std::list< REveAunt * > | AuntList_t |
| enum | EBreakProjectedTracks_e { kBPTDefault , kBPTAlways , kBPTNever } |
| enum | EChangeBits { kCBColorSelection = (1ULL << (0)) , kCBTransBBox = (1ULL << (1)) , kCBObjProps = (1ULL << (2)) , kCBVisibility = (1ULL << (3)) , kCBElementAdded = (1ULL << (4)) } |
| typedef std::list< REveElement * > | List_t |
| typedef std::list< REveProjected * > | ProjList_t |
| typedef std::set< Int_t > | SelectionSet_t |
| typedef std::set< REveElement * > | Set_t |
| typedef std::vector< REvePathMarkD > | vPathMark_t |
Public Member Functions | |
| REveTrack () | |
| Default constructor. | |
| REveTrack (const REveTrack &t) | |
| Copy constructor. | |
| REveTrack (REveMCTrack *t, REveTrackPropagator *prop=nullptr) | |
| REveTrack (REveRecTrack *t, REveTrackPropagator *prop=nullptr) | |
| Constructor from REveRecTrack<float> reconstructed track. | |
| REveTrack (REveRecTrackD *t, REveTrackPropagator *prop=nullptr) | |
| Constructor from REveRecTrack<double> reconstructed track. | |
| REveTrack (TParticle *t, Int_t label, REveTrackPropagator *prop=nullptr) | |
| Constructor from TParticle. | |
| ~REveTrack () override | |
| Destructor. | |
| 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. | |
| virtual void | AddElement (REveElement *el) |
| Add el to the list of children. | |
| void | AddPathMark (const REvePathMark &pm) |
| void | AddPathMark (const REvePathMarkD &pm) |
| virtual void | AddProjected (REveProjected *p) |
| virtual void | AddProjectedsToSet (std::set< REveElement * > &set) |
| Add the projected elements to the set, dyn-casting them to REveElement. | |
| 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. | |
| virtual void | AnnihilateProjecteds () |
| Optimized destroy of projected elements with condition there is only one parent for projected element. | |
| 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_t * | AssertBBox () |
| void | BuildRenderData () override |
| Crates 3D point array for rendering. | |
| Float_t | CalculateLineLength () const |
| Sum-up lengths of individual segments. | |
| 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 | ClearProjectedList () |
| virtual void | ClearStamps () |
| virtual void | CloneChildrenRecurse (REveElement *dest, Int_t level=0) const |
| Clone children and attach them to the dest element. | |
| REvePointSet * | CloneElement () const override |
| Clone the element via copy constructor. | |
| virtual REveElement * | CloneElementRecurse (Int_t level=0) const |
| Clone elements and recurse 'level' deep over children. | |
| virtual void | ClonePoints (const REvePointSet &e) |
| Clone points and all point-related information from point-set 'e'. | |
| void | ComputeBBox () override |
| Compute the bounding box of the track. | |
| void | Copy (TAttLine &attline) const |
| void | Copy (TAttMarker &attmarker) const |
| void | CopyVizParams (const REveElement *el) override |
| 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 | DisableListElements (Bool_t rnr_self=kFALSE, Bool_t rnr_children=kFALSE) |
| Disable rendering of children and their list contents. | |
| Int_t | DistancetoLine (Int_t px, Int_t py, Double_t xp1, Double_t yp1, Double_t xp2, Double_t yp2) |
| 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. | |
| REveElement * | FindChild (const TString &name, const TClass *cls=nullptr) |
| Find the first child with given name. | |
| REveElement * | FindChild (TPRegexp ®exp, 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 ®exp, const TClass *cls=nullptr) |
| Find all children whose name matches regexp and append them to matches list. | |
| REveElement * | FirstChild () const |
| Returns the first child element or 0 if the list is empty. | |
| Bool_t | GetAlwaysSecSelect () const |
| Float_t * | GetBBox () |
| Bool_t | GetBBoxOK () const |
| int | GetCapacity () const |
| UChar_t | GetChangeBits () const |
| Int_t | GetCharge () const |
| TClass * | GetChildClass () const |
| const char * | GetCName () const |
| REveCompound * | GetCompound () |
| 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. | |
| Double_t | GetDpDs () const |
| ElementId_t | GetElementId () const |
| const REveVectorD & | GetEndMomentum () const |
| virtual std::string | GetHighlightTooltip (const std::set< int > &) const |
| int | GetImpliedSelected () |
| Int_t | GetIndex () const |
| Int_t | GetLabel () const |
| Int_t | GetLastPMIdx () const |
| virtual Color_t | GetLineColor () const |
| Return the line color. | |
| REveVector | GetLineEnd () const |
| Return the last point of the line. | |
| REveVector | GetLineStart () const |
| Return the first point of the line. | |
| virtual Style_t | GetLineStyle () const |
| Return the line style. | |
| virtual Width_t | GetLineWidth () const |
| Return the line width. | |
| Bool_t | GetLockPoints () const |
| virtual Color_t | GetMainColor () const |
| Color_t * | GetMainColorPtr () const |
| virtual Char_t | GetMainTransparency () const |
| virtual Color_t | GetMarkerColor () const |
| Return the marker color. | |
| virtual Size_t | GetMarkerSize () const |
| Return the marker size. | |
| virtual Style_t | GetMarkerStyle () const |
| Return the marker style. | |
| const REveVectorD & | GetMomentum () const |
| REveElement * | GetMother () |
| const std::string & | GetName () const |
| Int_t | GetPdg () const |
| REveTrackPropagator * | GetPropagator () const |
| REveRenderData * | GetRenderData () const |
| virtual Bool_t | GetRnrAnything () const |
| virtual Bool_t | GetRnrChildren () const |
| Bool_t | GetRnrLine () const |
| Bool_t | GetRnrPoints () const |
| virtual Bool_t | GetRnrSelf () const |
| virtual Bool_t | GetRnrState () const |
| REveScene * | GetScene () |
| virtual REveElement * | GetSelectionMaster () |
| Returns the master element - that is: | |
| int | GetSize () const |
| Bool_t | GetSmooth () const |
| Int_t | GetStatus () const |
| const std::string & | GetTitle () const |
| void * | GetUserData () const |
| const REveVectorD & | GetVertex () const |
| REveElement * | GetVizModel () const |
| const TString & | GetVizTag () const |
| Int_t | GrowFor (Int_t n_points) |
| Resizes internal array to allow additional n_points to be stored. | |
| 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 () |
| virtual Bool_t | HasProjecteds () const |
| 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. | |
| TClass * | IsA () const |
| Return class for this element Return REveElement class in case dicitonary is not exisiting. | |
| virtual TClass * | IsA () const |
| virtual TClass * | IsA () const |
| virtual TClass * | IsA () const |
| Bool_t | IsPickable () const |
| REveElement * | LastChild () const |
| Returns the last child element or 0 if the list is empty. | |
| virtual void | MakeTrack (Bool_t recurse=kTRUE) |
| Calculate track representation based on track data and current settings of the propagator. | |
| virtual void | Modify () |
| virtual void | Modify () |
| virtual void | ModifyOn (TVirtualPad &pad) |
| virtual void | ModifyOn (TVirtualPad &pad) |
| virtual void | NameTitleChanged () |
| Virtual function called when a name or title of the element has been changed. | |
| Int_t | NumAunts () const |
| Int_t | NumChildren () const |
| void | PointSelected (Int_t id) |
| Virtual method of base class TPointSet3D. | |
| void | PrintPathMarks () |
| Print registered path-marks. | |
| 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. | |
| TClass * | ProjectedClass (const REveProjection *p) const override |
| Virtual from REveProjectable, return REveTrackProjected class. | |
| virtual void | PropagateMainColor (Color_t color, Color_t old_color) |
| Set main color of projecteds if their color is the same as old_color. | |
| virtual void | PropagateMainColorToProjecteds (Color_t color, Color_t old_color) |
| Propagate color to projected elements. | |
| virtual void | PropagateMainTransparency (Char_t t, Char_t old_t) |
| Set main transparency of projecteds if their transparency is the same as the old one. | |
| virtual void | PropagateMainTransparencyToProjecteds (Char_t t, Char_t old_t) |
| Propagate transparency to projected elements. | |
| virtual void | PropagateRenderState (Bool_t rnr_self, Bool_t rnr_children) |
| Set render state of projecteds. | |
| virtual void | PropagateRnrStateToProjecteds () |
| Propagate render state to the projected replicas of this element. | |
| virtual void | PropagateVizParams (REveElement *el=nullptr) |
| Set visualization parameters of projecteds. | |
| 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 REveTrans * | PtrMainTrans (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 | ReduceSegmentLengths (Float_t max) |
| Make sure that no segment is longer than max. | |
| AuntList_t & | RefAunts () |
| const AuntList_t & | RefAunts () const |
| List_t & | RefChildren () |
| const List_t & | RefChildren () const |
| SelectionSet_t & | RefHighlightedSet () |
| virtual REveTrans & | RefMainTrans () |
| Return reference to main transformation. | |
| vPathMark_t & | RefPathMarks () |
| const vPathMark_t & | RefPathMarks () const |
| REveVector & | RefPoint (int n) |
| const REveVector & | RefPoint (int n) const |
| ProjList_t & | RefProjecteds () |
| SelectionSet_t & | RefSelectedSet () |
| 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. | |
| virtual void | RemoveProjected (REveProjected *p) |
| virtual bool | RequiresExtraSelectionData () const |
| void | Reset (Int_t n_points=0) |
| Drop all data and set-up the data structures to recive new data. | |
| void | ResetAllCSCBits () |
| virtual void | ResetAttLine (Option_t *option="") |
| virtual void | ResetAttMarker (Option_t *toption="") |
| void | ResetBBox () |
| void | ResetCSCBits (UChar_t f) |
| virtual void | SaveLineAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1) |
| virtual void | SaveMarkerAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1) |
| void | SaveVizParams (std::ostream &out, const TString &tag, const TString &var) |
| Save visualization parameters for this element with given tag. | |
| virtual void | SecSelected (REveTrack *) |
| Emits "SecSelected(REveTrack*)" signal. | |
| void | SetAlwaysSecSelect (Bool_t f) |
| void | SetAttLineAttMarker (REveTrackList *tl) |
| Set line and marker attributes from REveTrackList. | |
| void | SetCharge (Int_t chg) |
| 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 | SetDpDs (Double_t dpds) |
| void | SetEditMainColor (Bool_t x) |
| void | SetEditMainTransparency (Bool_t x) |
| void | SetIndex (Int_t idx) |
| void | SetLabel (Int_t lbl) |
| virtual void | SetLineAttributes () |
| void | SetLineColor (Color_t col) override |
| Set the line color. | |
| void | SetLineColor (TColorNumber lcolor) |
| virtual void | SetLineColorAlpha (Color_t lcolor, Float_t lalpha) |
| void | SetLineStyle (Style_t lstyle) override |
| Set line-style of the line. | |
| void | SetLineWidth (Width_t lwidth) override |
| Set line-style of the line. | |
| void | SetLockPoints (Bool_t l) |
| 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. | |
| virtual void | SetMarkerAttributes () |
| void | SetMarkerColor (Color_t col) override |
| Set marker color. Propagate to projected lines. | |
| void | SetMarkerColor (TColorNumber lcolor) |
| virtual void | SetMarkerColorAlpha (Color_t mcolor, Float_t malpha) |
| void | SetMarkerSize (Size_t msize=1) override |
| Set marker size, propagate to projecteds. | |
| void | SetMarkerStyle (Style_t mstyle=1) override |
| Set marker style, propagate to projecteds. | |
| 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. | |
| int | SetNextPoint (float x, float y, float z) |
| virtual void | SetPathMarks (const REveTrack &t) |
| Copy path-marks from t. | |
| void | SetPdg (Int_t pdg) |
| void | SetPickable (Bool_t p) |
| void | SetPickableRecursively (Bool_t p) |
| Set pickable state on the element and all its children. | |
| int | SetPoint (int n, float x, float y, float z) |
| void | SetPropagator (REveTrackPropagator *prop) |
| Set track's propagator. | |
| virtual Bool_t | SetRnrChildren (Bool_t rnr) |
| Set render state of this element's children, i.e. | |
| void | SetRnrLine (Bool_t r) |
| Set rendering of line. Propagate to projected lines. | |
| void | SetRnrPoints (Bool_t r) |
| Set rendering of points. Propagate to projected lines. | |
| 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 | SetSmooth (Bool_t r) |
| Set smooth rendering. Propagate to projected lines. | |
| void | SetStatus (Int_t idx) |
| virtual void | SetStdTitle () |
| Set standard track title based on most data-member values. | |
| void | SetTitle (const std::string &title) |
| Set title of an element. | |
| virtual void | SetTrackParams (const REveTrack &t) |
| Copy track parameters from t. | |
| 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 |
| void | SortPathMarksByTime () |
| Sort registered pat-marks by time. | |
| void | Stamp () |
| void | StampColorSelection () |
| void | StampElementAdded () |
| void | StampObjProps () |
| void | StampTransBBox () |
| void | StampVisibility () |
| virtual void | Streamer (TBuffer &) |
| virtual void | Streamer (TBuffer &) |
| virtual void | Streamer (TBuffer &) |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
| Bool_t | TestCSCBits (UChar_t f) const |
| 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 |
| Fill core part of JSON representation. | |
| void | WriteVizParams (std::ostream &out, const TString &var) override |
| Write visualization parameters. | |
Static Public Member Functions | |
| static TClass * | Class () |
| static TClass * | Class () |
| static TClass * | Class () |
| static const char * | Class_Name () |
| static const char * | Class_Name () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static constexpr Version_t | Class_Version () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
| static const char * | DeclFileName () |
| static const char * | DeclFileName () |
| static Bool_t | GetDefaultSmooth () |
| Get default value for smooth-line drawing flag. | |
| static Width_t | GetMarkerLineWidth (Style_t style) |
| static Style_t | GetMarkerStyleBase (Style_t style) |
| static void | SetDefaultSmooth (Bool_t r) |
| Set default value for smooth-line drawing flag (default kFALSE). | |
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 |
| virtual void | PreDeleteElement () |
| Called before the element is deleted, thus offering the last chance to detach from acquired resources and from the framework itself. | |
| 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. | |
Static Protected Attributes | |
| static Bool_t | fgDefaultSmooth = kFALSE |
| static REveElement * | stlMirAlpha = nullptr |
| static int | stlMirError = 0 |
| static std::string | stlMirErrorString |
Private Member Functions | |
| REveTrack & | operator= (const REveTrack &)=delete |
Private Attributes | |
| ElementId_t | fElementId {0} |
Friends | |
| class | REveTrackList |
| class | REveTrackPropagator |
#include <ROOT/REveTrack.hxx>
|
inherited |
Definition at line 57 of file REveElement.hxx.
|
inherited |
Definition at line 53 of file REveElement.hxx.
|
inherited |
Definition at line 43 of file REveProjectionBases.hxx.
|
inherited |
Definition at line 31 of file REveSecondarySelectable.hxx.
|
inherited |
Definition at line 55 of file REveElement.hxx.
| typedef std::vector<REvePathMarkD> ROOT::Experimental::REveTrack::vPathMark_t |
Definition at line 48 of file REveTrack.hxx.
| Enumerator | |
|---|---|
| kBPTDefault | |
| kBPTAlways | |
| kBPTNever | |
Definition at line 51 of file REveTrack.hxx.
|
inherited |
| Enumerator | |
|---|---|
| kCBColorSelection | |
| kCBTransBBox | |
| kCBObjProps | |
| kCBVisibility | |
| kCBElementAdded | |
Definition at line 327 of file REveElement.hxx.
|
protectedinherited |
Definition at line 272 of file REveElement.hxx.
|
protectedinherited |
| Enumerator | |
|---|---|
| kNone | |
| kStandard | |
| kAnnihilate | |
Definition at line 282 of file REveElement.hxx.
| REveTrack::REveTrack | ( | ) |
Default constructor.
Definition at line 42 of file REveTrack.cxx.
| REveTrack::REveTrack | ( | TParticle * | t, |
| Int_t | label, | ||
| REveTrackPropagator * | prop = nullptr ) |
Constructor from TParticle.
Definition at line 65 of file REveTrack.cxx.
| REveTrack::REveTrack | ( | REveMCTrack * | t, |
| REveTrackPropagator * | prop = nullptr ) |
Definition at line 97 of file REveTrack.cxx.
| REveTrack::REveTrack | ( | REveRecTrack * | t, |
| REveTrackPropagator * | prop = nullptr ) |
Constructor from REveRecTrack<float> reconstructed track.
It is recommended to use constructor with REveRecTrack<double> since REveTrackPropagator operates with double type.
Definition at line 158 of file REveTrack.cxx.
| REveTrack::REveTrack | ( | REveRecTrackD * | t, |
| REveTrackPropagator * | prop = nullptr ) |
Constructor from REveRecTrack<double> reconstructed track.
Definition at line 131 of file REveTrack.cxx.
| REveTrack::REveTrack | ( | const REveTrack & | t | ) |
Copy constructor.
Track parameters are copied but the extrapolation is not performed so you should still call MakeTrack() to do that. If points of 't' are locked, they are cloned.
Definition at line 186 of file REveTrack.cxx.
|
override |
Destructor.
Definition at line 215 of file REveTrack.cxx.
|
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.
|
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.
|
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.
|
inline |
Definition at line 113 of file REveTrack.hxx.
|
inline |
Definition at line 112 of file REveTrack.hxx.
|
inlinevirtualinherited |
Definition at line 59 of file REveProjectionBases.hxx.
|
virtualinherited |
Add the projected elements to the set, dyn-casting them to REveElement.
Definition at line 97 of file REveProjectionBases.cxx.
|
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.
|
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.
|
virtualinherited |
Annihilate elements.
Definition at line 1258 of file REveElement.cxx.
|
virtualinherited |
Optimized destroy of projected elements with condition there is only one parent for projected element.
Method is called from REveElement::Annihilate().
Definition at line 77 of file REveProjectionBases.cxx.
|
protectedvirtualinherited |
Protected member function called from REveElement::Annihilate().
Definition at line 1203 of file REveElement.cxx.
|
staticprotectedinherited |
Definition at line 143 of file REveElement.cxx.
|
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.
|
inlineinherited |
Definition at line 56 of file TAttBBox.h.
|
protectedinherited |
Assert extents of all sides of the bounding-box are at least epsilon.
Definition at line 61 of file TAttBBox.cxx.
|
protectedinherited |
Definition at line 168 of file REveElement.cxx.
|
protectedinherited |
Definition at line 189 of file REveElement.cxx.
|
inlineprotectedinherited |
Definition at line 79 of file TAttBBox.h.
Definition at line 69 of file TAttBBox.h.
|
protectedinherited |
Remove BBox information.
Definition at line 53 of file TAttBBox.cxx.
|
protectedinherited |
Allocate and prepare for incremental filling.
Definition at line 28 of file TAttBBox.cxx.
|
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.
|
overridevirtual |
Crates 3D point array for rendering.
Reimplemented from ROOT::Experimental::REveLine.
Reimplemented in ROOT::Experimental::REveTrackProjected.
Definition at line 535 of file REveTrack.cxx.
|
inherited |
Sum-up lengths of individual segments.
Definition at line 208 of file REveLine.cxx.
|
inlinevirtualinherited |
Definition at line 214 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 228 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 248 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 241 of file REveElement.hxx.
|
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.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inlinestaticconstexprinherited |
Definition at line 63 of file TAttBBox.h.
|
inlinestaticconstexprinherited |
Definition at line 51 of file TAttLine.h.
|
inlinestaticconstexprinherited |
Definition at line 55 of file TAttMarker.h.
|
staticprotectedinherited |
Definition at line 126 of file REveElement.cxx.
|
virtualinherited |
Definition at line 88 of file REveProjectionBases.cxx.
|
inlinevirtualinherited |
Definition at line 359 of file REveElement.hxx.
|
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.
|
inlineoverridevirtualinherited |
Clone the element via copy constructor.
Should be implemented for all classes that require cloning support.
Reimplemented from ROOT::Experimental::REveElement.
Definition at line 57 of file REvePointSet.hxx.
|
virtualinherited |
Clone elements and recurse 'level' deep over children.
Definition at line 233 of file REveElement.cxx.
|
virtualinherited |
Clone points and all point-related information from point-set 'e'.
Definition at line 87 of file REvePointSet.cxx.
|
overridevirtual |
Compute the bounding box of the track.
Reimplemented from ROOT::Experimental::REvePointSet.
Definition at line 223 of file REveTrack.cxx.
|
inherited |
|
inherited |
|
overridevirtual |
Copy visualization parameters from element el.
Reimplemented from ROOT::Experimental::REveLine.
Definition at line 456 of file REveTrack.cxx.
|
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.
|
inlineinherited |
Definition at line 316 of file REveElement.hxx.
|
inlineinherited |
Definition at line 317 of file REveElement.hxx.
|
inlineinherited |
Definition at line 318 of file REveElement.hxx.
|
inlineinherited |
Definition at line 319 of file REveElement.hxx.
|
inlineinherited |
Definition at line 314 of file REveElement.hxx.
|
inlineinherited |
Definition at line 315 of file REveElement.hxx.
|
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.
|
inlineinherited |
Definition at line 304 of file REveElement.hxx.
|
inlinestaticinherited |
Definition at line 63 of file TAttBBox.h.
|
inlinestaticinherited |
Definition at line 51 of file TAttLine.h.
|
inlinestaticinherited |
Definition at line 55 of file TAttMarker.h.
|
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.
|
virtualinherited |
Destroy all children of this element.
Definition at line 1303 of file REveElement.cxx.
|
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.
|
virtualinherited |
Destroy this element. Prints a warning if deny-destroy is in force.
Definition at line 1288 of file REveElement.cxx.
|
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.
|
inherited |
|
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.
|
virtualinherited |
Export render-element to Cling with variable name var_name.
Definition at line 606 of file REveElement.cxx.
|
inlinevirtualinherited |
Reimplemented in ROOT::Experimental::REveCaloData, and ROOT::Experimental::REveDigitSet.
Definition at line 322 of file REveElement.hxx.
|
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.
|
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.
|
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.
|
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.
|
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.
|
inherited |
Returns the first child element or 0 if the list is empty.
Definition at line 1164 of file REveElement.cxx.
|
protectedinherited |
Definition at line 158 of file REveElement.cxx.
|
protectedinherited |
Definition at line 163 of file REveElement.cxx.
|
inlineinherited |
Definition at line 43 of file REveSecondarySelectable.hxx.
|
inlineinherited |
Definition at line 55 of file TAttBBox.h.
|
inlineinherited |
Definition at line 54 of file TAttBBox.h.
|
inlineinherited |
Definition at line 67 of file REvePointSet.hxx.
|
inlineinherited |
Definition at line 363 of file REveElement.hxx.
|
inline |
Definition at line 103 of file REveTrack.hxx.
|
inlineinherited |
Definition at line 164 of file REveElement.hxx.
|
inlineinherited |
Definition at line 119 of file REveElement.hxx.
|
inlineinherited |
Definition at line 146 of file REveElement.hxx.
|
inlineinherited |
Definition at line 121 of file REveElement.hxx.
|
staticinherited |
Get default value for smooth-line drawing flag.
Static function.
Definition at line 310 of file REveLine.cxx.
|
inherited |
Returns the number of times deny-destroy has been requested on the element.
Definition at line 1351 of file REveElement.cxx.
|
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.
|
inline |
Definition at line 98 of file REveTrack.hxx.
|
inlineinherited |
Definition at line 112 of file REveElement.hxx.
|
inline |
Definition at line 96 of file REveTrack.hxx.
|
virtualinherited |
Reimplemented in ROOT::Experimental::REveCaloData, ROOT::Experimental::REveDataItemList, ROOT::Experimental::REveDigitSet, and ROOT::Experimental::REveGeoTopNodeViz.
Definition at line 177 of file REveElement.cxx.
|
inlineinherited |
Definition at line 305 of file REveElement.hxx.
|
inline |
Definition at line 107 of file REveTrack.hxx.
|
inline |
Definition at line 105 of file REveTrack.hxx.
|
inline |
Definition at line 90 of file REveTrack.hxx.
|
inlinevirtualinherited |
Return the line color.
Reimplemented in TGraphMultiErrors, and TGWin32VirtualXProxy.
Definition at line 36 of file TAttLine.h.
|
inherited |
Return the last point of the line.
If there are no points (0,0,0) is returned.
Definition at line 235 of file REveLine.cxx.
|
inherited |
Return the first point of the line.
If there are no points (0,0,0) is returned.
Definition at line 224 of file REveLine.cxx.
|
inlinevirtualinherited |
Return the line style.
Reimplemented in TGraphMultiErrors, TGWin32, TGWin32VirtualXProxy, and TGX11.
Definition at line 37 of file TAttLine.h.
|
inlinevirtualinherited |
Return the line width.
Reimplemented in TGraphMultiErrors, TGWin32, TGWin32VirtualXProxy, and TGX11.
Definition at line 38 of file TAttLine.h.
|
inline |
Definition at line 122 of file REveTrack.hxx.
|
inlinevirtualinherited |
Definition at line 234 of file REveElement.hxx.
|
inlineinherited |
Definition at line 230 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 243 of file REveElement.hxx.
|
inlinevirtualinherited |
Return the marker color.
Reimplemented in TGWin32VirtualXProxy.
Definition at line 33 of file TAttMarker.h.
|
inlinevirtualinherited |
Return the marker size.
Reimplemented in TGWin32VirtualXProxy.
Definition at line 35 of file TAttMarker.h.
|
inlinevirtualinherited |
Return the marker style.
Reimplemented in TGWin32VirtualXProxy.
Definition at line 34 of file TAttMarker.h.
|
inline |
Definition at line 95 of file REveTrack.hxx.
|
inlineinherited |
Definition at line 153 of file REveElement.hxx.
|
inlineinherited |
Definition at line 118 of file REveElement.hxx.
|
inline |
Definition at line 101 of file REveTrack.hxx.
|
inline |
Definition at line 89 of file REveTrack.hxx.
|
inlineinherited |
Definition at line 264 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 219 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 217 of file REveElement.hxx.
|
inlineinherited |
Definition at line 52 of file REveLine.hxx.
|
inlineinherited |
Definition at line 53 of file REveLine.hxx.
|
inlinevirtualinherited |
Definition at line 216 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 218 of file REveElement.hxx.
|
inlineinherited |
Definition at line 152 of file REveElement.hxx.
|
virtualinherited |
Returns the master element - that is:
Reimplemented in RecHitProxyBuilder::FWBoxSet, and ROOT::Experimental::REveCollectionCompound.
Definition at line 1392 of file REveElement.cxx.
|
inlineinherited |
Definition at line 68 of file REvePointSet.hxx.
|
inlineinherited |
Definition at line 54 of file REveLine.hxx.
|
inline |
Definition at line 109 of file REveTrack.hxx.
|
inlineinherited |
Definition at line 120 of file REveElement.hxx.
|
inlineinherited |
Definition at line 261 of file REveElement.hxx.
|
inline |
Definition at line 94 of file REveTrack.hxx.
|
inlineinherited |
Definition at line 133 of file REveElement.hxx.
|
inlineinherited |
Definition at line 130 of file REveElement.hxx.
Resizes internal array to allow additional n_points to be stored.
Returns the old size which is also the location where one can start storing new data. The caller is obliged to fill the new point slots.
Definition at line 113 of file REvePointSet.cxx.
|
inlineinherited |
Definition at line 162 of file REveElement.hxx.
|
inherited |
Check if element el is a child of this element.
Definition at line 1070 of file REveElement.cxx.
|
inlineinherited |
Definition at line 170 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 233 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 249 of file REveElement.hxx.
|
inlineinherited |
Definition at line 150 of file REveElement.hxx.
|
inlinevirtualinherited |
Definition at line 55 of file REveProjectionBases.hxx.
|
inlineinherited |
Definition at line 149 of file REveElement.hxx.
|
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.
|
inlineinherited |
Definition at line 303 of file REveElement.hxx.
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.
|
inherited |
Return class for this element Return REveElement class in case dicitonary is not exisiting.
Definition at line 593 of file REveElement.cxx.
|
inlinevirtualinherited |
Reimplemented in TEveArrow, TEveBox, TEveBoxProjected, TEveBoxSet, TEveCalo2D, TEveCalo3D, TEveCaloLego, TEveCaloViz, TEveDigitSet, TEveGeoShape, TEveGeoShapeProjected, TEveJetCone, TEveJetConeProjected, TEveLine, TEveLineProjected, TEvePointSet, TEvePointSetProjected, TEvePolygonSetProjected, TEveProjectionAxes, TEveProjectionManager, TEveQuadSet, TEveScalableStraightLineSet, TEveShape, TEveStraightLineSet, TEveStraightLineSetProjected, TEveText, TEveTrack, TEveTrackProjected, TEveTriangleSet, and TPointSet3D.
Definition at line 63 of file TAttBBox.h.
|
inlinevirtualinherited |
Reimplemented in Jet, RooCurve, RooEllipse, RooHist, ROOT::Experimental::XRooFit::xRooHypoSpace, ROOT::v5::TF1Data, TAnnotation, TArc, TArrow, TBox, TBRIK, TButton, TCandle, TCanvas, TChain, TCONE, TCONS, TCrown, TCTUB, TCurlyArc, TCurlyLine, TCutG, TDialogCanvas, TDiamond, TEfficiency, TEllipse, TELTU, TEveLine, TEveLineProjected, TEveMCTrack, TEveScalableStraightLineSet, TEveStraightLineSet, TEveStraightLineSetProjected, TEveTrack, TEveTrackList, TEveTrackListProjected, TEveTrackProjected, TF12, TF1, TF2, TF3, TFrame, TGaxis, TGCocoa, TGeoBatemanSol, TGeoOverlap, TGeoPhysicalNode, TGeoVolume, TGeoVolumeAssembly, TGeoVolumeMulti, TGLAxis, TGLTH3Composition, TGQuartz, TGraph2D, TGraph2DAsymmErrors, TGraph2DErrors, TGraph, TGraphAsymmErrors, TGraphBentErrors, TGraphEdge, TGraphErrors, TGraphMultiErrors, TGraphNode, TGraphPolar, TGraphPolargram, TGraphQQ, TGroupButton, TGTRA, TGWin32, TGX11, TGX11TTF, TH1, TH1C, TH1D, TH1F, TH1I, TH1L, TH1S, TH2, TH2C, TH2D, TH2F, TH2I, TH2L, TH2Poly, TH2S, TH3, TH3C, TH3D, TH3F, TH3I, TH3L, TH3S, THbookTree, THelix, THYPE, TImageDump, TInspectCanvas, TLatex, TLegend, TLegendEntry, TLine, TMarker3DBox, TMVA::TSpline1, TMVA::TSpline2, TNode, TNodeDiv, TNtuple, TNtupleD, TPad, TPaletteAxis, TPARA, TParallelCoordRange, TParallelCoordSelect, TParallelCoordVar, TParticle, TPave, TPaveClass, TPaveLabel, TPaveStats, TPavesText, TPaveText, TPCON, TPDF, TPGON, TPieSlice, TPolyLine3D, TPolyLine, TPostScript, TPrimary, TProfile2D, TProfile2Poly, TProfile3D, TProfile, TScatter2D, TScatter, TShape, TSlider, TSliderBox, TSPHE, TSpider, TSpline3, TSpline5, TSpline, TStyle, TSVG, TTeXDump, TTRAP, TTRD1, TTRD2, TTree, TTreeSQL, TTUBE, TTUBS, TView, TVirtualGeoTrack, TVirtualPad, TVirtualPS, TVirtualX, TWbox, and TXTRU.
Definition at line 51 of file TAttLine.h.
|
inlinevirtualinherited |
Reimplemented in RooCurve, RooEllipse, RooHist, ROOT::Experimental::XRooFit::xRooHypoSpace, ROOT::v5::TF1Data, TCandle, TChain, TCutG, TEfficiency, TEveLine, TEveLineProjected, TEvePointSet, TEvePointSetArray, TEvePointSetProjected, TEveScalableStraightLineSet, TEveStraightLineSet, TEveStraightLineSetProjected, TEveTrack, TEveTrackList, TEveTrackListProjected, TEveTrackProjected, TF12, TF1, TF2, TF3, TGCocoa, TGeoBatemanSol, TGLTH3Composition, TGQuartz, TGraph2D, TGraph2DAsymmErrors, TGraph2DErrors, TGraph, TGraphAsymmErrors, TGraphBentErrors, TGraphErrors, TGraphMultiErrors, TGraphPolar, TGraphQQ, TGWin32, TGX11, TGX11TTF, TH1, TH1C, TH1D, TH1F, TH1I, TH1L, TH1S, TH2, TH2C, TH2D, TH2F, TH2I, TH2L, TH2Poly, TH2S, TH3, TH3C, TH3D, TH3F, TH3I, TH3L, TH3S, THbookTree, TImageDump, TLegendEntry, TMarker, TMVA::TSpline1, TMVA::TSpline2, TNtuple, TNtupleD, TPDF, TPointSet3D, TPolyMarker3D, TPolyMarker, TPostScript, TProfile2D, TProfile2Poly, TProfile3D, TProfile, TScatter2D, TScatter, TSpline3, TSpline5, TSpline, TStyle, TSVG, TTeXDump, TTree, TTreeSQL, TVirtualGeoTrack, TVirtualPS, and TVirtualX.
Definition at line 55 of file TAttMarker.h.
|
inlineinherited |
Definition at line 294 of file REveElement.hxx.
|
inherited |
Returns the last child element or 0 if the list is empty.
Definition at line 1172 of file REveElement.cxx.
Calculate track representation based on track data and current settings of the propagator.
If recurse is true, descend into children.
Reimplemented in ROOT::Experimental::REveTrackProjected.
Definition at line 320 of file REveTrack.cxx.
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
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.
|
inlineinherited |
Definition at line 161 of file REveElement.hxx.
|
inlineinherited |
Definition at line 169 of file REveElement.hxx.
|
inherited |
Virtual method of base class TPointSet3D.
The function call is invoked with secondary selection in TPointSet3DGL.
Definition at line 283 of file REvePointSet.cxx.
|
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.
| void REveTrack::PrintPathMarks | ( | ) |
Print registered path-marks.
Definition at line 505 of file REveTrack.cxx.
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.
|
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.
|
overridevirtual |
Virtual from REveProjectable, return REveTrackProjected class.
Reimplemented from ROOT::Experimental::REveLine.
Definition at line 480 of file REveTrack.cxx.
Set main color of projecteds if their color is the same as old_color.
Definition at line 131 of file REveProjectionBases.cxx.
|
virtualinherited |
Propagate color to projected elements.
Definition at line 764 of file REveElement.cxx.
Set main transparency of projecteds if their transparency is the same as the old one.
Definition at line 146 of file REveProjectionBases.cxx.
Propagate transparency to projected elements.
Definition at line 802 of file REveElement.cxx.
|
virtualinherited |
Set render state of projecteds.
Definition at line 120 of file REveProjectionBases.cxx.
|
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.
|
virtualinherited |
Set visualization parameters of projecteds.
Use element el as model. If el == 0 (default), this casted to REveElement is used.
Definition at line 108 of file REveProjectionBases.cxx.
|
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.
|
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.
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.
|
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.
|
inherited |
Make sure that no segment is longer than max.
Per point references and integer ids are lost.
Definition at line 167 of file REveLine.cxx.
|
inlineinherited |
Definition at line 159 of file REveElement.hxx.
|
inlineinherited |
Definition at line 160 of file REveElement.hxx.
|
inlineinherited |
Definition at line 167 of file REveElement.hxx.
|
inlineinherited |
Definition at line 168 of file REveElement.hxx.
|
inlineinherited |
Definition at line 47 of file REveSecondarySelectable.hxx.
|
virtualinherited |
Return reference to main transformation.
It is created if not yet existing.
Definition at line 827 of file REveElement.cxx.
|
inline |
Definition at line 116 of file REveTrack.hxx.
|
inline |
Definition at line 117 of file REveTrack.hxx.
|
inlineinherited |
Definition at line 70 of file REvePointSet.hxx.
|
inlineinherited |
Definition at line 71 of file REvePointSet.hxx.
|
inlineinherited |
Definition at line 57 of file REveProjectionBases.hxx.
|
inlineinherited |
Definition at line 46 of file REveSecondarySelectable.hxx.
|
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.
|
virtualinherited |
Remove el from the list of children.
Definition at line 926 of file REveElement.cxx.
|
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.
|
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.
|
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.
|
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.
|
inlinevirtualinherited |
Definition at line 60 of file REveProjectionBases.hxx.
|
inlinevirtualinherited |
Reimplemented in ROOT::Experimental::REveCaloData, ROOT::Experimental::REveCaloViz, and ROOT::Experimental::REveDigitSet.
Definition at line 321 of file REveElement.hxx.
|
inherited |
Drop all data and set-up the data structures to recive new data.
n_points specifies the initial size of the array.
Definition at line 98 of file REvePointSet.cxx.
|
inlineinherited |
Definition at line 313 of file REveElement.hxx.
|
virtualinherited |
Reimplemented in TGWin32VirtualXProxy.
|
virtualinherited |
Reimplemented in TGWin32VirtualXProxy.
|
inlineinherited |
Definition at line 57 of file TAttBBox.h.
|
inlineinherited |
Definition at line 310 of file REveElement.hxx.
|
virtualinherited |
|
virtualinherited |
|
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.
|
virtual |
Emits "SecSelected(REveTrack*)" signal.
Reimplemented in ROOT::Experimental::REveTrackProjected.
Definition at line 544 of file REveTrack.cxx.
|
inlineinherited |
Definition at line 44 of file REveSecondarySelectable.hxx.
| void REveTrack::SetAttLineAttMarker | ( | REveTrackList * | tl | ) |
Set line and marker attributes from REveTrackList.
Definition at line 302 of file REveTrack.cxx.
|
inline |
Definition at line 104 of file REveTrack.hxx.
|
inlineinherited |
Definition at line 165 of file REveElement.hxx.
|
inlineinherited |
Definition at line 147 of file REveElement.hxx.
|
inlineinherited |
Definition at line 309 of file REveElement.hxx.
|
staticinherited |
Set default value for smooth-line drawing flag (default kFALSE).
Static function.
Definition at line 319 of file REveLine.cxx.
|
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.
|
inline |
Definition at line 99 of file REveTrack.hxx.
|
inlineinherited |
Definition at line 229 of file REveElement.hxx.
|
inlineinherited |
Definition at line 242 of file REveElement.hxx.
|
inline |
Definition at line 108 of file REveTrack.hxx.
|
inline |
Definition at line 106 of file REveTrack.hxx.
|
virtualinherited |
Reimplemented in TGWin32VirtualXProxy.
|
inlineoverridevirtualinherited |
|
inherited |
Reimplemented in TGraphMultiErrors.
|
overridevirtualinherited |
Set line-style of the line.
The style is propagated to projecteds.
Reimplemented from TAttLine.
Definition at line 76 of file REveLine.cxx.
|
overridevirtualinherited |
Set line-style of the line.
The style is propagated to projecteds.
Reimplemented from TAttLine.
Definition at line 94 of file REveLine.cxx.
|
inline |
Definition at line 121 of file REveTrack.hxx.
|
inherited |
Set main-transparency via float alpha variable.
Value of alpha is clamped t0 [0, 1].
Definition at line 792 of file REveElement.cxx.
|
virtualinherited |
Set main color of the element.
Reimplemented in ROOT::Experimental::REveCompound, ROOT::Experimental::REveCompoundProjected, ROOT::Experimental::REveDataCollection, ROOT::Experimental::REveDigitSet, ROOT::Experimental::REveShape, and ROOT::Experimental::REveTrackList.
Definition at line 724 of file REveElement.cxx.
|
inherited |
Convert pixel to Color_t and call SetMainColor().
Definition at line 740 of file REveElement.cxx.
|
inlineinherited |
Definition at line 231 of file REveElement.hxx.
Convert RGB values to Color_t and call SetMainColor.
Definition at line 756 of file REveElement.cxx.
Convert RGB values to Color_t and call SetMainColor.
Definition at line 748 of file REveElement.cxx.
|
virtualinherited |
Set main-transparency.
Transparency is clamped to [0, 100].
Reimplemented in ROOT::Experimental::REveCompound.
Definition at line 777 of file REveElement.cxx.
|
virtualinherited |
Reimplemented in TGWin32VirtualXProxy.
|
overridevirtualinherited |
Set marker color. Propagate to projected lines.
Reimplemented from TAttMarker.
Definition at line 58 of file REveLine.cxx.
|
inherited |
|
overridevirtualinherited |
Set marker size, propagate to projecteds.
Reimplemented from TAttMarker.
Definition at line 166 of file REvePointSet.cxx.
|
overridevirtualinherited |
Set marker style, propagate to projecteds.
Reimplemented from TAttMarker.
Definition at line 149 of file REvePointSet.cxx.
|
staticprotectedinherited |
Definition at line 132 of file REveElement.cxx.
|
staticprotectedinherited |
Definition at line 136 of file REveElement.cxx.
|
inherited |
Set name of an element.
Definition at line 260 of file REveElement.cxx.
|
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.
|
inherited |
Definition at line 126 of file REvePointSet.cxx.
|
virtual |
Copy path-marks from t.
Definition at line 281 of file REveTrack.cxx.
|
inline |
Definition at line 102 of file REveTrack.hxx.
|
inlineinherited |
Definition at line 295 of file REveElement.hxx.
|
inherited |
Set pickable state on the element and all its children.
Definition at line 1378 of file REveElement.cxx.
Definition at line 131 of file REvePointSet.cxx.
| void REveTrack::SetPropagator | ( | REveTrackPropagator * | prop | ) |
Set track's propagator.
Reference counts of old and new propagator are updated.
Definition at line 291 of file REveTrack.cxx.
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.
|
inherited |
Set rendering of line. Propagate to projected lines.
Definition at line 112 of file REveLine.cxx.
|
inherited |
Set rendering of points. Propagate to projected lines.
Definition at line 130 of file REveLine.cxx.
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.
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.
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.
|
inlineinherited |
Definition at line 299 of file REveElement.hxx.
|
inherited |
Set smooth rendering. Propagate to projected lines.
Definition at line 148 of file REveLine.cxx.
|
inline |
Definition at line 110 of file REveTrack.hxx.
|
virtual |
Set standard track title based on most data-member values.
Definition at line 248 of file REveTrack.cxx.
|
inherited |
Set title of an element.
Definition at line 269 of file REveElement.cxx.
|
virtual |
Copy track parameters from t.
Track-propagator is set, too. PathMarks are cleared - you can copy them via SetPathMarks(t). If track 't' is locked, you should probably clone its points over - use REvePointSet::ClonePoints(t);
Definition at line 264 of file REveTrack.cxx.
|
virtualinherited |
Set transformation matrix from TGeo's matrix.
Definition at line 870 of file REveElement.cxx.
|
virtualinherited |
Set transformation matrix from column-major array.
Definition at line 862 of file REveElement.cxx.
Setup bounding box as cube with given extent and center position.
Definition at line 75 of file TAttBBox.cxx.
|
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.
|
inlineinherited |
Definition at line 262 of file REveElement.hxx.
|
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.
|
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.
|
inlineinherited |
Definition at line 131 of file REveElement.hxx.
|
inlinevirtualinherited |
Reimplemented in ROOT::Experimental::REveDataCollection, ROOT::Experimental::REveDataItemList, ROOT::Experimental::REveScene, and ROOT::Experimental::REveSceneInfo.
Definition at line 215 of file REveElement.hxx.
| void REveTrack::SortPathMarksByTime | ( | ) |
Sort registered pat-marks by time.
Definition at line 497 of file REveTrack.cxx.
|
inlineinherited |
Definition at line 361 of file REveElement.hxx.
|
inlineinherited |
Definition at line 352 of file REveElement.hxx.
|
inlineinherited |
Definition at line 356 of file REveElement.hxx.
|
inlineinherited |
Definition at line 354 of file REveElement.hxx.
|
inlineinherited |
Definition at line 353 of file REveElement.hxx.
|
inlineinherited |
Definition at line 355 of file REveElement.hxx.
|
virtualinherited |
Reimplemented in TEveArrow, TEveBox, TEveBoxProjected, TEveBoxSet, TEveCalo2D, TEveCalo3D, TEveCaloLego, TEveCaloViz, TEveDigitSet, TEveGeoShape, TEveGeoShapeProjected, TEveJetCone, TEveJetConeProjected, TEveLine, TEveLineProjected, TEvePointSet, TEvePointSetProjected, TEvePolygonSetProjected, TEveProjectionAxes, TEveProjectionManager, TEveQuadSet, TEveScalableStraightLineSet, TEveShape, TEveStraightLineSet, TEveStraightLineSetProjected, TEveText, TEveTrack, TEveTrackProjected, TEveTriangleSet, and TPointSet3D.
|
virtualinherited |
Reimplemented in Jet, RooCurve, RooEllipse, RooHist, ROOT::Experimental::XRooFit::xRooHypoSpace, ROOT::v5::TF1Data, TAnnotation, TArc, TArrow, TBox, TBRIK, TButton, TCandle, TCanvas, TChain, TCONE, TCONS, TCrown, TCTUB, TCurlyArc, TCurlyLine, TCutG, TDialogCanvas, TDiamond, TEfficiency, TEllipse, TELTU, TEveLine, TEveLineProjected, TEveMCTrack, TEveScalableStraightLineSet, TEveStraightLineSet, TEveStraightLineSetProjected, TEveTrack, TEveTrackList, TEveTrackListProjected, TEveTrackProjected, TF12, TF1, TF2, TF3, TFrame, TGaxis, TGCocoa, TGeoBatemanSol, TGeoOverlap, TGeoPhysicalNode, TGeoVolume, TGeoVolumeAssembly, TGeoVolumeMulti, TGLAxis, TGLTH3Composition, TGQuartz, TGraph2D, TGraph2DAsymmErrors, TGraph2DErrors, TGraph, TGraphAsymmErrors, TGraphBentErrors, TGraphEdge, TGraphErrors, TGraphMultiErrors, TGraphNode, TGraphPolar, TGraphPolargram, TGraphQQ, TGroupButton, TGTRA, TGWin32, TGX11, TGX11TTF, TH1, TH1C, TH1D, TH1F, TH1I, TH1L, TH1S, TH2, TH2C, TH2D, TH2F, TH2I, TH2L, TH2Poly, TH2S, TH3, TH3C, TH3D, TH3F, TH3I, TH3L, TH3S, THbookTree, THelix, THYPE, TImageDump, TInspectCanvas, TLatex, TLegend, TLegendEntry, TLine, TMarker3DBox, TMVA::TSpline1, TMVA::TSpline2, TNode, TNodeDiv, TNtuple, TNtupleD, TPad, TPaletteAxis, TPARA, TParallelCoordRange, TParallelCoordSelect, TParallelCoordVar, TParticle, TPave, TPaveClass, TPaveLabel, TPaveStats, TPavesText, TPaveText, TPCON, TPDF, TPGON, TPieSlice, TPolyLine3D, TPolyLine, TPostScript, TPrimary, TProfile2D, TProfile2Poly, TProfile3D, TProfile, TScatter2D, TScatter, TShape, TSlider, TSliderBox, TSPHE, TSpider, TSpline3, TSpline5, TSpline, TStyle, TSVG, TTeXDump, TTRAP, TTRD1, TTRD2, TTree, TTreeSQL, TTUBE, TTUBS, TView, TVirtualGeoTrack, TVirtualPad, TVirtualPS, TVirtualX, TWbox, and TXTRU.
|
virtualinherited |
Reimplemented in RooCurve, RooEllipse, RooHist, ROOT::Experimental::XRooFit::xRooHypoSpace, ROOT::v5::TF1Data, TCandle, TChain, TCutG, TEfficiency, TEveLine, TEveLineProjected, TEvePointSet, TEvePointSetArray, TEvePointSetProjected, TEveScalableStraightLineSet, TEveStraightLineSet, TEveStraightLineSetProjected, TEveTrack, TEveTrackList, TEveTrackListProjected, TEveTrackProjected, TF12, TF1, TF2, TF3, TGCocoa, TGeoBatemanSol, TGLTH3Composition, TGQuartz, TGraph2D, TGraph2DAsymmErrors, TGraph2DErrors, TGraph, TGraphAsymmErrors, TGraphBentErrors, TGraphErrors, TGraphMultiErrors, TGraphPolar, TGraphQQ, TGWin32, TGX11, TGX11TTF, TH1, TH1C, TH1D, TH1F, TH1I, TH1L, TH1S, TH2, TH2C, TH2D, TH2F, TH2I, TH2L, TH2Poly, TH2S, TH3, TH3C, TH3D, TH3F, TH3I, TH3L, TH3S, THbookTree, TImageDump, TLegendEntry, TMarker, TMVA::TSpline1, TMVA::TSpline2, TNtuple, TNtupleD, TPDF, TPointSet3D, TPolyMarker3D, TPolyMarker, TPostScript, TProfile2D, TProfile2Poly, TProfile3D, TProfile, TScatter2D, TScatter, TSpline3, TSpline5, TSpline, TStyle, TSVG, TTeXDump, TTree, TTreeSQL, TVirtualGeoTrack, TVirtualPS, and TVirtualX.
|
inlineinherited |
Definition at line 63 of file TAttBBox.h.
|
inlineinherited |
Definition at line 51 of file TAttLine.h.
|
inlineinherited |
Definition at line 55 of file TAttMarker.h.
Definition at line 311 of file REveElement.hxx.
|
staticprotectedinherited |
Convert Bool_t to string - kTRUE or kFALSE.
Needed in WriteVizParams().
Definition at line 1494 of file REveElement.cxx.
|
inherited |
Set visual parameters for this object for given tag.
Definition at line 475 of file REveElement.cxx.
|
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.
|
inherited |
Reset visual parameters for this object from VizDB.
The model object must be already set.
Definition at line 487 of file REveElement.cxx.
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.
Fill core part of JSON representation.
Reimplemented from ROOT::Experimental::REveLine.
Reimplemented in ROOT::Experimental::REveTrackProjected.
Definition at line 526 of file REveTrack.cxx.
|
overridevirtual |
Write visualization parameters.
Reimplemented from ROOT::Experimental::REveLine.
Definition at line 470 of file REveTrack.cxx.
|
friend |
Definition at line 42 of file REveTrack.hxx.
|
friend |
Definition at line 41 of file REveTrack.hxx.
Definition at line 34 of file REveSecondarySelectable.hxx.
|
protectedinherited |
Definition at line 76 of file REveElement.hxx.
|
protectedinherited |
! Dynamic Float_t[6] X(min,max), Y(min,max), Z(min,max)
Definition at line 20 of file TAttBBox.h.
|
protected |
Definition at line 57 of file REveTrack.hxx.
Definition at line 88 of file REveElement.hxx.
Definition at line 90 of file REveElement.hxx.
Definition at line 89 of file REveElement.hxx.
|
protectedinherited |
Definition at line 48 of file REvePointSet.hxx.
|
protectedinherited |
!
Definition at line 340 of file REveElement.hxx.
|
protected |
Definition at line 60 of file REveTrack.hxx.
|
protectedinherited |
Definition at line 78 of file REveElement.hxx.
|
protectedinherited |
Definition at line 77 of file REveElement.hxx.
|
protectedinherited |
Definition at line 79 of file REveElement.hxx.
|
protectedinherited |
Definition at line 291 of file REveElement.hxx.
Definition at line 93 of file REveElement.hxx.
|
protectedinherited |
! Deny-destroy count.
Definition at line 83 of file REveElement.hxx.
Definition at line 84 of file REveElement.hxx.
!
Definition at line 341 of file REveElement.hxx.
|
protected |
Definition at line 58 of file REveTrack.hxx.
|
privateinherited |
Definition at line 60 of file REveElement.hxx.
Definition at line 39 of file REveLine.hxx.
|
protectedinherited |
Definition at line 37 of file REveSecondarySelectable.hxx.
|
protectedinherited |
Definition at line 289 of file REveElement.hxx.
|
protected |
Definition at line 62 of file REveTrack.hxx.
|
protected |
Definition at line 61 of file REveTrack.hxx.
|
protected |
! Last path-mark index tried in track-propagation.
Definition at line 66 of file REveTrack.hxx.
|
protectedinherited |
Line color.
Definition at line 24 of file TAttLine.h.
|
protectedinherited |
Line style.
Definition at line 25 of file TAttLine.h.
|
protectedinherited |
Line width.
Definition at line 26 of file TAttLine.h.
|
protected |
Definition at line 64 of file REveTrack.hxx.
|
protectedinherited |
Definition at line 94 of file REveElement.hxx.
|
protectedinherited |
Definition at line 95 of file REveElement.hxx.
|
protectedinherited |
Definition at line 92 of file REveElement.hxx.
|
protectedinherited |
Marker color.
Definition at line 24 of file TAttMarker.h.
|
protectedinherited |
Marker size.
Definition at line 26 of file TAttMarker.h.
|
protectedinherited |
Marker style.
Definition at line 25 of file TAttMarker.h.
|
protectedinherited |
Definition at line 63 of file REveElement.hxx.
|
protectedinherited |
Definition at line 74 of file REveElement.hxx.
|
protected |
Definition at line 55 of file REveTrack.hxx.
|
protected |
Definition at line 65 of file REveTrack.hxx.
|
protected |
Definition at line 59 of file REveTrack.hxx.
|
protected |
Definition at line 56 of file REveTrack.hxx.
|
protectedinherited |
Definition at line 290 of file REveElement.hxx.
|
protectedinherited |
Definition at line 47 of file REvePointSet.hxx.
|
protectedinherited |
Definition at line 46 of file REveProjectionBases.hxx.
|
protected |
Definition at line 68 of file REveTrack.hxx.
|
protectedinherited |
! Vertex / normal / triangle index information for rendering.
Definition at line 99 of file REveElement.hxx.
Definition at line 87 of file REveElement.hxx.
|
protectedinherited |
Definition at line 35 of file REveLine.hxx.
|
protectedinherited |
Definition at line 36 of file REveLine.hxx.
Definition at line 86 of file REveElement.hxx.
|
protectedinherited |
Definition at line 64 of file REveElement.hxx.
|
protectedinherited |
Definition at line 36 of file REveSecondarySelectable.hxx.
|
protectedinherited |
Definition at line 65 of file REveElement.hxx.
|
protectedinherited |
Definition at line 49 of file REvePointSet.hxx.
|
protectedinherited |
Definition at line 37 of file REveLine.hxx.
|
protected |
Definition at line 63 of file REveTrack.hxx.
|
protectedinherited |
Definition at line 50 of file REvePointSet.hxx.
|
protectedinherited |
Definition at line 50 of file REvePointSet.hxx.
|
protectedinherited |
Definition at line 75 of file REveElement.hxx.
|
protectedinherited |
! Externally assigned and controlled user data.
Definition at line 97 of file REveElement.hxx.
|
protected |
Definition at line 54 of file REveTrack.hxx.
|
protectedinherited |
! Element used as model from VizDB.
Definition at line 80 of file REveElement.hxx.
|
protectedinherited |
Definition at line 81 of file REveElement.hxx.
|
thread_localstaticprotectedinherited |
Definition at line 343 of file REveElement.hxx.
|
thread_localstaticprotectedinherited |
Definition at line 344 of file REveElement.hxx.
|
thread_localstaticprotectedinherited |
Definition at line 345 of file REveElement.hxx.