#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, char *comment="") |
|
| EdbEDALine (int color, int width, char *comment="") |
|
void | SetPoint1 (float x1, float y1, float z1) |
|
void | SetPoint2 (float x2, float y2, float z2) |
|
| ~EdbEDALine () |
|
virtual void | Draw (Option_t *option="") |
|
| 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, |
|
|
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
◆ EdbEDALine() [2/2]
EdbEDALine::EdbEDALine |
( |
int |
color, |
|
|
int |
width, |
|
|
char * |
comment = "" |
|
) |
| |
|
inline |
◆ ~EdbEDALine()
EdbEDALine::~EdbEDALine |
( |
| ) |
|
|
inline |
◆ Draw()
void EdbEDALine::Draw |
( |
Option_t * |
option = "" | ) |
|
|
virtual |
Reimplemented from EdbEDAObject.
2184 {
2186 TEveLine *l = new TEveLine;
2187 l->SetElementName(
text.Data());
2190 l->SetLineColor(
col);
2191 l->SetLineWidth(
wid);
2192 gEve->AddElement(l);
2193}
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:
- /home/antonio/fedra_doxygen/src/libEDA/EdbEDA.h
- /home/antonio/fedra_doxygen/src/libEDA/EdbEDA.C