KiCad PCB EDA Suite
|
#include <future>
#include <core/kicad_algo.h>
#include <advanced_config.h>
#include <board.h>
#include <board_design_settings.h>
#include <zone.h>
#include <footprint.h>
#include <pad.h>
#include <pcb_target.h>
#include <pcb_track.h>
#include <pcb_text.h>
#include <pcb_textbox.h>
#include <pcb_tablecell.h>
#include <pcb_table.h>
#include <pcb_dimension.h>
#include <connectivity/connectivity_data.h>
#include <convert_basic_shapes_to_polygon.h>
#include <board_commit.h>
#include <progress_reporter.h>
#include <geometry/shape_poly_set.h>
#include <geometry/convex_hull.h>
#include <geometry/geometry_utils.h>
#include <geometry/vertex_set.h>
#include <kidialog.h>
#include <thread_pool.h>
#include <math/util.h>
#include "zone_filler.h"
Go to the source code of this file.
Classes | |
class | RESULTS |
class | VERTEX_CONNECTOR |
Macros | |
#define | DUMP_POLYS_TO_COPPER_LAYER(a, b, c) |
#define | SMOOTH_MIN_VAL_MM 0.02 |
#define | SMOOTH_SMALL_VAL_MM 0.04 |
#define DUMP_POLYS_TO_COPPER_LAYER | ( | a, | |
b, | |||
c | |||
) |
Definition at line 1614 of file zone_filler.cpp.
#define SMOOTH_MIN_VAL_MM 0.02 |
#define SMOOTH_SMALL_VAL_MM 0.04 |