2 #include <glibmm/checksum.h> 3 #include "common/common.hpp" 9 void update(
const class Padstack &padstack);
10 std::string get_digest();
11 static std::string hash(
const class Padstack &padstack);
14 Glib::Checksum checksum;
16 void update(
const class Hole &hole);
17 void update(
const class Shape &shape);
18 void update(int64_t i);
19 void update(
const Coordi &c);
21 void update(
const class Polygon &p);
Polygon used in Padstack, Package and Board for specifying filled Regions.
Definition: polygon.hpp:27
For commonly used Pad shapes.
Definition: shape.hpp:19
Definition: placement.hpp:8
Definition: padstack.hpp:21
A hole with diameter and position, that's it.
Definition: hole.hpp:19