VTK
dox
Rendering
OpenVR
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
();
31
vtkTypeMacro(
vtkOpenVRDefaultOverlay
,
vtkOpenVROverlay
);
32
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
33
37
void
Render
()
override
;
38
39
protected
:
40
vtkOpenVRDefaultOverlay
();
41
~
vtkOpenVRDefaultOverlay
();
42
43
void
SetupSpots
()
override
;
44
45
private
:
46
vtkOpenVRDefaultOverlay
(
const
vtkOpenVRDefaultOverlay
&) =
delete
;
47
void
operator=(
const
vtkOpenVRDefaultOverlay
&) =
delete
;
48
};
49
50
#endif
vtkOpenVROverlay::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkOpenVROverlay::SetupSpots
virtual void SetupSpots()
Definition:
vtkOpenVROverlay.h:127
vtkOpenVRDefaultOverlay
OpenVR overlay.
Definition:
vtkOpenVRDefaultOverlay.h:27
vtkOpenVROverlay
OpenVR overlay.
Definition:
vtkOpenVROverlay.h:39
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkOpenVROverlay::New
static vtkOpenVROverlay * New()
vtkOpenVROverlay.h
vtkOpenVROverlay::Render
virtual void Render()
Render the overlay.
Generated by
1.8.16