VTK
9.5.2
Main Page
Related Pages
Topics
Namespaces
Classes
Files
Examples
File List
File Members
Interaction
Style
vtkInteractorStyleTrackball.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
34
35
#ifndef vtkInteractorStyleTrackball_h
36
#define vtkInteractorStyleTrackball_h
37
38
#include "vtkInteractionStyleModule.h"
// For export macro
39
#include "
vtkInteractorStyleSwitch.h
"
40
#include "
vtkWrappingHints.h
"
// For VTK_MARSHALAUTO
41
42
VTK_ABI_NAMESPACE_BEGIN
43
class
VTKINTERACTIONSTYLE_EXPORT
VTK_MARSHALAUTO
vtkInteractorStyleTrackball
44
:
public
vtkInteractorStyleSwitch
45
{
46
public
:
47
static
vtkInteractorStyleTrackball
*
New
();
48
vtkTypeMacro(
vtkInteractorStyleTrackball
,
vtkInteractorStyleSwitch
);
49
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
50
51
protected
:
52
vtkInteractorStyleTrackball
();
53
~vtkInteractorStyleTrackball
()
override
;
54
55
private
:
56
vtkInteractorStyleTrackball
(
const
vtkInteractorStyleTrackball
&) =
delete
;
57
void
operator=(
const
vtkInteractorStyleTrackball
&) =
delete
;
58
};
59
60
VTK_ABI_NAMESPACE_END
61
#endif
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkInteractorStyleSwitch::vtkInteractorStyleSwitch
vtkInteractorStyleSwitch()
vtkInteractorStyleTrackball::New
static vtkInteractorStyleTrackball * New()
vtkInteractorStyleTrackball::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInteractorStyleTrackball::~vtkInteractorStyleTrackball
~vtkInteractorStyleTrackball() override
vtkInteractorStyleTrackball::vtkInteractorStyleTrackball
vtkInteractorStyleTrackball()
vtkInteractorStyleSwitch.h
vtkWrappingHints.h
VTK_MARSHALAUTO
#define VTK_MARSHALAUTO
Definition
vtkWrappingHints.h:53
Generated on
for VTK by
1.15.0