Recti 1.2.4
Loading...
Searching...
No Matches
recti::GlobalRoutingTree< IntPoint > Member List

This is the complete list of members for recti::GlobalRoutingTree< IntPoint >, including all inherited members.

calculate_total_wirelength() const -> intrecti::GlobalRoutingTree< IntPoint >
calculate_worst_wirelength() const -> intrecti::GlobalRoutingTree< IntPoint >
find_path_to_source(const std::string &node_id) const -> std::vector< const RoutingNode< IntPoint > * >recti::GlobalRoutingTree< IntPoint >
get_all_steiner_nodes() const -> std::vector< const RoutingNode< IntPoint > * >recti::GlobalRoutingTree< IntPoint >
get_all_terminals() const -> std::vector< const RoutingNode< IntPoint > * >recti::GlobalRoutingTree< IntPoint >
get_source() const -> const RoutingNode< IntPoint > *recti::GlobalRoutingTree< IntPoint >inline
get_source() -> RoutingNode< IntPoint > *recti::GlobalRoutingTree< IntPoint >inline
get_tree_structure(const RoutingNode< IntPoint > *current_node=nullptr, int level=0) const -> std::stringrecti::GlobalRoutingTree< IntPoint >
GlobalRoutingTree(IntPoint source_position)recti::GlobalRoutingTree< IntPoint >inline
insert_node_on_branch(NodeType new_node_type, const IntPoint &point, std::string branch_start_id, std::string branch_end_id) -> std::stringrecti::GlobalRoutingTree< IntPoint >
insert_steiner_node(const IntPoint &point, std::optional< std::string > parent_id=std::nullopt) -> std::stringrecti::GlobalRoutingTree< IntPoint >
insert_terminal_node(const IntPoint &point, std::optional< std::string > parent_id=std::nullopt) -> std::stringrecti::GlobalRoutingTree< IntPoint >
insert_terminal_with_constraints(const IntPoint &point, int allowed_wirelength, std::optional< std::vector< Keepout > > keepouts=std::nullopt) -> voidrecti::GlobalRoutingTree< IntPoint >inline
insert_terminal_with_steiner(const IntPoint &point, std::optional< std::vector< Keepout > > keepouts=std::nullopt) -> voidrecti::GlobalRoutingTree< IntPoint >inline
Keepout typedefrecti::GlobalRoutingTree< IntPoint >
nodesrecti::GlobalRoutingTree< IntPoint >
optimize_steiner_points()recti::GlobalRoutingTree< IntPoint >
visualize_tree() constrecti::GlobalRoutingTree< IntPoint >
worst_wirelengthrecti::GlobalRoutingTree< IntPoint >