MCPcopy Create free account
hub / github.com/city-super/Octree-GS / numSubViews

Method numSubViews

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

Source from the content-addressed store, hash-verified

320 }
321
322 int MultiViewBase::numSubViews() const
323 {
324 return static_cast<int>(_subViews.size() + _ibrSubViews.size() + _subMultiViews.size());
325 }
326
327 void MultiViewBase::captureView(const std::string & subviewName, const std::string & path, const std::string & filename)
328 {

Callers 1

resetSceneFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected