|
ROOT
Reference Guide |
|
Go to the documentation of this file.
12 #ifndef ROOT_TEveProjectionBases
13 #define ROOT_TEveProjectionBases
Base class for TEveUtil visualization elements, providing hierarchy management, rendering control and...
virtual void UpdateProjection()=0
virtual void AddProjected(TEveProjected *p)
TEveProjectable * GetProjectable() const
virtual void SetProjection(TEveProjectionManager *mng, TEveProjectable *model)
Sets projection manager and reference in the projectable object.
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 AnnihilateProjecteds()
Optimized destroy of projected elements with condition there is only one parent for projected element...
TEveProjected()
Constructor.
Base-class for non-linear projections.
virtual void PropagateVizParams(TEveElement *el=0)
Set visualization parameters of projecteds.
TEveProjectable * fProjectable
virtual void PropagateRenderState(Bool_t rnr_self, Bool_t rnr_children)
Set render state of projecteds.
TEveProjectionManager * GetManager() const
ProjList_t fProjectedList
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 UnRefProjectable(TEveProjectable *assumed_parent, bool notifyParent=true)
Remove reference to projectable.
Abstract base-class for non-linear projectable objects.
std::list< TEveProjected * >::iterator ProjList_i
std::list< TEveProjected * > ProjList_t
virtual TClass * ProjectedClass(const TEveProjection *p) const =0
Manager class for steering of projections and managing projected objects.
TEveProjectionManager * fManager
virtual ~TEveProjectable()
Destructor.
virtual void SetDepthLocal(Float_t d)
Base-class implementation – just sets fDepth.
TEveProjectable & operator=(const TEveProjectable &)
virtual void SetDepth(Float_t d)
Set depth coordinate for the element.
TEveProjectable()
Constructor.
ProjList_i BeginProjecteds()
virtual void ClearProjectedList()
ProjList_i EndProjecteds()
TEveProjected & operator=(const TEveProjected &)
TEveProjected(const TEveProjected &)
Abstract base class for classes that hold results of a non-linear projection transformation.
TClass instances represent classes, structs and namespaces in the ROOT type system.
virtual ~TEveProjected()
Destructor.
#define ClassDef(name, id)
virtual TEveElement * GetProjectedAsElement()
Returns this projected dynamic-casted to TEveElement.
void SetDepthCommon(Float_t d, TEveElement *el, Float_t *bbox)
Utility function to update the z-values of the bounding-box.
virtual void RemoveProjected(TEveProjected *p)
TEveProjectable(const TEveProjectable &)
virtual void AddProjectedsToSet(std::set< TEveElement * > &set)
Add the projected elements to the set, dyn-casting them to TEveElement.
virtual Bool_t HasProjecteds() const