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

Servers/Filters/vtkPVDReader.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVDReader.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 =========================================================================*/
00022 #ifndef __vtkPVDReader_h
00023 #define __vtkPVDReader_h
00024 
00025 #include "vtkXMLCollectionReader.h"
00026 
00027 class VTK_EXPORT vtkPVDReader : public vtkXMLCollectionReader
00028 {
00029 public:
00030   static vtkPVDReader* New();
00031   vtkTypeRevisionMacro(vtkPVDReader,vtkXMLCollectionReader);
00032   void PrintSelf(ostream& os, vtkIndent indent);
00033 
00035 
00039   void SetTimeStep(int index);
00040   int GetTimeStep();
00042 
00044 
00045   vtkGetVector2Macro(TimeStepRange, int);
00047 
00048 protected:
00049   vtkPVDReader();
00050   ~vtkPVDReader();
00051 
00052   // Set TimeStepRange
00053   virtual void SetupOutputInformation(vtkInformation *outInfo);
00054 
00055   // Save the range of valid timestep index values.
00056   int TimeStepRange[2];
00057 
00058 private:
00059   vtkPVDReader(const vtkPVDReader&);  // Not implemented.
00060   void operator=(const vtkPVDReader&);  // Not implemented.
00061 };
00062 
00063 #endif

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