MCPcopy Create free account
hub / github.com/KLayout/klayout / connect

Function connect

src/db/db/dbLayoutToNetlist.h:502–505  ·  view source on GitHub ↗

* @brief Defines an inter-layer connection for the given layers. * The conditions mentioned with intra-layer "connect" apply for this method too. */

Source from the content-addressed store, hash-verified

500 * The conditions mentioned with intra-layer "connect" apply for this method too.
501 */
502 void connect (const db::Region &a, const db::Region &b)
503 {
504 connect_impl (a, b);
505 }
506
507 /**
508 * @brief Defines an inter-layer connection for the given layers.

Callers 15

_call_f_connect_6708Function · 0.85
_call_f_connect_9231Function · 0.85
_call_f_connect_10557Function · 0.85
_call_f_connect_6708Function · 0.85
_call_f_connect_9231Function · 0.85
_call_f_connect_10557Function · 0.85
_call_f_connect_6708Function · 0.85
_call_f_connect_9231Function · 0.85
_add_handlerMethod · 0.85
LandmarksDialogMethod · 0.85
TwoColorWidgetMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected