KiCad PCB EDA Suite
|
#include <mutex>
#include <vector>
#include <gr_basic.h>
#include <board_item.h>
#include <board_connected_item.h>
#include <layer_ids.h>
#include <lset.h>
#include <geometry/shape_poly_set.h>
#include <zone_settings.h>
#include <teardrop/teardrop_types.h>
Go to the source code of this file.
Classes | |
struct | ISOLATED_ISLANDS |
A struct recording the isolated and single-pad islands within a zone. More... | |
class | ZONE |
Handle a list of polygons defining a copper zone. More... | |