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