12#ifndef ROOT_TEveTrackProjected
13#define ROOT_TEveTrackProjected
#define ClassDef(name, id)
Base class for TEveUtil visualization elements, providing hierarchy management, rendering control and...
Abstract base-class for non-linear projectable objects.
Abstract base class for classes that hold results of a non-linear projection transformation.
Manager class for steering of projections and managing projected objects.
Specialization of TEveTrackList for holding TEveTrackProjected objects.
virtual void SetDepthLocal(Float_t d)
This is not needed for functionality as SetDepth(Float_t d) is overriden – but SetDepthLocal() is abs...
virtual void SetDepth(Float_t d)
Set depth of all children inheriting from TEveTrackProjected.
virtual void SetProjection(TEveProjectionManager *proj, TEveProjectable *model)
This is virtual method from base-class TEveProjected.
virtual ~TEveTrackListProjected()
TEveTrackListProjected()
Default constructor.
virtual TEveElement * GetProjectedAsElement()
Returns this projected dynamic-casted to TEveElement.
TEveTrackListProjected & operator=(const TEveTrackListProjected &)
TEveTrackListProjected(const TEveTrackListProjected &)
virtual void UpdateProjection()
A list of tracks supporting change of common attributes and selection based on track parameters.
GL-renderer for TEveTrackProjected class.
Projected copy of a TEveTrack.
std::vector< Int_t > fBreakPoints
TEveTrackProjected()
Default constructor.
virtual void MakeTrack(Bool_t recurse=kTRUE)
Calculate the points of the track for drawing.
virtual void SecSelected(TEveTrack *)
Virtual method from from base-class TEveTrack.
TEveTrackProjected(const TEveTrackProjected &)=delete
virtual TEveElement * GetProjectedAsElement()
Returns this projected dynamic-casted to TEveElement.
virtual void UpdateProjection()
Virtual method from base-class TEveProjected.
void PrintLineSegments()
Print line segments info.
virtual ~TEveTrackProjected()
Int_t GetBreakPointIdx(Int_t start)
Find index of the last point that lies within the same segment of projected space.
virtual void SetProjection(TEveProjectionManager *mng, TEveProjectable *model)
This is virtual method from base-class TEveProjected.
virtual void SetDepthLocal(Float_t d)
Set depth (z-coordinate) of the projected points.
TEveTrackProjected & operator=(const TEveTrackProjected &)=delete
Visual representation of a track.