vtkXMLPDataWriter

Section: Visualization Toolkit IO Classes

Usage

vtkXMLPDataWriter is the superclass for all XML parallel data set writers. It provides functionality needed for writing parallel formats, such as the selection of which writer writes the summary file and what range of pieces are assigned to each serial writer.

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

  obj = vtkXMLPDataWriter

Methods

The class vtkXMLPDataWriter 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 vtkXMLPDataWriter class.