2 #include "block/net.hpp"
3 #include "common/polygon.hpp"
4 #include "clipper/clipper.hpp"
15 std::string keepout_class;
17 std::set<PatchType> patch_types_cu;
18 bool exposed_cu_only =
false;
19 bool all_cu_layers =
false;
21 Type get_type()
const override;
22 UUID get_uuid()
const override;
24 json serialize()
const;
29 const Keepout *keepout =
nullptr;
31 ClipperLib::Path contour;
Definition: uuid_ptr.hpp:9
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61
Definition: polygon.hpp:15
Definition: keepout.hpp:9
Definition: board_package.hpp:17
a class to store JSON values
Definition: json.hpp:161
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
Definition: keepout.hpp:27
Interface for classes that store objects identified by UUID (e.g. Line or Junction)
Definition: object_provider.hpp:10