#include <TCurlyLine.h>
Inheritance diagram for TCurlyLine:


Public Types | |
| enum | { kTooShort = BIT(11) } |
Public Methods | |
| TCurlyLine () | |
| TCurlyLine (Double_t x1, Double_t y1, Double_t x2, Double_t y2, Double_t tl=.05, Double_t rad=.02) | |
| virtual | ~TCurlyLine () |
| virtual void | Build () |
| Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
| Bool_t | GetCurly () const |
| Double_t | GetWaveLength () const |
| Double_t | GetAmplitude () const |
| Double_t | GetStartX () const |
| Double_t | GetEndX () const |
| Double_t | GetStartY () const |
| Double_t | GetEndY () const |
| virtual void | SetCurly () |
| virtual void | SetWavy () |
| virtual void | SetWaveLength (Double_t WaveLength) |
| virtual void | SetAmplitude (Double_t x) |
| virtual void | SetStartPoint (Double_t x1, Double_t y1) |
| virtual void | SetEndPoint (Double_t x2, Double_t y2) |
| virtual void | SavePrimitive (ofstream &out, Option_t *) |
Protected Attributes | |
| Double_t | fX1 |
| Double_t | fY1 |
| Double_t | fX2 |
| Double_t | fY2 |
| Double_t | fWaveLength |
| Double_t | fAmplitude |
| Int_t | fNsteps |
| Bool_t | fIsCurly |
|
|
Definition at line 39 of file TCurlyLine.h. |
|
|
Definition at line 42 of file TCurlyLine.h. |
|
||||||||||||||||||||||||||||
|
|
|
|
Definition at line 45 of file TCurlyLine.h. |
|
|
Reimplemented in TCurlyArc. |
|
||||||||||||
|
Reimplemented from TPolyLine. Reimplemented in TCurlyArc. |
|
||||||||||||||||
|
Reimplemented from TPolyLine. Reimplemented in TCurlyArc. |
|
|
Definition at line 49 of file TCurlyLine.h. References fIsCurly. |
|
|
Definition at line 50 of file TCurlyLine.h. References fWaveLength. |
|
|
Definition at line 51 of file TCurlyLine.h. References fAmplitude. |
|
|
Definition at line 52 of file TCurlyLine.h. References fX1. |
|
|
Definition at line 53 of file TCurlyLine.h. References fX2. |
|
|
Definition at line 54 of file TCurlyLine.h. References fY1. |
|
|
Definition at line 55 of file TCurlyLine.h. References fY2. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from TPolyLine. Reimplemented in TCurlyArc. |
|
|
Definition at line 28 of file TCurlyLine.h. Referenced by GetStartX(). |
|
|
Definition at line 29 of file TCurlyLine.h. Referenced by GetStartY(). |
|
|
Definition at line 30 of file TCurlyLine.h. Referenced by GetEndX(). |
|
|
Definition at line 31 of file TCurlyLine.h. Referenced by GetEndY(). |
|
|
Definition at line 32 of file TCurlyLine.h. Referenced by GetWaveLength(). |
|
|
Definition at line 33 of file TCurlyLine.h. Referenced by GetAmplitude(). |
|
|
Definition at line 34 of file TCurlyLine.h. |
|
|
Definition at line 35 of file TCurlyLine.h. Referenced by GetCurly(). |
1.2.16