VTK
9.2.6
Rendering
OpenVR
vtkOpenVRControlsHelper.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOpenVRControlsHelper.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
23
24
#ifndef vtkOpenVRControlsHelper_h
25
#define vtkOpenVRControlsHelper_h
26
27
#include "vtkRenderingOpenVRModule.h"
// For export macro
28
#include "
vtkVRControlsHelper.h
"
29
30
class
VTKRENDERINGOPENVR_EXPORT
vtkOpenVRControlsHelper
:
public
vtkVRControlsHelper
31
{
32
public
:
36
static
vtkOpenVRControlsHelper
*
New
();
37
vtkTypeMacro(
vtkOpenVRControlsHelper
,
vtkVRControlsHelper
);
38
39
protected
:
40
vtkOpenVRControlsHelper
() =
default
;
41
~vtkOpenVRControlsHelper
()
override
=
default
;
42
43
void
InitControlPosition
()
override
;
44
45
private
:
46
vtkOpenVRControlsHelper
(
const
vtkOpenVRControlsHelper
&) =
delete
;
47
void
operator=(
const
vtkOpenVRControlsHelper
&) =
delete
;
48
};
49
50
#endif
vtkOpenVRControlsHelper::InitControlPosition
void InitControlPosition() override
Must be overridden in subclasses to init the member variable ControlPositionLC to position the toolti...
vtkOpenVRControlsHelper::vtkOpenVRControlsHelper
vtkOpenVRControlsHelper()=default
vtkOpenVRControlsHelper::~vtkOpenVRControlsHelper
~vtkOpenVRControlsHelper() override=default
vtkOpenVRControlsHelper::New
static vtkOpenVRControlsHelper * New()
Instantiate the class.
vtkVRControlsHelper::vtkVRControlsHelper
vtkVRControlsHelper()
vtkVRControlsHelper.h
Generated on Thu Feb 27 2025 00:00:00 for VTK by
1.13.2