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

Method addSubMultiView

SIBR_viewers/src/core/view/MultiViewManager.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void MultiViewBase::addSubMultiView(const std::string & title, MultiViewBase::Ptr multiview)
190 {
191 _subMultiViews[title] = multiview;
192 }
193
194 ViewBase::Ptr & MultiViewBase::getIBRSubView(const std::string & title)
195 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected