VTK
vtkGenericRenderWindowInteractor.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkGenericRenderWindowInteractor.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 __vtkGenericRenderWindowInteractor_h
29 #define __vtkGenericRenderWindowInteractor_h
30 
32 
34 {
35 public:
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
43  virtual void TimerEvent();
44 
46 
57  vtkSetMacro(TimerEventResetsTimer, int);
58  vtkGetMacro(TimerEventResetsTimer, int);
59  vtkBooleanMacro(TimerEventResetsTimer, int);
61 
62 protected:
65 
67 
69  virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration);
70  virtual int InternalDestroyTimer(int platformTimerId);
72 
74 
75 private:
77  void operator=(const vtkGenericRenderWindowInteractor&); // Not implemented.
78 };
79 
80 #endif