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

GUI/Client/vtkPVEnSightReaderModule.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVEnSightReaderModule.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 =========================================================================*/
00032 #ifndef __vtkPVEnSightReaderModule_h
00033 #define __vtkPVEnSightReaderModule_h
00034 
00035 #include "vtkPVAdvancedReaderModule.h"
00036 
00037 class VTK_EXPORT vtkPVEnSightReaderModule : public vtkPVAdvancedReaderModule
00038 {
00039 public:
00040   static vtkPVEnSightReaderModule* New();
00041   vtkTypeRevisionMacro(vtkPVEnSightReaderModule, vtkPVAdvancedReaderModule);
00042   void PrintSelf(ostream& os, vtkIndent indent);
00043  
00047   virtual int ReadFileInformation(const char* fname);
00048 
00051   virtual void SaveInBatchScript(ofstream *file);
00052  
00053 protected:
00054   vtkPVEnSightReaderModule();
00055   ~vtkPVEnSightReaderModule();
00056 
00057   // This method is called when the accept button is pressed for the
00058   // first time.
00059   virtual int InitializeData();
00060   virtual void CreateProperties();
00061  
00062 private:
00063   vtkPVEnSightReaderModule(const vtkPVEnSightReaderModule&); // Not implemented
00064   void operator=(const vtkPVEnSightReaderModule&); // Not implemented
00065 };
00066 
00067 #endif

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