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