Home
last modified time | relevance | path

Searched refs:get_old_dlc_position (Results 1 – 3 of 3) sorted by relevance

/dports/math/ogdf/OGDF/src/ogdf/energybased/fmmm/
H A DMAARPacking.cpp393 tipped_dlc.m_x = r.get_old_dlc_position().m_y*(-1)-r.get_height(); in tipp_over()
394 tipped_dlc.m_y = r.get_old_dlc_position().m_x; in tipp_over()
398 tipped_dlc.m_x = r.get_old_dlc_position().m_y; in tipp_over()
399 tipped_dlc.m_y = r.get_old_dlc_position().m_x*(-1)-r.get_width(); in tipp_over()
/dports/math/ogdf/OGDF/include/ogdf/energybased/fmmm/maar_packing/
H A DRectangle.h97 DPoint get_old_dlc_position() const { return old_down_left_corner_position; } in get_old_dlc_position() function
/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DFMMMLayout.cpp999 new_dlc.m_x = r_best.get_old_dlc_position().m_y*(-1) - r_best.get_height(); in rotate_components_and_calculate_bounding_rectangles()
1000 new_dlc.m_y = r_best.get_old_dlc_position().m_x; in rotate_components_and_calculate_bounding_rectangles()
1038 - r.get_old_dlc_position(); in export_node_positions()