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=========================================================================*/
25#ifndef vtkOpenXRRenderer_h
26#define vtkOpenXRRenderer_h
27
28#include "vtkRenderingOpenXRModule.h" // For export macro
29#include "vtkVRRenderer.h"
30
31class VTKRENDERINGOPENXR_EXPORT vtkOpenXRRenderer : public vtkVRRenderer
32{
33public:
36 void PrintSelf(ostream& os, vtkIndent indent) override;
37
42
43protected:
45 ~vtkOpenXRRenderer() override = default;
46
47private:
48 vtkOpenXRRenderer(const vtkOpenXRRenderer&) = delete;
49 void operator=(const vtkOpenXRRenderer&) = delete;
50};
51
52#endif
a virtual camera for 3D rendering
Definition vtkCamera.h:46
a simple class to control print indentation
Definition vtkIndent.h:34
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