| adapt_drawing_to_ideal_average_edgelength(Graph &G, NodeArray< NodeAttributes > &A, EdgeArray< EdgeAttributes > &E) | ogdf::FMMMLayout | private |
| add_attr_rep_forces(Graph &G, NodeArray< DPoint > &F_attr, NodeArray< DPoint > &F_rep, NodeArray< DPoint > &F, int iter, int fine_tuning_step) | ogdf::FMMMLayout | private |
| adjust_positions(const Graph &G, NodeArray< NodeAttributes > &A) | ogdf::FMMMLayout | private |
| adjustPostRepStrengthDynamically() const | ogdf::FMMMLayout | inline |
| adjustPostRepStrengthDynamically(bool b) | ogdf::FMMMLayout | inline |
| allowedPositions() const | ogdf::FMMMLayout | inline |
| allowedPositions(FMMMOptions::AllowedPositions ap) | ogdf::FMMMLayout | inline |
| average_ideal_edgelength | ogdf::FMMMLayout | private |
| boxlength | ogdf::FMMMLayout | private |
| calculate_area(double width, double height, int comp_nr) | ogdf::FMMMLayout | inlineprivate |
| calculate_attractive_forces(Graph &G, NodeArray< NodeAttributes > &A, EdgeArray< EdgeAttributes > &E, NodeArray< DPoint > &F_attr) | ogdf::FMMMLayout | private |
| calculate_bounding_rectangle(Graph &G, NodeArray< NodeAttributes > &A, int componenet_index) | ogdf::FMMMLayout | private |
| calculate_bounding_rectangles_of_components(List< Rectangle > &R, Graph G_sub[], NodeArray< NodeAttributes > A_sub[]) | ogdf::FMMMLayout | private |
| calculate_forces(Graph &G, NodeArray< NodeAttributes > &A, EdgeArray< EdgeAttributes > &E, NodeArray< DPoint > &F, NodeArray< DPoint > &F_attr, NodeArray< DPoint > &F_rep, NodeArray< DPoint > &last_node_movement, int iter, int fine_tuning_step) | ogdf::FMMMLayout | private |
| calculate_repulsive_forces(Graph &G, NodeArray< NodeAttributes > &A, NodeArray< DPoint > &F_rep) | ogdf::FMMMLayout | inlineprivate |
| call(GraphAttributes &GA) override | ogdf::FMMMLayout | virtual |
| call(ClusterGraphAttributes &GA) | ogdf::FMMMLayout | |
| call(GraphAttributes &GA, const EdgeArray< double > &edgeLength) | ogdf::FMMMLayout | |
| call(GraphAttributes &GA, char *ps_file) | ogdf::FMMMLayout | |
| call(GraphAttributes &GA, const EdgeArray< double > &edgeLength, char *ps_file) | ogdf::FMMMLayout | |
| call_DIVIDE_ET_IMPERA_step(Graph &G, NodeArray< NodeAttributes > &A, EdgeArray< EdgeAttributes > &E) | ogdf::FMMMLayout | private |
| call_FORCE_CALCULATION_step(Graph &G, NodeArray< NodeAttributes > &A, EdgeArray< EdgeAttributes > &E, int act_level, int max_level) | ogdf::FMMMLayout | private |
| call_MULTILEVEL_step_for_subGraph(Graph &G, NodeArray< NodeAttributes > &A, EdgeArray< EdgeAttributes > &E) | ogdf::FMMMLayout | private |
| call_POSTPROCESSING_step(Graph &G, NodeArray< NodeAttributes > &A, EdgeArray< EdgeAttributes > &E, NodeArray< DPoint > &F, NodeArray< DPoint > &F_attr, NodeArray< DPoint > &F_rep, NodeArray< DPoint > &last_node_movement) | ogdf::FMMMLayout | private |
| cool_factor | ogdf::FMMMLayout | private |
| coolTemperature() const | ogdf::FMMMLayout | inline |
| coolTemperature(bool b) | ogdf::FMMMLayout | inline |
| coolValue() const | ogdf::FMMMLayout | inline |
| coolValue(double x) | ogdf::FMMMLayout | inline |
| create_initial_placement(Graph &G, NodeArray< NodeAttributes > &A) | ogdf::FMMMLayout | private |
| create_initial_placement_random(const Graph &G, NodeArray< NodeAttributes > &A) | ogdf::FMMMLayout | private |
| create_initial_placement_uniform_grid(const Graph &G, NodeArray< NodeAttributes > &A) | ogdf::FMMMLayout | private |
| create_maximum_connected_subGraphs(Graph &G, NodeArray< NodeAttributes > &A, EdgeArray< EdgeAttributes > &E, Graph G_sub[], NodeArray< NodeAttributes > A_sub[], EdgeArray< EdgeAttributes > E_sub[], NodeArray< int > &component) | ogdf::FMMMLayout | private |
| create_postscript_drawing(GraphAttributes &GA, char *ps_file) | ogdf::FMMMLayout | private |
| deallocate_memory_for_rep_calc_classes() | ogdf::FMMMLayout | inlineprivate |
| delete_all_subGraphs(Graph G_sub[], NodeArray< NodeAttributes > A_sub[], EdgeArray< EdgeAttributes > E_sub[]) | ogdf::FMMMLayout | inlineprivate |
| delete_parallel_edges(const Graph &G, EdgeArray< EdgeAttributes > &E, Graph &G_reduced, List< edge > &S, EdgeArray< double > &new_edgelength) | ogdf::FMMMLayout | private |
| down_left_corner | ogdf::FMMMLayout | private |
| EdgeAttributes typedef | ogdf::FMMMLayout | private |
| edgeLengthMeasurement() const | ogdf::FMMMLayout | inline |
| edgeLengthMeasurement(FMMMOptions::EdgeLengthMeasurement elm) | ogdf::FMMMLayout | inline |
| export_node_positions(NodeArray< NodeAttributes > &A, List< Rectangle > &R, Graph G_sub[], NodeArray< NodeAttributes > A_sub[]) | ogdf::FMMMLayout | private |
| export_NodeAttributes(Graph &G_reduced, NodeArray< NodeAttributes > &A_reduced, GraphAttributes &GA) | ogdf::FMMMLayout | private |
| f_attr_scalar(double d, double ind_ideal_edge_length) | ogdf::FMMMLayout | private |
| fineTuneScalar() const | ogdf::FMMMLayout | inline |
| fineTuneScalar(double s) | ogdf::FMMMLayout | inline |
| fineTuningIterations() const | ogdf::FMMMLayout | inline |
| fineTuningIterations(int n) | ogdf::FMMMLayout | inline |
| fixedIterations() const | ogdf::FMMMLayout | inline |
| fixedIterations(int n) | ogdf::FMMMLayout | inline |
| FMMMLayout() | ogdf::FMMMLayout | |
| forceModel() const | ogdf::FMMMLayout | inline |
| forceModel(FMMMOptions::ForceModel fm) | ogdf::FMMMLayout | inline |
| forceScalingFactor() const | ogdf::FMMMLayout | inline |
| forceScalingFactor(double f) | ogdf::FMMMLayout | inline |
| FR | ogdf::FMMMLayout | private |
| frGridQuotient() const | ogdf::FMMMLayout | inline |
| frGridQuotient(int p) | ogdf::FMMMLayout | inline |
| galaxyChoice() const | ogdf::FMMMLayout | inline |
| galaxyChoice(FMMMOptions::GalaxyChoice gc) | ogdf::FMMMLayout | inline |
| get_average_forcevector_length(Graph &G, NodeArray< DPoint > &F) | ogdf::FMMMLayout | private |
| get_max_mult_iter(int act_level, int max_level, int node_nr) | ogdf::FMMMLayout | private |
| get_post_rep_force_strength(int n) | ogdf::FMMMLayout | inlineprivate |
| getCpuTime() | ogdf::FMMMLayout | inline |
| import_EdgeAttributes(const Graph &G, const EdgeArray< double > &edgeLength, EdgeArray< EdgeAttributes > &E) | ogdf::FMMMLayout | private |
| import_NodeAttributes(const Graph &G, GraphAttributes &GA, NodeArray< NodeAttributes > &A) | ogdf::FMMMLayout | private |
| init_boxlength_and_cornercoordinate(Graph &G, NodeArray< NodeAttributes > &A) | ogdf::FMMMLayout | private |
| init_F(Graph &G, NodeArray< DPoint > &F) | ogdf::FMMMLayout | private |
| init_ind_ideal_edgelength(const Graph &G, NodeArray< NodeAttributes > &A, EdgeArray< EdgeAttributes > &E) | ogdf::FMMMLayout | private |
| init_last_node_movement(Graph &G, NodeArray< DPoint > &F, NodeArray< DPoint > &last_node_movement) | ogdf::FMMMLayout | private |
| init_time() | ogdf::FMMMLayout | inlineprivate |
| initialPlacementForces() const | ogdf::FMMMLayout | inline |
| initialPlacementForces(FMMMOptions::InitialPlacementForces ipf) | ogdf::FMMMLayout | inline |
| initialPlacementMult() const | ogdf::FMMMLayout | inline |
| initialPlacementMult(FMMMOptions::InitialPlacementMult ipm) | ogdf::FMMMLayout | inline |
| LayoutModule() | ogdf::LayoutModule | inline |
| m_adjustPostRepStrengthDynamically | ogdf::FMMMLayout | private |
| m_allowedPositions | ogdf::FMMMLayout | private |
| m_coolTemperature | ogdf::FMMMLayout | private |
| m_coolValue | ogdf::FMMMLayout | private |
| m_edgeLengthMeasurement | ogdf::FMMMLayout | private |
| m_fineTuneScalar | ogdf::FMMMLayout | private |
| m_fineTuningIterations | ogdf::FMMMLayout | private |
| m_fixedIterations | ogdf::FMMMLayout | private |
| m_forceModel | ogdf::FMMMLayout | private |
| m_forceScalingFactor | ogdf::FMMMLayout | private |
| m_frGridQuotient | ogdf::FMMMLayout | private |
| m_galaxyChoice | ogdf::FMMMLayout | private |
| m_initialPlacementForces | ogdf::FMMMLayout | private |
| m_initialPlacementMult | ogdf::FMMMLayout | private |
| m_maxIntPosExponent | ogdf::FMMMLayout | private |
| m_maxIterChange | ogdf::FMMMLayout | private |
| m_maxIterFactor | ogdf::FMMMLayout | private |
| m_minDistCC | ogdf::FMMMLayout | private |
| m_minGraphSize | ogdf::FMMMLayout | private |
| m_newInitialPlacement | ogdf::FMMMLayout | private |
| m_NMParticlesInLeaves | ogdf::FMMMLayout | private |
| m_NMPrecision | ogdf::FMMMLayout | private |
| m_NMSmallCell | ogdf::FMMMLayout | private |
| m_NMTreeConstruction | ogdf::FMMMLayout | private |
| m_pageFormat | ogdf::FMMMLayout | private |
| m_pageRatio | ogdf::FMMMLayout | private |
| m_postSpringStrength | ogdf::FMMMLayout | private |
| m_postStrengthOfRepForces | ogdf::FMMMLayout | private |
| m_presortCCs | ogdf::FMMMLayout | private |
| m_qualityVersusSpeed | ogdf::FMMMLayout | private |
| m_randomTries | ogdf::FMMMLayout | private |
| m_randSeed | ogdf::FMMMLayout | private |
| m_repForcesStrength | ogdf::FMMMLayout | private |
| m_repulsiveForcesCalculation | ogdf::FMMMLayout | private |
| m_resizeDrawing | ogdf::FMMMLayout | private |
| m_resizingScalar | ogdf::FMMMLayout | private |
| m_singleLevel | ogdf::FMMMLayout | private |
| m_springStrength | ogdf::FMMMLayout | private |
| m_stepsForRotatingComponents | ogdf::FMMMLayout | private |
| m_stopCriterion | ogdf::FMMMLayout | private |
| m_threshold | ogdf::FMMMLayout | private |
| m_tipOverCCs | ogdf::FMMMLayout | private |
| m_unitEdgeLength | ogdf::FMMMLayout | private |
| m_useHighLevelOptions | ogdf::FMMMLayout | private |
| make_initialisations_for_rep_calc_classes(Graph &G) | ogdf::FMMMLayout | private |
| make_simple_loopfree(const Graph &G, NodeArray< NodeAttributes > &A, EdgeArray< EdgeAttributes > E, Graph &G_reduced, NodeArray< NodeAttributes > &A_reduced, EdgeArray< EdgeAttributes > &E_reduced) | ogdf::FMMMLayout | private |
| max_integer_position | ogdf::FMMMLayout | private |
| max_radius(int iter) | ogdf::FMMMLayout | inlineprivate |
| maxIntPosExponent() const | ogdf::FMMMLayout | inline |
| maxIntPosExponent(int e) | ogdf::FMMMLayout | inline |
| maxIterChange() const | ogdf::FMMMLayout | inline |
| maxIterChange(FMMMOptions::MaxIterChange mic) | ogdf::FMMMLayout | inline |
| maxIterFactor() const | ogdf::FMMMLayout | inline |
| maxIterFactor(int f) | ogdf::FMMMLayout | inline |
| minDistCC() const | ogdf::FMMMLayout | inline |
| minDistCC(double x) | ogdf::FMMMLayout | inline |
| minGraphSize() const | ogdf::FMMMLayout | inline |
| minGraphSize(int n) | ogdf::FMMMLayout | inline |
| move_nodes(Graph &G, NodeArray< NodeAttributes > &A, NodeArray< DPoint > &F) | ogdf::FMMMLayout | private |
| newInitialPlacement() const | ogdf::FMMMLayout | inline |
| newInitialPlacement(bool nip) | ogdf::FMMMLayout | inline |
| NM | ogdf::FMMMLayout | private |
| nmParticlesInLeaves() const | ogdf::FMMMLayout | inline |
| nmParticlesInLeaves(int n) | ogdf::FMMMLayout | inline |
| nmPrecision() const | ogdf::FMMMLayout | inline |
| nmPrecision(int p) | ogdf::FMMMLayout | inline |
| nmSmallCell() const | ogdf::FMMMLayout | inline |
| nmSmallCell(FMMMOptions::SmallestCellFinding scf) | ogdf::FMMMLayout | inline |
| nmTreeConstruction() const | ogdf::FMMMLayout | inline |
| nmTreeConstruction(FMMMOptions::ReducedTreeConstruction rtc) | ogdf::FMMMLayout | inline |
| NodeAttributes typedef | ogdf::FMMMLayout | private |
| number_of_components | ogdf::FMMMLayout | private |
| operator()(GraphAttributes &GA) | ogdf::LayoutModule | inline |
| pack_subGraph_drawings(NodeArray< NodeAttributes > &A, Graph G_sub[], NodeArray< NodeAttributes > A_sub[]) | ogdf::FMMMLayout | private |
| pageFormat() const | ogdf::FMMMLayout | inline |
| pageFormat(FMMMOptions::PageFormatType t) | ogdf::FMMMLayout | inline |
| pageRatio() const | ogdf::FMMMLayout | inline |
| pageRatio(double r) | ogdf::FMMMLayout | inline |
| postSpringStrength() const | ogdf::FMMMLayout | inline |
| postSpringStrength(double x) | ogdf::FMMMLayout | inline |
| postStrengthOfRepForces() const | ogdf::FMMMLayout | inline |
| postStrengthOfRepForces(double x) | ogdf::FMMMLayout | inline |
| presortCCs() const | ogdf::FMMMLayout | inline |
| presortCCs(FMMMOptions::PreSort ps) | ogdf::FMMMLayout | inline |
| prevent_oscillations(Graph &G, NodeArray< DPoint > &F, NodeArray< DPoint > &last_node_movement, int iter) | ogdf::FMMMLayout | private |
| qualityVersusSpeed() const | ogdf::FMMMLayout | inline |
| qualityVersusSpeed(FMMMOptions::QualityVsSpeed qvs) | ogdf::FMMMLayout | inline |
| radius | ogdf::FMMMLayout | private |
| randomTries() const | ogdf::FMMMLayout | inline |
| randomTries(int n) | ogdf::FMMMLayout | inline |
| randSeed(int p) | ogdf::FMMMLayout | inline |
| randSeed() const | ogdf::FMMMLayout | inline |
| Rectangle typedef | ogdf::FMMMLayout | private |
| repForcesStrength() const | ogdf::FMMMLayout | inline |
| repForcesStrength(double x) | ogdf::FMMMLayout | inline |
| repulsiveForcesCalculation() const | ogdf::FMMMLayout | inline |
| repulsiveForcesCalculation(FMMMOptions::RepulsiveForcesMethod rfc) | ogdf::FMMMLayout | inline |
| resetOptions() | ogdf::FMMMLayout | |
| resizeDrawing() const | ogdf::FMMMLayout | inline |
| resizeDrawing(bool b) | ogdf::FMMMLayout | inline |
| resizingScalar() const | ogdf::FMMMLayout | inline |
| resizingScalar(double s) | ogdf::FMMMLayout | inline |
| restrict_force_to_comp_box(DPoint &force) | ogdf::FMMMLayout | inlineprivate |
| rotate_components_and_calculate_bounding_rectangles(List< Rectangle > &R, Graph G_sub[], NodeArray< NodeAttributes > A_sub[]) | ogdf::FMMMLayout | private |
| running(int iter, int max_mult_iter, double actforcevectorlength) | ogdf::FMMMLayout | private |
| set_average_ideal_edgelength(Graph &G, EdgeArray< EdgeAttributes > &E) | ogdf::FMMMLayout | private |
| set_radii(const Graph &G, NodeArray< NodeAttributes > &A) | ogdf::FMMMLayout | private |
| setSingleLevel(bool b) | ogdf::FMMMLayout | inline |
| springStrength() const | ogdf::FMMMLayout | inline |
| springStrength(double x) | ogdf::FMMMLayout | inline |
| stepsForRotatingComponents() const | ogdf::FMMMLayout | inline |
| stepsForRotatingComponents(int n) | ogdf::FMMMLayout | inline |
| stopCriterion() const | ogdf::FMMMLayout | inline |
| stopCriterion(FMMMOptions::StopCriterion rsc) | ogdf::FMMMLayout | inline |
| threshold() const | ogdf::FMMMLayout | inline |
| threshold(double x) | ogdf::FMMMLayout | inline |
| time_total | ogdf::FMMMLayout | private |
| tipOverCCs() const | ogdf::FMMMLayout | inline |
| tipOverCCs(FMMMOptions::TipOver to) | ogdf::FMMMLayout | inline |
| unitEdgeLength() const | ogdf::FMMMLayout | inline |
| unitEdgeLength(double x) | ogdf::FMMMLayout | inline |
| update_boxlength_and_cornercoordinate(Graph &G, NodeArray< NodeAttributes > &A) | ogdf::FMMMLayout | private |
| update_edgelength(List< edge > &S, EdgeArray< double > &new_edgelength, EdgeArray< EdgeAttributes > &E_reduced) | ogdf::FMMMLayout | private |
| update_low_level_options_due_to_high_level_options_settings() | ogdf::FMMMLayout | private |
| useHighLevelOptions() const | ogdf::FMMMLayout | inline |
| useHighLevelOptions(bool uho) | ogdf::FMMMLayout | inline |
| ~FMMMLayout() | ogdf::FMMMLayout | inlinevirtual |
| ~LayoutModule() | ogdf::LayoutModule | inlinevirtual |