MCPcopy Create free account
hub / github.com/city-super/Scaffold-GS / captureView

Method captureView

SIBR_viewers/src/core/view/MultiViewManager.cpp:311–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 }
310
311 void MultiViewBase::captureView(const std::string & subviewName, const std::string & path, const std::string & filename)
312 {
313 if (_subViews.count(subviewName)) {
314 captureView(_subViews[subviewName], path, filename);
315 }
316 else if (_ibrSubViews.count(subviewName)) {
317 captureView(_ibrSubViews[subviewName], path, filename);
318 }
319 else {
320 SIBR_WRG << "No View in the MultiViewManager with " << subviewName << " as a name!" << std::endl;
321 }
322 }
323
324 void MultiViewBase::captureView(const SubView & view, const std::string& path, const std::string & filename) {
325

Callers

nothing calls this directly

Calls 9

timestampFunction · 0.85
makeDirectoryFunction · 0.85
countMethod · 0.80
wMethod · 0.45
hMethod · 0.45
readBackMethod · 0.45
emptyMethod · 0.45
nameMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected