Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
REveScalableStraightLineSet.hxx
Go to the documentation of this file.
1// @(#)root/eve7:$Id$
2// Authors: Matevz Tadel & Alja Mrak-Tadel: 2020
3
4/*************************************************************************
5 * Copyright (C) 1995-2020, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_REveScalableStraightLineSet
13#define ROOT_REveScalableStraightLineSet
14
16
17namespace ROOT {
18namespace Experimental {
19
21{
22private:
25
26protected:
29
30public:
31 REveScalableStraightLineSet(const std::string &n = "ScalableStraightLineSet", const std::string &t = "");
33
35 void SetScale(Double_t scale);
36
37 Double_t GetScale() const;
38};
39
40} // namespace Experimental
41} // namespace ROOT
42
43#endif
float Float_t
Definition RtypesCore.h:57
void SetScaleCenter(Float_t x, Float_t y, Float_t z)
Set scale center.
REveScalableStraightLineSet & operator=(const REveScalableStraightLineSet &)=delete
void SetScale(Double_t scale)
Loop over line parameters and scale coordinates.
REveScalableStraightLineSet(const REveScalableStraightLineSet &)=delete
REveStraightLineSet Set of straight lines with optional markers along the lines.
Double_t y[n]
Definition legend1.C:17
Double_t x[n]
Definition legend1.C:17
const Int_t n
Definition legend1.C:16
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.