30 #ifndef __vtkAbstractParticleWriter_h
31 #define __vtkAbstractParticleWriter_h
43 vtkSetMacro(TimeStep,
int);
44 vtkGetMacro(TimeStep,
int);
52 vtkSetMacro(TimeValue,
double);
53 vtkGetMacro(TimeValue,
double);
58 vtkSetStringMacro(FileName);
59 vtkGetStringMacro(FileName);
65 vtkSetMacro(CollectiveIO,
int);
66 vtkGetMacro(CollectiveIO,
int);
67 void SetWriteModeToCollective();
68 void SetWriteModeToIndependent();
73 virtual void CloseFile() = 0;