| 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 | { |