2 #include "block/net.hpp" 3 #include "board_package.hpp" 4 #include "common/common.hpp" 5 #include "common/junction.hpp" 6 #include "nlohmann/json_fwd.hpp" 7 #include "util/uuid.hpp" 8 #include "util/uuid_provider.hpp" 9 #include "util/uuid_ptr.hpp" 19 enum class End { TO, FROM };
24 void update_refs(
class Board &brd);
25 virtual UUID get_uuid()
const;
26 bool coord_on_line(
const Coordi &coord)
const;
32 bool width_from_rules =
true;
56 UUID get_net_segment()
const;
57 void update_refs(
class Board &brd);
58 Coordi get_position()
const;
59 int get_layer()
const;
61 json serialize()
const;
67 json serialize()
const;
a class to store JSON values
Definition: json.hpp:161
Interface for objects that have a UUID.
Definition: uuid_provider.hpp:9
Definition: uuid_ptr.hpp:9
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61
A Junction is a point in 2D-Space.
Definition: junction.hpp:25
Definition: board_package.hpp:17