KiCad PCB EDA Suite
|
#include <board_design_settings.h>
#include <geometry/shape_line_chain.h>
#include <pad.h>
#include <pcb_track.h>
#include <layer_ids.h>
#include <unordered_set>
#include <connectivity/connectivity_data.h>
Go to the source code of this file.
Classes | |
class | LENGTH_CALCULATION_ITEM |
Lightweight class which holds a pad, via, or a routed trace outline. More... | |
struct | LENGTH_DETAILS |
Holds length measurement result details and statistics. More... | |
struct | PATH_OPTIMISATIONS |
Struct to control which optimisations the length calculation code runs on the given path objects. More... | |
class | LENGTH_CALCULATION |
Class which calculates lengths (and associated routing statistics) in a BOARD context. More... | |