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

Method DisplayState

src/laybasic/laybasic/layDisplayState.cc:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134// DisplayState implementation
135
136DisplayState::DisplayState ()
137 : m_left (0.0), m_right (0.0), m_bottom (0.0), m_top (0.0), m_min_hier (1), m_max_hier (0), m_paths ()
138{
139 // .. nothing yet ..
140}
141
142DisplayState::DisplayState (const db::DBox &b, int min_hier, int max_hier, const std::list<CellPath> &cns)
143 : m_left (b.left ()), m_right (b.right ()), m_bottom (b.bottom ()), m_top (b.top ()), m_min_hier (min_hier), m_max_hier (max_hier), m_paths (cns)

Callers

nothing calls this directly

Calls 11

leftMethod · 0.80
rightMethod · 0.80
bottomMethod · 0.80
topMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45
is_validMethod · 0.45
backMethod · 0.45
cell_nameMethod · 0.45
layoutMethod · 0.45

Tested by

no test coverage detected