|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
State for immersive panorama viewing. More...
#include <panorama_handler.hpp>

Classes | |
| struct | SavedView |
| Saved viewer state for restoration on exit. More... | |
Public Attributes | |
| bool | immersive = false |
| Currently in panorama mode. | |
| int | active_index = -1 |
| Which panorama is displayed. | |
| std::vector< PanoramaInfo > | infos |
| All panorama metadata. | |
| vtkSmartPointer< vtkSkybox > | skybox |
| Reusable skybox actor. | |
| struct rux::view::PanoramaState::SavedView | saved |
State for immersive panorama viewing.
Definition at line 24 of file panorama_handler.hpp.
| int rux::view::PanoramaState::active_index = -1 |
Which panorama is displayed.
Definition at line 26 of file panorama_handler.hpp.
| bool rux::view::PanoramaState::immersive = false |
Currently in panorama mode.
Definition at line 25 of file panorama_handler.hpp.
| std::vector<PanoramaInfo> rux::view::PanoramaState::infos |
All panorama metadata.
Definition at line 27 of file panorama_handler.hpp.
| struct rux::view::PanoramaState::SavedView rux::view::PanoramaState::saved |
| vtkSmartPointer<vtkSkybox> rux::view::PanoramaState::skybox |
Reusable skybox actor.
Definition at line 28 of file panorama_handler.hpp.