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

Method save_as

src/laybasic/laybasic/layLayoutViewBase.cc:2200–2209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2198}
2199
2200void
2201LayoutViewBase::save_as (unsigned int index, const std::string &filename, tl::OutputStream::OutputStreamMode om, const db::SaveLayoutOptions &options, bool update, int keep_backups)
2202{
2203 tl_assert (index < cellviews ());
2204
2205 tl::SelfTimer timer (tl::verbosity () >= 11, tl::to_string (tr ("Saving")));
2206 cellview (index)->save_as (filename, om, options, update, keep_backups);
2207
2208 cellview_changed (index);
2209}
2210
2211void
2212LayoutViewBase::redo (db::Op *op)

Callers

nothing calls this directly

Calls 4

cellviewsFunction · 0.85
verbosityFunction · 0.85
to_stringFunction · 0.50
trFunction · 0.50

Tested by

no test coverage detected