|
|
| PCBoard (const Nanometers UnitLength=Nanometers(163840.0)) |
|
PCBoard * | clone (CloneEnv &) const |
|
const std::string & | name () const |
|
const std::string & | getSourceFilePath () const |
|
uint | getNumLayers () const |
|
const Layer & | getLayer (uint i) const |
|
LayoutArea & | getLayoutArea () |
|
const LayoutArea & | getLayoutArea () const |
|
PCBoard & | operator= (const PCBoard &)=delete |
|
Net * | getNet (const std::string &name) const |
|
Net * | getNet (uint) const |
|
Net * | getNet (PyObject *) const |
|
Component * | getComponent (const std::string &name) const |
|
Component * | getComponent (uint) const |
|
Component * | getComponent (PyObject *) const |
|
Component * | getComponentAt (const Point_2 &, int z=-1) const |
|
Pin * | getPin (const std::string &name) const |
|
Pin * | getPin (PyObject *) const |
|
Connection * | getConnection (PyObject *) const |
|
uint | getNumNets () const |
|
const std::vector< Net * > & | getNets () const |
|
uint | getNumComponents () const |
|
const std::vector< Component * > & | getComponents () const |
|
void | renumberComs () |
|
void | renumberPins () |
|
void | renumberNets () |
|
const ObjectsBVH * | getBVH () const |
|
const NavGrid & | getNavGrid () const |
|
NavGrid & | getNavGrid () |
|
NavTriangulation * | getTNG () const |
|
bool | rebuildTNG () |
|
void | forceConnectionsToGrid () |
| | Move all connection endpoints to the nearest gridcell center.
|
|
void | initPathfindingForNet (const Connection &) |
| | These unblock/restore pins and tracks associated with this connection.
|
|
void | finiPathfindingForNet (const Connection &) |
|
void | initPathfindingFor (const Connection &) |
|
void | finiPathfindingFor (const Connection &) |
|
void | add (Component &) |
|
void | add (Net &) |
|
Component * | remove (Component &) |
|
Net * | remove (Net &) |
|
void | pruneLayers (std::set< uint > &keep) |
|
void | pruneConnections (std::set< Connection * > &keep, bool deleteNets=true) |
|
void | pruneNets (std::set< Net * > &keep) |
|
void | prunePins (std::set< Pin * > &keep) |
|
void | pruneComponents (std::set< Component * > &keep) |
|
void | removeEmptyNets () |
|
Real | metersToUnits (Nanometers nm) const |
|
Nanometers | unitsToNanometers (Real r) const |
|
Micrometers | unitsToMicrometers (Real r) const |
|
uint | getLayerForSide (char t_or_b) const |
|
const std::vector< Layer > & | getLayers () const |
|
Layer & | getLayer (uint i) |
|
void | setName (const std::string &name) |
|
void | setSourceFilePath (const std::string &path) |
|
void | setNumLayers (uint N) |
| | NOTE: Deletes objects on no-longer existing layers.
|
| void | adjustLayoutAreaMargins (Real min, Real max=std::numeric_limits< Real >::infinity()) |
|
void | setMinViaDiameter (Micrometers) |
|
Real | getMinViaDiameter () const |
|
void | setMinClearancePins (Micrometers) |
|
Real | getMinClearancePins () const |
|
void | setMinClearanceNets (Micrometers) |
|
Real | getMinClearanceNets () const |
|
void | setMinTrackWidth (Micrometers) |
|
Real | getMinTrackWidth () const |
|
Bbox_2 | getComponentAreaBbox () const |
|
void | recomputeComponentAreaBbox () |
|
Bbox_2 | getActiveAreaBbox () const |
|
void | setActiveAreaBbox (const Bbox_2 &box) |
| bool | runPathFinding (Connection &, Connection *ref=0, const AStarCosts *=0) |
|
bool | runPathFindingTri (Connection &) |
|
void | rasterizeTracks (const Connection &, int8_t count=1) |
|
void | unrasterizeTracks (const Connection &, int8_t count=-1) |
|
void | eraseTracks (Connection &) |
|
void | wipe () |
|
Real | sumViolationArea (Connection &, Connection *ref=0) |
|
PyObject * | getPy (PyObject *dict, uint depth=3, bool asNumpy=true) const |
|
PyObject * | getLayersPy () const |
| std::mutex & | getLock () const |
|
bool | hasChanged () const |
|
void | setChanged (uint32_t mask) |
|
uint32_t | ackChanges () const |