21 #ifndef vtkMEDWriter_h__
22 #define vtkMEDWriter_h__
24 #include "vtkPVVTKExtensionsDefaultModule.h"
25 #include "vtkDataObjectAlgorithm.h"
27 class vtkMutableDirectedGraph;
34 void PrintSelf(ostream& os, vtkIndent indent);
36 vtkSetStringMacro(FileName);
37 vtkGetStringMacro(FileName);
39 vtkGetMacro(WriteAllTimeSteps,
int);
40 vtkSetMacro(WriteAllTimeSteps,
int);
41 vtkBooleanMacro(WriteAllTimeSteps,
int);
46 int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector);
48 int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector);
51 vtkMEDWriter(const vtkMEDWriter&);
52 void operator=(const vtkMEDWriter&);
54 int WriteAllTimeSteps;