#include <ogdf/internal/energybased/NodeAttributes.h>
Definition at line 66 of file NodeAttributes.h.
| ogdf::NodeAttributes::NodeAttributes | ( | ) |
| ogdf::NodeAttributes::~NodeAttributes | ( | ) |
| double ogdf::NodeAttributes::get_angle_1 | ( | ) | const [inline] |
Definition at line 139 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_angle_2 | ( | ) | const [inline] |
Definition at line 140 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_copy_node | ( | ) | const [inline] |
Definition at line 111 of file NodeAttributes.h.
Definition at line 145 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_dedicated_pm_node | ( | ) | const [inline] |
Definition at line 137 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_dedicated_sun_distance | ( | ) | const [inline] |
Definition at line 136 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_dedicated_sun_node | ( | ) | const [inline] |
Definition at line 135 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_height | ( | ) | const [inline] |
Definition at line 103 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_higher_level_node | ( | ) | const [inline] |
Definition at line 123 of file NodeAttributes.h.
| List<double>* ogdf::NodeAttributes::get_lambda_List_ptr | ( | ) | [inline] |
Definition at line 143 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_lower_level_node | ( | ) | const [inline] |
Definition at line 122 of file NodeAttributes.h.
| int ogdf::NodeAttributes::get_mass | ( | ) | const [inline] |
Definition at line 133 of file NodeAttributes.h.
Definition at line 144 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_original_node | ( | ) | const [inline] |
Definition at line 110 of file NodeAttributes.h.
| DPoint ogdf::NodeAttributes::get_position | ( | ) | const [inline] |
Definition at line 99 of file NodeAttributes.h.
| node ogdf::NodeAttributes::get_subgraph_node | ( | ) | const [inline] |
Definition at line 116 of file NodeAttributes.h.
| int ogdf::NodeAttributes::get_type | ( | ) | const [inline] |
Definition at line 134 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_width | ( | ) | const [inline] |
Definition at line 102 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_x | ( | ) | const [inline] |
Definition at line 100 of file NodeAttributes.h.
| double ogdf::NodeAttributes::get_y | ( | ) | const [inline] |
Definition at line 101 of file NodeAttributes.h.
| void ogdf::NodeAttributes::init_mult_values | ( | ) |
| bool ogdf::NodeAttributes::is_placed | ( | ) | const [inline] |
Definition at line 138 of file NodeAttributes.h.
| void ogdf::NodeAttributes::place | ( | ) | [inline] |
Definition at line 129 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_angle_1 | ( | double | a | ) | [inline] |
Definition at line 130 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_angle_2 | ( | double | a | ) | [inline] |
Definition at line 131 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_copy_node | ( | node | v | ) | [inline] |
Definition at line 109 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_dedicated_pm_node | ( | node | v | ) | [inline] |
Definition at line 128 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_dedicated_sun_distance | ( | double | d | ) | [inline] |
Definition at line 127 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_dedicated_sun_node | ( | node | v | ) | [inline] |
Definition at line 126 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_height | ( | double | h | ) | [inline] |
Definition at line 95 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_higher_level_node | ( | node | v | ) | [inline] |
Definition at line 121 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_lower_level_node | ( | node | v | ) | [inline] |
Definition at line 120 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_mass | ( | int | m | ) | [inline] |
Definition at line 124 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_NodeAttributes | ( | double | w, | |
| double | h, | |||
| DPoint | pos, | |||
| node | v_low, | |||
| node | v_high | |||
| ) | [inline] |
Definition at line 83 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_original_node | ( | node | v | ) | [inline] |
Definition at line 108 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_position | ( | DPoint | pos | ) | [inline] |
Definition at line 93 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_subgraph_node | ( | node | v | ) | [inline] |
Definition at line 115 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_type | ( | int | t | ) | [inline] |
Definition at line 125 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_width | ( | double | w | ) | [inline] |
Definition at line 94 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_x | ( | double | x | ) | [inline] |
Definition at line 96 of file NodeAttributes.h.
| void ogdf::NodeAttributes::set_y | ( | double | y | ) | [inline] |
Definition at line 97 of file NodeAttributes.h.
| ostream& operator<< | ( | ostream & | , | |
| const NodeAttributes & | ||||
| ) | [friend] |
| istream& operator>> | ( | istream & | , | |
| NodeAttributes & | ||||
| ) | [friend] |
double ogdf::NodeAttributes::angle_1 [private] |
Definition at line 185 of file NodeAttributes.h.
double ogdf::NodeAttributes::angle_2 [private] |
Definition at line 186 of file NodeAttributes.h.
node ogdf::NodeAttributes::dedicated_pm_node [private] |
Definition at line 173 of file NodeAttributes.h.
double ogdf::NodeAttributes::dedicated_sun_distance [private] |
Definition at line 171 of file NodeAttributes.h.
node ogdf::NodeAttributes::dedicated_sun_node [private] |
Definition at line 170 of file NodeAttributes.h.
double ogdf::NodeAttributes::height [private] |
Definition at line 155 of file NodeAttributes.h.
List<double> ogdf::NodeAttributes::lambda [private] |
Definition at line 174 of file NodeAttributes.h.
List<double>* ogdf::NodeAttributes::lambda_List_ptr [private] |
Definition at line 179 of file NodeAttributes.h.
int ogdf::NodeAttributes::mass [private] |
Definition at line 167 of file NodeAttributes.h.
List<node> ogdf::NodeAttributes::moon_List [private] |
Definition at line 181 of file NodeAttributes.h.
List<node>* ogdf::NodeAttributes::moon_List_ptr [private] |
Definition at line 182 of file NodeAttributes.h.
List<node> ogdf::NodeAttributes::neighbour_s_node [private] |
Definition at line 177 of file NodeAttributes.h.
List<node>* ogdf::NodeAttributes::neighbour_s_node_List_ptr [private] |
Definition at line 180 of file NodeAttributes.h.
bool ogdf::NodeAttributes::placed [private] |
Definition at line 183 of file NodeAttributes.h.
DPoint ogdf::NodeAttributes::position [private] |
Definition at line 153 of file NodeAttributes.h.
int ogdf::NodeAttributes::type [private] |
Definition at line 168 of file NodeAttributes.h.
node ogdf::NodeAttributes::v_higher_level [private] |
Definition at line 160 of file NodeAttributes.h.
node ogdf::NodeAttributes::v_lower_level [private] |
Definition at line 159 of file NodeAttributes.h.
double ogdf::NodeAttributes::width [private] |
Definition at line 154 of file NodeAttributes.h.