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

Function box

src/laybasic/laybasic/layDisplayState.h:186–189  ·  view source on GitHub ↗

* @brief Obtain the box */

Source from the content-addressed store, hash-verified

184 * @brief Obtain the box
185 */
186 db::DBox box () const
187 {
188 return db::DBox (m_left, m_bottom, m_right, m_top);
189 }
190
191 double xleft () const
192 {

Callers 6

bookmark_viewMethod · 0.70
save_screenshotMethod · 0.70
store_stateMethod · 0.70
goto_windowMethod · 0.70
save_viewMethod · 0.70
set_global_transMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected