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

GUI/Client/vtkPVDWriter.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVDWriter.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 =========================================================================*/
00024 #ifndef __vtkPVDWriter_h
00025 #define __vtkPVDWriter_h
00026 
00027 #include "vtkPVWriter.h"
00028 
00029 class VTK_EXPORT vtkPVDWriter : public vtkPVWriter
00030 {
00031 public:
00032   static vtkPVDWriter* New();
00033   vtkTypeRevisionMacro(vtkPVDWriter,vtkPVWriter);
00034   void PrintSelf(ostream& os, vtkIndent indent);  
00035   
00037   virtual int CanWriteData(vtkDataObject* data, int parallel, int numParts);
00038   
00040 
00042   void Write(const char* fileName, vtkPVSource* pvs, int numProcs,
00043              int ghostLevel, int timeSeries);
00045   
00046 protected:
00047   vtkPVDWriter();
00048   ~vtkPVDWriter();
00049   
00050 private:
00051   vtkPVDWriter(const vtkPVDWriter&); // Not implemented
00052   void operator=(const vtkPVDWriter&); // Not implemented
00053 };
00054 
00055 #endif

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