vtkInteractorStyleTrackball.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00039 #ifndef __vtkInteractorStyleTrackball_h
00040 #define __vtkInteractorStyleTrackball_h
00041
00042 #include "vtkInteractorStyleSwitch.h"
00043
00044 class VTK_RENDERING_EXPORT vtkInteractorStyleTrackball : public vtkInteractorStyleSwitch
00045 {
00046 public:
00047 static vtkInteractorStyleTrackball *New();
00048 vtkTypeRevisionMacro(vtkInteractorStyleTrackball,vtkInteractorStyleSwitch);
00049 void PrintSelf(ostream& os, vtkIndent indent);
00050
00051 protected:
00052 vtkInteractorStyleTrackball();
00053 ~vtkInteractorStyleTrackball();
00054
00055 private:
00056 vtkInteractorStyleTrackball(const vtkInteractorStyleTrackball&);
00057 void operator=(const vtkInteractorStyleTrackball&);
00058 };
00059
00060 #endif