00001 /*========================================================================= 00002 00003 Module: $RCSfile: vtkSlicerRenderWidget.h,v $ 00004 00005 Copyright (c) Kitware, Inc. 00006 All rights reserved. 00007 See Copyright.txt or http://www.kitware.com/Copyright.htm for details. 00008 00009 This software is distributed WITHOUT ANY WARRANTY; without even 00010 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00011 PURPOSE. See the above copyright notice for more information. 00012 00013 =========================================================================*/ 00019 00020 #ifndef __vtkSlicerRenderWidget_h 00021 #define __vtkSlicerRenderWidget_h 00022 00023 #include "vtkKWRenderWidget.h" 00024 00025 #include "vtkSlicerBaseGUIWin32Header.h" 00026 00027 class VTK_SLICER_BASE_GUI_EXPORT vtkSlicerRenderWidget : public vtkKWRenderWidget 00028 { 00029 public: 00030 static vtkSlicerRenderWidget* New(); 00031 vtkTypeRevisionMacro(vtkSlicerRenderWidget, vtkKWRenderWidget); 00032 void PrintSelf(ostream& os, vtkIndent indent); 00033 00036 virtual void ExposeCallback(); 00037 00041 virtual void UpdateRenderWindowInteractorSize(int width, int height); 00042 00043 protected: 00044 vtkSlicerRenderWidget(); 00045 ~vtkSlicerRenderWidget(); 00046 00047 private: 00048 vtkSlicerRenderWidget(const vtkSlicerRenderWidget&); 00049 void operator=(const vtkSlicerRenderWidget&); 00050 }; 00051 00052 #endif 00053
1.6.1