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

Method close

src/laybasic/laybasic/layLayoutCanvas.cc:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void ImageCacheEntry::close (const BitmapCanvasData &data)
110{
111 m_data = data;
112 m_opened = false;
113}
114
115void ImageCacheEntry::swap (ImageCacheEntry &other)
116{

Callers 2

paste_interactiveMethod · 0.45
do_end_of_drawingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected