#include <EdbEDA.h>
|
| void | Draw (Option_t *option="") |
| |
| | EdbEDALine (float x1, float y1, float z1, float x2, float y2, float z2, int color, int width, const char *comment="") |
| |
| | EdbEDALine (int color, int width, const char *comment="") |
| |
| void | SetPoint1 (float x1, float y1, float z1) |
| |
| void | SetPoint2 (float x2, float y2, float z2) |
| |
| | ~EdbEDALine () |
| |
| | EdbEDAObject () |
| |
| bool | GetDraw () |
| |
| void * | GetReference () |
| |
| virtual void | SetColorMode (int mode) |
| |
| void | SetDraw (bool b=kTRUE) |
| |
| void | SetReference (void *ref) |
| |
| | ~EdbEDAObject () |
| |
◆ EdbEDALine() [1/2]
| EdbEDALine::EdbEDALine |
( |
float |
x1, |
|
|
float |
y1, |
|
|
float |
z1, |
|
|
float |
x2, |
|
|
float |
y2, |
|
|
float |
z2, |
|
|
int |
color, |
|
|
int |
width, |
|
|
const char * |
comment = "" |
|
) |
| |
|
inline |
float X1
Definition: EdbEDA.h:88
int col
Definition: EdbEDA.h:89
TString text
Definition: EdbEDA.h:90
float X2
Definition: EdbEDA.h:88
float Y2
Definition: EdbEDA.h:88
float Y1
Definition: EdbEDA.h:88
float Z2
Definition: EdbEDA.h:88
float Z1
Definition: EdbEDA.h:88
int wid
Definition: EdbEDA.h:89
float width
Definition: emthickness.cpp:71
◆ EdbEDALine() [2/2]
| EdbEDALine::EdbEDALine |
( |
int |
color, |
|
|
int |
width, |
|
|
const char * |
comment = "" |
|
) |
| |
|
inline |
◆ ~EdbEDALine()
| EdbEDALine::~EdbEDALine |
( |
| ) |
|
|
inline |
◆ Draw()
| void EdbEDALine::Draw |
( |
Option_t * |
option = "" | ) |
|
|
virtual |
Reimplemented from EdbEDAObject.
2185 TEveLine *l =
new TEveLine;
2186 l->SetElementName(
text.Data());
2189 l->SetLineColor(
col);
2190 l->SetLineWidth(
wid);
2191 gEve->AddElement(l);
EdbEDA * gEDA
Definition: EdbEDA.C:3
bool GetDraw()
Definition: EdbEDA.h:45
double GetScaleZ()
Definition: EdbEDA.h:732
◆ SetPoint1()
| void EdbEDALine::SetPoint1 |
( |
float |
x1, |
|
|
float |
y1, |
|
|
float |
z1 |
|
) |
| |
|
inline |
◆ SetPoint2()
| void EdbEDALine::SetPoint2 |
( |
float |
x2, |
|
|
float |
y2, |
|
|
float |
z2 |
|
) |
| |
|
inline |
◆ col
◆ text
◆ wid
◆ X1
◆ X2
◆ Y1
◆ Y2
◆ Z1
◆ Z2
The documentation for this class was generated from the following files: