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