#include <NodeAttributes.h>
Definition at line 64 of file NodeAttributes.h.
| ogdf::NodeAttributes::NodeAttributes | ( | ) |
| ogdf::NodeAttributes::~NodeAttributes | ( | ) |
| void ogdf::NodeAttributes::set_NodeAttributes | ( | double | w, | |
| double | h, | |||
| DPoint | pos, | |||
| node | v_low, | |||
| node | v_high | |||
| ) | [inline] |
Definition at line 81 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_position | ( | DPoint | pos | ) | [inline] |
Definition at line 91 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_width | ( | double | w | ) | [inline] |
Definition at line 92 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_height | ( | double | h | ) | [inline] |
Definition at line 93 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_x | ( | double | x | ) | [inline] |
Definition at line 94 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_y | ( | double | y | ) | [inline] |
Definition at line 95 of file NodeAttributes.h.
| DPoint ogdf::NodeAttributes::get_position | ( | ) | const [inline] |
Definition at line 97 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_x | ( | ) | const [inline] |
Definition at line 98 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_y | ( | ) | const [inline] |
Definition at line 99 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_width | ( | ) | const [inline] |
Definition at line 100 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_height | ( | ) | const [inline] |
Definition at line 101 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_original_node | ( | node | v | ) | [inline] |
Definition at line 106 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_copy_node | ( | node | v | ) | [inline] |
Definition at line 107 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_original_node | ( | ) | const [inline] |
Definition at line 108 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_copy_node | ( | ) | const [inline] |
Definition at line 109 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_subgraph_node | ( | node | v | ) | [inline] |
Definition at line 113 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_subgraph_node | ( | ) | const [inline] |
Definition at line 114 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_lower_level_node | ( | node | v | ) | [inline] |
Definition at line 118 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_higher_level_node | ( | node | v | ) | [inline] |
Definition at line 119 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_lower_level_node | ( | ) | const [inline] |
Definition at line 120 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_higher_level_node | ( | ) | const [inline] |
Definition at line 121 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_mass | ( | int | m | ) | [inline] |
Definition at line 122 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_type | ( | int | t | ) | [inline] |
Definition at line 123 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_dedicated_sun_node | ( | node | v | ) | [inline] |
Definition at line 124 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_dedicated_sun_distance | ( | double | d | ) | [inline] |
Definition at line 125 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_dedicated_pm_node | ( | node | v | ) | [inline] |
Definition at line 126 of file NodeAttributes.h.
| void ogdf::NodeAttributes::place | ( | ) | [inline] |
Definition at line 127 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_angle_1 | ( | double | a | ) | [inline] |
Definition at line 128 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_angle_2 | ( | double | a | ) | [inline] |
Definition at line 129 of file NodeAttributes.h.
| int ogdf::NodeAttributes::get_mass | ( | ) | const [inline] |
Definition at line 131 of file NodeAttributes.h.
| int ogdf::NodeAttributes::get_type | ( | ) | const [inline] |
Definition at line 132 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_dedicated_sun_node | ( | ) | const [inline] |
Definition at line 133 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_dedicated_sun_distance | ( | ) | const [inline] |
Definition at line 134 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_dedicated_pm_node | ( | ) | const [inline] |
Definition at line 135 of file NodeAttributes.h.
| bool ogdf::NodeAttributes::is_placed | ( | ) | const [inline] |
Definition at line 136 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_angle_1 | ( | ) | const [inline] |
Definition at line 137 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_angle_2 | ( | ) | const [inline] |
Definition at line 138 of file NodeAttributes.h.
| List<double>* ogdf::NodeAttributes::get_lambda_List_ptr | ( | ) | [inline] |
Definition at line 141 of file NodeAttributes.h.
Definition at line 142 of file NodeAttributes.h.
Definition at line 143 of file NodeAttributes.h.
| void ogdf::NodeAttributes::init_mult_values | ( | ) |
| ostream& operator<< | ( | ostream & | , | |
| const NodeAttributes & | ||||
| ) | [friend] |
| istream& operator>> | ( | istream & | , | |
| NodeAttributes & | ||||
| ) | [friend] |
DPoint ogdf::NodeAttributes::position [private] |
Definition at line 151 of file NodeAttributes.h.
double ogdf::NodeAttributes::width [private] |
Definition at line 152 of file NodeAttributes.h.
double ogdf::NodeAttributes::height [private] |
Definition at line 153 of file NodeAttributes.h.
node ogdf::NodeAttributes::v_lower_level [private] |
Definition at line 157 of file NodeAttributes.h.
node ogdf::NodeAttributes::v_higher_level [private] |
Definition at line 158 of file NodeAttributes.h.
int ogdf::NodeAttributes::mass [private] |
Definition at line 165 of file NodeAttributes.h.
int ogdf::NodeAttributes::type [private] |
Definition at line 166 of file NodeAttributes.h.
node ogdf::NodeAttributes::dedicated_sun_node [private] |
Definition at line 168 of file NodeAttributes.h.
double ogdf::NodeAttributes::dedicated_sun_distance [private] |
Definition at line 169 of file NodeAttributes.h.
node ogdf::NodeAttributes::dedicated_pm_node [private] |
Definition at line 171 of file NodeAttributes.h.
List<double> ogdf::NodeAttributes::lambda [private] |
Definition at line 172 of file NodeAttributes.h.
List<node> ogdf::NodeAttributes::neighbour_s_node [private] |
Definition at line 175 of file NodeAttributes.h.
List<double>* ogdf::NodeAttributes::lambda_List_ptr [private] |
Definition at line 177 of file NodeAttributes.h.
List<node>* ogdf::NodeAttributes::neighbour_s_node_List_ptr [private] |
Definition at line 178 of file NodeAttributes.h.
List<node> ogdf::NodeAttributes::moon_List [private] |
Definition at line 179 of file NodeAttributes.h.
List<node>* ogdf::NodeAttributes::moon_List_ptr [private] |
Definition at line 180 of file NodeAttributes.h.
bool ogdf::NodeAttributes::placed [private] |
Definition at line 181 of file NodeAttributes.h.
double ogdf::NodeAttributes::angle_1 [private] |
Definition at line 183 of file NodeAttributes.h.
double ogdf::NodeAttributes::angle_2 [private] |
Definition at line 184 of file NodeAttributes.h.