|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Node_Data () | |
Public Attributes | |
| int | number |
| string | name |
| double | x |
| double | y |
| double | hr |
| double | vr |
| bool | shadow |
| bool | without |
| double | xoffset |
| double | yoffset |
| DynDlist< Tag_Data > | tag_list |
Definition at line 327 of file graphpic.C.
|
inline |
Definition at line 340 of file graphpic.C.
| double Node_Data::hr |
Definition at line 332 of file graphpic.C.
| string Node_Data::name |
Definition at line 330 of file graphpic.C.
| int Node_Data::number |
Definition at line 329 of file graphpic.C.
| bool Node_Data::shadow |
Definition at line 333 of file graphpic.C.
Definition at line 338 of file graphpic.C.
| double Node_Data::vr |
Definition at line 332 of file graphpic.C.
| bool Node_Data::without |
Definition at line 334 of file graphpic.C.
| double Node_Data::x |
Definition at line 331 of file graphpic.C.
| double Node_Data::xoffset |
Definition at line 336 of file graphpic.C.
Referenced by Node_Data().
| double Node_Data::y |
Definition at line 331 of file graphpic.C.
| double Node_Data::yoffset |
Definition at line 336 of file graphpic.C.
Referenced by Node_Data().