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

Method addSubMultiView

SIBR_viewers/src/core/view/MultiViewManager.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 void MultiViewBase::addSubMultiView(const std::string & title, MultiViewBase::Ptr multiview)
177 {
178 _subMultiViews[title] = multiview;
179 }
180
181 ViewBase::Ptr & MultiViewBase::getIBRSubView(const std::string & title)
182 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected