VTK
dox
Rendering
OpenVR
vtkOpenVRPropPicker.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkOpenVRPropPicker.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
=========================================================================*/
20
#ifndef vtkOpenVRPropPicker_h
21
#define vtkOpenVRPropPicker_h
22
23
#include "vtkRenderingOpenVRModule.h"
// For export macro
24
#include "
vtkPropPicker.h
"
25
26
class
vtkProp
;
27
28
class
VTKRENDERINGOPENVR_EXPORT
vtkOpenVRPropPicker
:
public
vtkPropPicker
29
{
30
public
:
31
static
vtkOpenVRPropPicker
*
New
();
32
33
vtkTypeMacro(
vtkOpenVRPropPicker
,
vtkPropPicker
);
34
35
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
36
37
protected
:
38
vtkOpenVRPropPicker
();
39
~
vtkOpenVRPropPicker
()
override
;
40
41
void
Initialize
()
override
;
42
43
44
private
:
45
vtkOpenVRPropPicker
(
const
vtkOpenVRPropPicker
&) =
delete
;
// Not implemented.
46
void
operator=(
const
vtkOpenVRPropPicker
&) =
delete
;
// Not implemented.
47
};
48
49
#endif
vtkPropPicker.h
vtkPropPicker::Initialize
void Initialize() override
vtkPropPicker::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPropPicker::New
static vtkPropPicker * New()
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkPropPicker
pick an actor/prop using graphics hardware
Definition:
vtkPropPicker.h:42
vtkProp
abstract superclass for all actors, volumes and annotations
Definition:
vtkProp.h:52
vtkOpenVRPropPicker
Deprecated. Use vtkPropPicker directly.
Definition:
vtkOpenVRPropPicker.h:28
Generated by
1.8.16