91 virtual void SetDepthLocal(
Float_t d);
98 virtual void UpdateProjection();
static Bool_t GetDefaultSmooth()
Get default value for smooth-line drawing flag.
Abstract base class for classes that hold results of a non-linear projection transformation.
TEveLine & operator=(const TEveLine &)
void SetRnrPoints(Bool_t r)
Set rendering of points. Propagate to projected lines.
An arbitrary polyline with fixed line and marker attributes.
Editor for TEveLine class.
virtual void CopyVizParams(const TEveElement *el)
Copy visualization parameters from element el.
virtual void SetLineStyle(Style_t lstyle)
Set line-style of the line.
virtual TEveElement * GetProjectedAsElement()
Returns this projected dynamic-casted to TEveElement.
virtual void WriteVizParams(std::ostream &out, const TString &var)
Write visualization parameters.
#define ClassDef(name, id)
Base-class for non-linear projections.
Manager class for steering of projections and managing projected objects.
GL-renderer for TEveLine class.
Projected copy of a TEveLine.
Abstract base-class for non-linear projectable objects.
TEveLine(const TEveLine &)
virtual void SetLineColor(Color_t col)
Set the line color.
virtual void SetLineWidth(Width_t lwidth)
Set line-style of the line.
virtual const TGPicture * GetListTreeIcon(Bool_t open=kFALSE)
Returns list-tree icon for TEveLine.
TEvePointSet is a render-element holding a collection of 3D points with optional per-point TRef and a...
The ROOT global object gROOT contains a list of all defined classes.
void ReduceSegmentLengths(Float_t max)
Make sure that no segment is longer than max.
virtual void SetMainColor(Color_t color)
Set main color of the element.
virtual void SetMarkerColor(Color_t col)
Set marker color. Propagate to projected lines.
void SetRnrLine(Bool_t r)
Set rendering of line. Propagate to projected lines.
TEveVector GetLineStart() const
Return the first point of the line.
virtual ~TEveLineProjected()
static void SetDefaultSmooth(Bool_t r)
Set default value for smooth-line drawing flag (default kFALSE).
TEveVector GetLineEnd() const
Return the last point of the line.
virtual TClass * ProjectedClass(const TEveProjection *p) const
Virtual from TEveProjectable, returns TEvePointSetProjected class.
Bool_t GetRnrLine() const
Float_t CalculateLineLength() const
Sum-up lengths of individual segments.
static Bool_t fgDefaultSmooth
Bool_t GetRnrPoints() const
Base class for TEveUtil visualization elements, providing hierarchy management, rendering control and...
void SetSmooth(Bool_t r)
Set smooth rendering. Propagate to projected lines.