VTK
9.1.0
Interaction
Style
vtkInteractorStyleTrackball.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkInteractorStyleTrackball.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
=========================================================================*/
87
#ifndef vtkInteractorStyleTrackball_h
88
#define vtkInteractorStyleTrackball_h
89
90
#include "vtkInteractionStyleModule.h"
// For export macro
91
#include "
vtkInteractorStyleSwitch.h
"
92
93
class
VTKINTERACTIONSTYLE_EXPORT
vtkInteractorStyleTrackball
:
public
vtkInteractorStyleSwitch
94
{
95
public
:
96
static
vtkInteractorStyleTrackball
*
New
();
97
vtkTypeMacro(
vtkInteractorStyleTrackball
,
vtkInteractorStyleSwitch
);
98
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
99
100
protected
:
101
vtkInteractorStyleTrackball
();
102
~vtkInteractorStyleTrackball
()
override
;
103
104
private
:
105
vtkInteractorStyleTrackball
(
const
vtkInteractorStyleTrackball
&) =
delete
;
106
void
operator=(
const
vtkInteractorStyleTrackball
&) =
delete
;
107
};
108
109
#endif
vtkInteractorStyleTrackball::vtkInteractorStyleTrackball
vtkInteractorStyleTrackball()
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:113
vtkInteractorStyleTrackball::New
static vtkInteractorStyleTrackball * New()
vtkInteractorStyleSwitch.h
vtkInteractorStyleTrackball
provides trackball motion control
Definition:
vtkInteractorStyleTrackball.h:94
vtkInteractorStyleSwitch
class to swap between interactory styles
Definition:
vtkInteractorStyleSwitch.h:117
vtkInteractorStyleTrackball::~vtkInteractorStyleTrackball
~vtkInteractorStyleTrackball() override
vtkInteractorStyleTrackball::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Generated on Fri Nov 5 2021 00:11:09 for VTK by
1.8.20