VTK
vtkTDxDevice.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTDxDevice.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 =========================================================================*/
28 #ifndef vtkTDxDevice_h
29 #define vtkTDxDevice_h
30 
31 #include "vtkRenderingOpenGLModule.h" // For export macro
32 #include "vtkObject.h"
33 
35 
37 {
38 public:
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
43  bool GetInitialized() const;
44 
49  virtual void Close()=0;
50 
54 
59 
60 protected:
63 
67  virtual ~vtkTDxDevice();
68 
71 
72 private:
73  vtkTDxDevice(const vtkTDxDevice&); // Not implemented.
74  void operator=(const vtkTDxDevice&); // Not implemented.
75 };
76 
77 #endif
vtkTDxDevice::Interactor
vtkRenderWindowInteractor * Interactor
Definition: vtkTDxDevice.h:70
vtkRenderingOpenGLModule.h
vtkTDxDevice::vtkTDxDevice
vtkTDxDevice()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkObject
abstract base class for most VTK objects
Definition: vtkObject.h:62
vtkTDxDevice::SetInteractor
void SetInteractor(vtkRenderWindowInteractor *i)
vtkTDxDevice::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkTDxDevice::~vtkTDxDevice
virtual ~vtkTDxDevice()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkTDxDevice::GetInteractor
vtkRenderWindowInteractor * GetInteractor() const
vtkRenderWindowInteractor
platform-independent render window interaction including picking and frame rate control.
Definition: vtkRenderWindowInteractor.h:80
vtkObject.h
vtkTDxDevice
API to access a 3DConnexion input device.
Definition: vtkTDxDevice.h:37
vtkTDxDevice::Initialized
bool Initialized
Definition: vtkTDxDevice.h:69
vtkTDxDevice::GetInitialized
bool GetInitialized() const
vtkTDxDevice::Close
virtual void Close()=0
VTKRENDERINGOPENGL_EXPORT
#define VTKRENDERINGOPENGL_EXPORT
Definition: vtkRenderingOpenGLModule.h:15