Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ is_scanline_empty
Method
is_scanline_empty
src/laybasic/laybasic/layBitmap.h:348–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
};
347
348
inline bool
349
Bitmap::is_scanline_empty (unsigned int n) const
350
{
351
return m_scanlines.empty () || m_scanlines [n] == 0;
352
}
353
354
inline bool
355
Bitmap::empty () const
Callers
5
merge
Method · 0.80
shift_bitmap
Function · 0.80
bitmaps_to_image
Function · 0.80
bitmap_to_bitmap
Function · 0.80
has_zero_bit
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected