Module libreda_db::layout::util

source ·
Expand description

Utility functions for dealing with layouts.

Traits§

Functions§

  • Copy all layers (without their contents) from a source layout into a destination layout.
  • Copy all layers (without their contents) from a source layout into a destination layout and preserve the layer IDs. Source and target layout must have the same LayerId type.
  • Copy a layer (without its content) from a source layout into a destination layout.
  • Copy a layer (without its content) from a source layout into a destination layout while preserving the layer ID. LayerId types of the both layouts must be the same.
  • Copy the shapes on a specific layer from one cell into another cell.
  • Copy the shapes from all layers in a cell into another cell.