2 #include "util/uuid.hpp"
4 #include "nlohmann/json_fwd.hpp"
5 #include "util/placement.hpp"
26 std::string parameter_class;
28 enum class Form { CIRCLE, RECTANGLE, OBROUND };
29 Form form = Form::CIRCLE;
30 std::vector<int64_t> params;
33 std::pair<Coordi, Coordi> get_bbox()
const;
35 UUID get_uuid()
const;
37 json serialize()
const;
Definition: placement.hpp:8
Polygon used in Padstack, Package and Board for specifying filled Regions.
Definition: polygon.hpp:27
For commonly used Pad shapes.
Definition: shape.hpp:18
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
a class to store JSON values
Definition: json.hpp:177
basic_json<> json
default JSON class
Definition: json_fwd.hpp:62