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

Method MultiViewInterface

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

Source from the content-addressed store, hash-verified

20namespace sibr {
21
22 MultiViewInterface::MultiViewInterface()
23 {
24 numImgs = 0;
25 currentLayer = 0;
26 currentScale = 0;
27 grid = sibr::Vector2i(4, 4);
28 hightligthChanged = false;
29 reproMeshMode = sibr::Mesh::FillRenderMode;
30 reproMeshBackFace = true;
31
32 imagesViewBase = std::make_shared<MultiViewInterfaceView>(this, MultiViewInterfaceView::ViewType::IMAGES);
33 meshViewBase = std::make_shared<MultiViewInterfaceView>(this, MultiViewInterfaceView::ViewType::MESH);
34 }
35
36 void MultiViewInterface::displayLoop(sibr::Window & window, std::function<void(MultiViewInterface*)> f)
37 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected