* @brief Return true, if this selection represents a cell instance, not a shape */
| 198 | * @brief Return true, if this selection represents a cell instance, not a shape |
| 199 | */ |
| 200 | bool is_cell_inst () const |
| 201 | { |
| 202 | return m_layer < 0; |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * @brief Remove the given number of elements from the front of the path |
no outgoing calls
no test coverage detected