ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
rux::view::PanoramaState::SavedView Struct Reference

Saved viewer state for restoration on exit. More...

#include <panorama_handler.hpp>

Collaboration diagram for rux::view::PanoramaState::SavedView:

Public Attributes

double cam_pos [3]
double cam_focal [3]
double cam_up [3]
std::vector< vtkSmartPointer< vtkProp > > hidden_props
 All props hidden on enter.

Detailed Description

Saved viewer state for restoration on exit.

Definition at line 31 of file panorama_handler.hpp.

Member Data Documentation

◆ cam_focal

double rux::view::PanoramaState::SavedView::cam_focal[3]

Definition at line 32 of file panorama_handler.hpp.

◆ cam_pos

double rux::view::PanoramaState::SavedView::cam_pos[3]

Definition at line 32 of file panorama_handler.hpp.

◆ cam_up

double rux::view::PanoramaState::SavedView::cam_up[3]

Definition at line 32 of file panorama_handler.hpp.

◆ hidden_props

std::vector<vtkSmartPointer<vtkProp> > rux::view::PanoramaState::SavedView::hidden_props

All props hidden on enter.

Definition at line 34 of file panorama_handler.hpp.


The documentation for this struct was generated from the following file: