Horizon
|
Classes | |
class | Fragment |
Public Member Functions | |
Plane (const UUID &uu, const json &j, class Board &brd) | |
Plane (const UUID &uu) | |
Type | get_type () const |
UUID | get_uuid () const |
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 |
unsigned int | revision = 0 |
Additional Inherited Members | |
![]() | |
enum | Type { INVALID, PLANE, KEEPOUT } |