ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkPVJoystickFlyIn.cxx
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVJoystickFlyIn.cxx
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
15 #include "vtkPVJoystickFlyIn.h"
16 
17 #include "vtkCamera.h"
18 #include "vtkMath.h"
19 #include "vtkObjectFactory.h"
20 #include "vtkRenderWindow.h"
21 #include "vtkRenderWindowInteractor.h"
22 #include "vtkRenderer.h"
23 
25 
26 //-------------------------------------------------------------------------
28 {
29  this->In = 1;
30 }
31 
32 //-------------------------------------------------------------------------
34 {
35 }
36 
37 //-------------------------------------------------------------------------
38 void vtkPVJoystickFlyIn::PrintSelf(ostream& os, vtkIndent indent)
39 {
40  this->Superclass::PrintSelf(os, indent);
41 }
void PrintSelf(ostream &os, vtkIndent indent) override
vtkStandardNewMacro(vtkPVJoystickFlyIn)