VTK
9.4.20251007
Main Page
Related Pages
Topics
Namespaces
Classes
Files
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
15
16
#ifndef vtkInteractorStyleTrackball_h
17
#define vtkInteractorStyleTrackball_h
18
19
#include "vtkInteractionStyleModule.h"
// For export macro
20
#include "
vtkInteractorStyleSwitch.h
"
21
#include "
vtkWrappingHints.h
"
// For VTK_MARSHALAUTO
22
23
VTK_ABI_NAMESPACE_BEGIN
24
class
VTKINTERACTIONSTYLE_EXPORT
VTK_MARSHALAUTO
vtkInteractorStyleTrackball
25
:
public
vtkInteractorStyleSwitch
26
{
27
public
:
28
static
vtkInteractorStyleTrackball
*
New
();
29
vtkTypeMacro(
vtkInteractorStyleTrackball
,
vtkInteractorStyleSwitch
);
30
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
31
32
protected
:
33
vtkInteractorStyleTrackball
();
34
~vtkInteractorStyleTrackball
()
override
;
35
36
private
:
37
vtkInteractorStyleTrackball
(
const
vtkInteractorStyleTrackball
&) =
delete
;
38
void
operator=(
const
vtkInteractorStyleTrackball
&) =
delete
;
39
};
40
41
VTK_ABI_NAMESPACE_END
42
#endif
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:29
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.14.0