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

Method getViewBase

SIBR_viewers/src/core/view/interface/Interface.cpp:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 sibr::ViewBase::Ptr MultiViewInterface::getViewBase(MultiViewInterfaceView::ViewType type)
170 {
171 if (type == MultiViewInterfaceView::ViewType::IMAGES) {
172 return sibr::ViewBase::Ptr(imagesViewBase.get());
173 } else {
174 return sibr::ViewBase::Ptr(meshViewBase.get());
175 }
176
177 }
178
179 void MultiViewInterface::onGui()
180 {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected