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

GUI/Client/vtkPVAdvancedReaderModule.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVAdvancedReaderModule.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 __vtkPVAdvancedReaderModule_h
00033 #define __vtkPVAdvancedReaderModule_h
00034 
00035 #include "vtkPVReaderModule.h"
00036 
00037 class VTK_EXPORT vtkPVAdvancedReaderModule : public vtkPVReaderModule
00038 {
00039 public:
00040   static vtkPVAdvancedReaderModule* New();
00041   vtkTypeRevisionMacro(vtkPVAdvancedReaderModule, vtkPVReaderModule);
00042   void PrintSelf(ostream& os, vtkIndent indent);
00043     
00045 
00050   virtual int Initialize(const char* fname, vtkPVReaderModule*& newModule);
00051   virtual int Finalize  (const char* fname);
00052   virtual int ReadFileInformation(const char* fname);
00054 
00055 protected:
00056   vtkPVAdvancedReaderModule();
00057   ~vtkPVAdvancedReaderModule();
00058 
00059 private:
00060   vtkPVAdvancedReaderModule(const vtkPVAdvancedReaderModule&); // Not implemented
00061   void operator=(const vtkPVAdvancedReaderModule&); // Not implemented
00062 };
00063 
00064 #endif

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