Section: Visualization Toolkit IO Classes
A reader for a data format used by Omega3p, Tau3p, and several other tools used at the Standford Linear Accelerator Center (SLAC). The underlying format uses netCDF to store arrays, but also imposes some conventions to store a list of particles in 3D space. This reader supports pieces, but in actuality only loads anything in piece 0. All other pieces are empty.
To create an instance of class vtkSLACParticleReader, simply invoke its constructor as follows
obj = vtkSLACParticleReader
obj
is an instance of the vtkSLACParticleReader class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkSLACParticleReader = obj.NewInstance ()
vtkSLACParticleReader = obj.SafeDownCast (vtkObject o)
string = obj.GetFileName ()
obj.SetFileName (string )