VTK
dox
Rendering
Core
vtkTDxInteractorStyleCamera.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTDxInteractorStyleCamera.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
=========================================================================*/
31
#ifndef vtkTDxInteractorStyleCamera_h
32
#define vtkTDxInteractorStyleCamera_h
33
34
#include "vtkRenderingCoreModule.h"
// For export macro
35
#include "
vtkTDxInteractorStyle.h
"
36
37
class
vtkTransform
;
38
39
class
VTKRENDERINGCORE_EXPORT
vtkTDxInteractorStyleCamera
:
public
vtkTDxInteractorStyle
40
{
41
public
:
42
static
vtkTDxInteractorStyleCamera
*
New
();
43
vtkTypeMacro(
vtkTDxInteractorStyleCamera
,
vtkTDxInteractorStyle
);
44
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
45
50
void
OnMotionEvent
(
vtkTDxMotionEventInfo
*motionInfo)
override
;
51
52
protected
:
53
vtkTDxInteractorStyleCamera
();
54
~
vtkTDxInteractorStyleCamera
()
override
;
55
56
vtkTransform
*
Transform
;
// Used for internal intermediate calculation.
57
58
private
:
59
vtkTDxInteractorStyleCamera
(
const
vtkTDxInteractorStyleCamera
&) =
delete
;
60
void
operator=(
const
vtkTDxInteractorStyleCamera
&) =
delete
;
61
};
62
#endif
vtkObject::New
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkTransform
describes linear transformations via a 4x4 matrix
Definition:
vtkTransform.h:60
vtkTDxInteractorStyleCamera::Transform
vtkTransform * Transform
Definition:
vtkTDxInteractorStyleCamera.h:56
vtkTDxInteractorStyleCamera
interactive manipulation of the camera with a 3DConnexion device
Definition:
vtkTDxInteractorStyleCamera.h:39
vtkTDxInteractorStyle::OnMotionEvent
virtual void OnMotionEvent(vtkTDxMotionEventInfo *motionInfo)
Action on motion event.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkTDxInteractorStyle::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTDxMotionEventInfo
Store motion information from a 3DConnexion input device.
Definition:
vtkTDxMotionEventInfo.h:32
vtkTDxInteractorStyle
provide 3DConnexion device event-driven interface to the rendering window
Definition:
vtkTDxInteractorStyle.h:45
vtkTDxInteractorStyle.h
Generated by
1.8.16