abstract class to write particle data to file
 
void SetWriteModeToCollective()
When running in parallel, this writer may be capable of Collective IO operations (HDF5).
 
vtkGetFilePathMacro(FileName)
Set/get the FileName that is being written to.
 
vtkAbstractParticleWriter()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void WriteData() override=0
 
void SetWriteModeToIndependent()
When running in parallel, this writer may be capable of Collective IO operations (HDF5).
 
~vtkAbstractParticleWriter() override
 
virtual void CloseFile()=0
Close the file after a write.
 
vtkSetFilePathMacro(FileName)
Set/get the FileName that is being written to.