pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <toporouter.h>
Data Fields | |
struct _toporouter_netlist_t * | netlist |
struct _toporouter_cluster_t * | src |
struct _toporouter_cluster_t * | dest |
struct _toporouter_cluster_t * | psrc |
struct _toporouter_cluster_t * | pdest |
gdouble | score |
gdouble | detourscore |
toporouter_vertex_t * | curpoint |
GHashTable * | alltemppoints |
GList * | path |
guint | flags |
GList * | destvertices |
GList * | srcvertices |
GList * | topopath |
gdouble | pscore |
GList * | ppath |
gint * | ppathindices |
Definition at line 278 of file toporouter.h.
GHashTable* _toporouter_route_t::alltemppoints |
Definition at line 288 of file toporouter.h.
Referenced by clean_routing_edges(), compute_candidate_points(), delete_route(), route(), routedata_create(), routedata_insert_temppoints(), toporouter_draw_surface(), triangle_candidate_points_from_edge(), and triangle_candidate_points_from_vertex().
Definition at line 287 of file toporouter.h.
Referenced by delete_route(), route(), and routedata_create().
Definition at line 282 of file toporouter.h.
Referenced by cluster_merge(), constraint_route_test(), import_route(), netscore_create(), netscore_pairwise_calculation(), roar_route(), route(), route_checkpoint(), route_restore(), routedata_create(), and toporouter_draw_surface().
Definition at line 294 of file toporouter.h.
Referenced by all_candidates_on_edge(), closest_dest_vertex(), route(), routedata_create(), triangle_all_candidate_points_from_edge(), and triangle_candidate_points_from_edge().
gdouble _toporouter_route_t::detourscore |
Definition at line 285 of file toporouter.h.
Referenced by detour_router(), and netscore_create().
Definition at line 292 of file toporouter.h.
Referenced by routedata_create().
Definition at line 280 of file toporouter.h.
Referenced by cluster_merge(), gcost(), import_route(), netscore_pairwise_calculation(), print_vertex(), roar_detour_route(), roar_route(), route(), routedata_create(), and vertices_connected().
GList* _toporouter_route_t::path |
Definition at line 290 of file toporouter.h.
Referenced by delete_route(), detour_router(), netscore_create(), roar_route(), route(), route_checkpoint(), route_conflicts(), route_restore(), routedata_create(), speccut_edge_routing_from_edge(), toporouter_draw_surface(), and toporouter_export().
Definition at line 283 of file toporouter.h.
Referenced by roar_route(), route_checkpoint(), route_restore(), and routedata_create().
GList* _toporouter_route_t::ppath |
Definition at line 299 of file toporouter.h.
Referenced by route_checkpoint(), route_restore(), and routedata_create().
Definition at line 301 of file toporouter.h.
Referenced by route_checkpoint(), route_restore(), and routedata_create().
gdouble _toporouter_route_t::pscore |
Definition at line 298 of file toporouter.h.
Referenced by route_checkpoint(), route_restore(), and routedata_create().
Definition at line 283 of file toporouter.h.
Referenced by roar_route(), route_checkpoint(), route_restore(), and routedata_create().
gdouble _toporouter_route_t::score |
Definition at line 285 of file toporouter.h.
Referenced by compare_routedata_ascending(), delete_route(), detour_router(), netscore_create(), netscore_pairwise_calculation(), roar_detour_route(), route(), route_checkpoint(), route_restore(), and routedata_create().
Definition at line 282 of file toporouter.h.
Referenced by cluster_merge(), compute_candidate_points(), constraint_route_test(), import_route(), min_net_net_spacing(), min_oproute_net_spacing(), netscore_create(), netscore_pairwise_calculation(), roar_route(), route(), route_checkpoint(), route_restore(), routedata_create(), toporouter_draw_surface(), and vertices_connected().
GList * _toporouter_route_t::srcvertices |
Definition at line 294 of file toporouter.h.
Referenced by compute_candidate_points(), gcost(), route(), routedata_create(), triangle_all_candidate_points_from_edge(), and triangle_candidate_points_from_edge().
Definition at line 296 of file toporouter.h.
Referenced by netscore_create(), netscore_pairwise_calculation(), and routedata_create().