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

GUI/Client/vtkPVCaveRenderModuleUI.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVCaveRenderModuleUI.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 =========================================================================*/
00021 #ifndef __vtkPVCaveRenderModuleUI_h
00022 #define __vtkPVCaveRenderModuleUI_h
00023 
00024 #include "vtkPVLODRenderModuleUI.h"
00025 
00026 class vtkPVCaveRenderModule;
00027 
00028 class VTK_EXPORT vtkPVCaveRenderModuleUI : public vtkPVLODRenderModuleUI
00029 {
00030 public:
00031   static vtkPVCaveRenderModuleUI* New();
00032   vtkTypeRevisionMacro(vtkPVCaveRenderModuleUI,vtkPVLODRenderModuleUI);
00033   void PrintSelf(ostream& os, vtkIndent indent);
00034 
00035 protected:
00036   vtkPVCaveRenderModuleUI() {};
00037   ~vtkPVCaveRenderModuleUI() {};
00038  
00039   vtkPVCaveRenderModuleUI(const vtkPVCaveRenderModuleUI&); // Not implemented
00040   void operator=(const vtkPVCaveRenderModuleUI&); // Not implemented
00041 };
00042 
00043 
00044 #endif

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