VTK
dox
Rendering
Core
vtkTDxInteractorStyle.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTDxInteractorStyle.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
=========================================================================*/
35
#ifndef vtkTDxInteractorStyle_h
36
#define vtkTDxInteractorStyle_h
37
38
#include "vtkRenderingCoreModule.h"
// For export macro
39
#include "
vtkObject.h
"
40
41
class
vtkTDxMotionEventInfo
;
42
class
vtkRenderer
;
43
class
vtkTDxInteractorStyleSettings
;
44
45
class
VTKRENDERINGCORE_EXPORT
vtkTDxInteractorStyle
:
public
vtkObject
46
{
47
public
:
48
vtkTypeMacro(
vtkTDxInteractorStyle
,
vtkObject
);
49
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
50
55
virtual
void
OnMotionEvent(
vtkTDxMotionEventInfo
*motionInfo);
56
60
virtual
void
OnButtonPressedEvent(
int
button);
61
65
virtual
void
OnButtonReleasedEvent(
int
button);
66
76
virtual
void
ProcessEvent(
vtkRenderer
*renderer,
77
unsigned
long
event,
78
void
*calldata);
79
81
85
vtkGetObjectMacro(Settings,
vtkTDxInteractorStyleSettings
);
86
virtual
void
SetSettings(
vtkTDxInteractorStyleSettings
*settings);
88
89
protected
:
90
vtkTDxInteractorStyle
();
91
~
vtkTDxInteractorStyle
()
override
;
92
93
vtkTDxInteractorStyleSettings
*
Settings
;
94
95
vtkRenderer
*
Renderer
;
96
97
private
:
98
vtkTDxInteractorStyle
(
const
vtkTDxInteractorStyle
&) =
delete
;
99
void
operator=(
const
vtkTDxInteractorStyle
&) =
delete
;
100
};
101
#endif
vtkTDxInteractorStyle::Settings
vtkTDxInteractorStyleSettings * Settings
Definition:
vtkTDxInteractorStyle.h:93
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:59
vtkTDxInteractorStyle::Renderer
vtkRenderer * Renderer
Definition:
vtkTDxInteractorStyle.h:95
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkObject::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTDxInteractorStyleSettings
3DConnexion device settings
Definition:
vtkTDxInteractorStyleSettings.h:34
vtkObject.h
vtkTDxMotionEventInfo
Store motion information from a 3DConnexion input device.
Definition:
vtkTDxMotionEventInfo.h:32
vtkRenderer
abstract specification for renderers
Definition:
vtkRenderer.h:63
vtkTDxInteractorStyle
provide 3DConnexion device event-driven interface to the rendering window
Definition:
vtkTDxInteractorStyle.h:45
Generated by
1.8.16