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

GUI/Client/vtkPVSelectCustomReader.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVSelectCustomReader.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 =========================================================================*/
00026 #ifndef __vtkPVSelectCustomReader_h
00027 #define __vtkPVSelectCustomReader_h
00028 
00029 #include "vtkKWMessageDialog.h"
00030 
00031 class vtkPVWindow;
00032 class vtkPVReaderModule;
00033 
00034 class VTK_EXPORT vtkPVSelectCustomReader : public vtkKWMessageDialog
00035 {
00036 public:
00037   static vtkPVSelectCustomReader* New();
00038   vtkTypeRevisionMacro(vtkPVSelectCustomReader,vtkKWMessageDialog);
00039   void PrintSelf(ostream& os, vtkIndent indent);
00040   
00041   vtkPVReaderModule* SelectReader(vtkPVWindow* win, const char*);
00042   
00043 protected:
00044   vtkPVSelectCustomReader();
00045   ~vtkPVSelectCustomReader();
00046 
00047 private:
00048   vtkPVSelectCustomReader(const vtkPVSelectCustomReader&); // Not implemented
00049   void operator=(const vtkPVSelectCustomReader&); // Not implemented
00050 };
00051 
00052 #endif

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