Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

GUI/Client/vtkPVRenderModuleUI.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVRenderModuleUI.h,v $
00005 
00006   Copyright (c) Kitware, Inc.
00007   All rights reserved.
00008   See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00022 #ifndef __vtkPVRenderModuleUI_h
00023 #define __vtkPVRenderModuleUI_h
00024 
00025 #include "vtkPVTracedWidget.h"
00026 
00027 class vtkPVApplication;
00028 class vtkSMRenderModuleProxy;
00029 
00030 class VTK_EXPORT vtkPVRenderModuleUI : public vtkPVTracedWidget
00031 {
00032 public:
00033   static vtkPVRenderModuleUI* New();
00034   vtkTypeRevisionMacro(vtkPVRenderModuleUI,vtkPVTracedWidget);
00035   void PrintSelf(ostream& os, vtkIndent indent);
00036       
00040   virtual void Initialize() {};
00041 
00043 
00044   void SetRenderModuleProxy(vtkSMRenderModuleProxy*);
00045   vtkGetObjectMacro(RenderModuleProxy, vtkSMRenderModuleProxy);
00047 
00049   virtual void Create(vtkKWApplication* app);
00050 
00052   vtkPVApplication *GetPVApplication();
00053 
00055   virtual void SaveState(ofstream *) {}
00056   
00058 
00061   vtkGetMacro(OutlineThreshold, float);
00063 
00066   void PrepareForDelete();
00067 
00068 protected:
00069   vtkPVRenderModuleUI();
00070   ~vtkPVRenderModuleUI();
00071 
00072   vtkSMRenderModuleProxy* RenderModuleProxy;
00073 
00074 
00075   float OutlineThreshold;
00076  
00077   vtkPVRenderModuleUI(const vtkPVRenderModuleUI&); // Not implemented
00078   void operator=(const vtkPVRenderModuleUI&); // Not implemented
00079 };
00080 
00081 
00082 #endif

Generated on Tue May 30 12:31:40 2006 for ParaView by doxygen 1.3.5