vtkAbstractParticleWriter

Section: Visualization Toolkit IO Classes

Usage

vtkAbstractParticleWriter is an abstract class which is used by vtkTemporalStreamTracer to write particles out during simulations. This class is abstract and provides a TimeStep and FileName. Subclasses of this should provide the necessary IO.

To create an instance of class vtkAbstractParticleWriter, simply invoke its constructor as follows

  obj = vtkAbstractParticleWriter

Methods

The class vtkAbstractParticleWriter has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkAbstractParticleWriter class.