VTK
vtkOpenVRDefaultOverlay.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 =========================================================================*/
21 #ifndef vtkOpenVRDefaultOverlay_h
22 #define vtkOpenVRDefaultOverlay_h
23 
24 #include "vtkRenderingOpenVRModule.h" // For export macro
25 #include "vtkOpenVROverlay.h"
26 
27 class VTKRENDERINGOPENVR_EXPORT vtkOpenVRDefaultOverlay : public vtkOpenVROverlay
28 {
29 public:
30  static vtkOpenVRDefaultOverlay *New();
32  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
37  void Render() override;
38 
39 protected:
42 
43  void SetupSpots() override;
44 
45 private:
47  void operator=(const vtkOpenVRDefaultOverlay&) = delete;
48 };
49 
50 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOpenVROverlay * New()
a simple class to control print indentation
Definition: vtkIndent.h:39
OpenVR overlay.
virtual void Render()
Render the overlay.
virtual void SetupSpots()