|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Arc_Data ()=default | |
| Arc_Data () | |
| Arc_Data () | |
Public Attributes | |
| long | target_node |
| bool | is_dashed = false |
| string | data |
| double | xoffset |
| double | yoffset |
| bool | shadow |
| bool | dashed |
| bool | curve |
| bool | left |
| int | curve_mid |
| EepicNode * | target_node |
Definition at line 220 of file btreepic.C.
|
default |
|
inline |
Definition at line 375 of file graphpic.C.
|
inline |
Definition at line 265 of file ntreepic.C.
| bool Arc_Data::curve |
Definition at line 371 of file graphpic.C.
| int Arc_Data::curve_mid |
Definition at line 373 of file graphpic.C.
| bool Arc_Data::dashed |
Definition at line 370 of file graphpic.C.
| string Arc_Data::data |
Definition at line 366 of file graphpic.C.
Definition at line 223 of file btreepic.C.
| bool Arc_Data::left |
Definition at line 372 of file graphpic.C.
| bool Arc_Data::shadow |
Definition at line 369 of file graphpic.C.
| long Arc_Data::target_node |
Definition at line 222 of file btreepic.C.
| EepicNode* Arc_Data::target_node |
Definition at line 262 of file ntreepic.C.
| double Arc_Data::xoffset |
Definition at line 367 of file graphpic.C.
| double Arc_Data::yoffset |
Definition at line 368 of file graphpic.C.