|
VTK
9.6.20260523
|
#include "vtkABINamespace.h"#include "vtkRenderingOpenXRModule.h"#include "vtkNew.h"#include "vtkOpenXR.h"#include "vtkOpenXRManagerConnection.h"#include "vtkOpenXRManagerGraphics.h"#include "vtkOpenXRRenderWindow.h"#include "vtkSmartPointer.h"#include <array>#include <cstdint>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | vtk::detail::vtkOpenXRManager |
| Singleton class that holds a collection of utility functions and member variables to communicate with the OpenXR runtime. More... | |
| struct | vtk::detail::vtkOpenXRManager::Action_t |
| struct | vtk::detail::vtkOpenXRManager::Swapchain_t |
| Swapchain structure storing information common to all rendering backend. More... | |
| struct | vtk::detail::vtkOpenXRManager::RenderResources_t |
| This struct stores all needed information to render the images and send it to the user We can't make a vector of struct because OpenXR SDK needs an array of XrXXX for xrEnumerate functions. More... | |
Namespaces | |
| namespace | vtk |
| Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate. | |
| namespace | vtk::detail |