VTK  9.2.6
vtkOpenXRRenderer.h
Go to the documentation of this file.
1/*=========================================================================
2
3Program: Visualization Toolkit
4
5Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
6All rights reserved.
7See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
8
9This software is distributed WITHOUT ANY WARRANTY; without even
10the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11PURPOSE. See the above copyright notice for more information.
12
13=========================================================================*/
37#ifndef vtkOpenXRRenderer_h
38#define vtkOpenXRRenderer_h
39
40#include "vtkRenderingOpenXRModule.h" // For export macro
41#include "vtkVRRenderer.h"
42
43class VTKRENDERINGOPENXR_EXPORT vtkOpenXRRenderer : public vtkVRRenderer
44{
45public:
48 void PrintSelf(ostream& os, vtkIndent indent) override;
49
54
55protected:
57 ~vtkOpenXRRenderer() override = default;
58
59private:
60 vtkOpenXRRenderer(const vtkOpenXRRenderer&) = delete;
61 void operator=(const vtkOpenXRRenderer&) = delete;
62};
63
64#endif
a virtual camera for 3D rendering
Definition vtkCamera.h:61
a simple class to control print indentation
Definition vtkIndent.h:49
OpenXR renderer.
static vtkOpenXRRenderer * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkCamera * MakeCamera() override
Create a new Camera suitable for use with this type of Renderer.
~vtkOpenXRRenderer() override=default
VR renderer.
#define VTK_NEWINSTANCE