#include <vtkXMLPStructuredGridWriter.h>
Inheritance diagram for vtkXMLPStructuredGridWriter:
vtkXMLPStructuredGridWriter writes the PVTK XML StructuredGrid file format. One structured grid input can be written into a parallel file format with any number of pieces spread across files. The standard extension for this writer's file format is "pvts". This writer uses vtkXMLStructuredGridWriter to write the individual piece files.
Definition at line 36 of file vtkXMLPStructuredGridWriter.h.
Public Types | |
typedef vtkXMLPStructuredDataWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkStructuredGrid * | GetInput () |
Static Public Member Functions | |
static vtkXMLPStructuredGridWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkXMLPStructuredGridWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLPStructuredGridWriter () | |
~vtkXMLPStructuredGridWriter () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
const char * | GetDataSetName () |
const char * | GetDefaultFileExtension () |
vtkXMLStructuredDataWriter * | CreateStructuredPieceWriter () |
void | WritePData (vtkIndent indent) |
|
Reimplemented from vtkXMLPStructuredDataWriter. Definition at line 40 of file vtkXMLPStructuredGridWriter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkXMLPStructuredDataWriter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkXMLPStructuredDataWriter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkXMLPStructuredDataWriter. |
|
Reimplemented from vtkXMLPStructuredDataWriter. |
|
Enumerate big and little endian byte order settings. Reimplemented from vtkXMLPStructuredDataWriter. |
|
Get/Set the writer's input. Reimplemented from vtkXMLWriter. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkAlgorithm. |
|
Implements vtkXMLWriter. |
|
Get the default file extension for files written by this writer. Implements vtkXMLWriter. |
|
Implements vtkXMLPStructuredDataWriter. |
|
Reimplemented from vtkXMLPDataWriter. |