|
Horizon
|
Classes | |
| class | Fragment |
Public Member Functions | |
| Plane (const UUID &uu, const json &j, class Board &brd) | |
| Plane (const UUID &uu) | |
| void | clear () |
| unsigned int | get_revision () const |
| Type | get_type () const override |
| UUID | get_uuid () const override |
| std::string | get_name () const |
| json | serialize () const |
Public Attributes | |
| UUID | uuid |
| uuid_ptr< Net > | net |
| uuid_ptr< Polygon > | polygon |
| bool | from_rules = true |
| int | priority = 0 |
| PlaneSettings | settings |
| std::deque< Fragment > | fragments |
Additional Inherited Members | |
Public Types inherited from horizon::PolygonUsage | |
| enum class | Type { INVALID , PLANE , KEEPOUT } |