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

GUI/Client/vtkPVDReaderModule.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVDReaderModule.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 =========================================================================*/
00019 #ifndef __vtkPVDReaderModule_h
00020 #define __vtkPVDReaderModule_h
00021 
00022 #include "vtkPVAdvancedReaderModule.h"
00023 
00024 class vtkPVScale;
00025 
00026 class VTK_EXPORT vtkPVDReaderModule : public vtkPVAdvancedReaderModule
00027 {
00028 public:
00029   static vtkPVDReaderModule* New();
00030   vtkTypeRevisionMacro(vtkPVDReaderModule, vtkPVAdvancedReaderModule);
00031   void PrintSelf(ostream& os, vtkIndent indent);  
00032   
00033   virtual int Finalize(const char* fname);
00034   
00040   virtual int GetNumberOfTimeSteps();
00041   
00044   virtual void SetRequestedTimeStep(int);
00045   
00046 protected:
00047   vtkPVDReaderModule();
00048   ~vtkPVDReaderModule();
00049   
00050 private:
00051   vtkPVDReaderModule(const vtkPVDReaderModule&); // Not implemented
00052   void operator=(const vtkPVDReaderModule&); // Not implemented
00053 };
00054 
00055 #endif

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