Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_view
Method · 0.70
save_screenshot
Method · 0.70
store_state
Method · 0.70
goto_window
Method · 0.70
save_view
Method · 0.70
set_global_trans
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected