* @brief Get the layer that the selected shape is on */
| 153 | * @brief Get the layer that the selected shape is on |
| 154 | */ |
| 155 | unsigned int layer () const |
| 156 | { |
| 157 | tl_assert (! is_cell_inst ()); |
| 158 | return (unsigned int) m_layer; |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * @brief Set the selected shape |
no test coverage detected