#include <vtkXMLPRectilinearGridWriter.h>
Inheritance diagram for vtkXMLPRectilinearGridWriter:
vtkXMLPRectilinearGridWriter writes the PVTK XML RectilinearGrid file format. One rectilinear 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 "pvtr". This writer uses vtkXMLRectilinearGridWriter to write the individual piece files.
Definition at line 50 of file vtkXMLPRectilinearGridWriter.h.
Public Types | |
typedef vtkXMLPStructuredDataWriter | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
const char * | GetDefaultFileExtension () |
void | SetInput (vtkRectilinearGrid *input) |
vtkRectilinearGrid * | GetInput () |
Static Public Methods | |
vtkXMLPRectilinearGridWriter * | New () |
int | IsTypeOf (const char *type) |
vtkXMLPRectilinearGridWriter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkXMLPRectilinearGridWriter () | |
~vtkXMLPRectilinearGridWriter () | |
const char * | GetDataSetName () |
vtkXMLStructuredDataWriter * | CreateStructuredPieceWriter () |
void | WritePData (vtkIndent indent) |
|
Reimplemented from vtkXMLPStructuredDataWriter. Definition at line 54 of file vtkXMLPRectilinearGridWriter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
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. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkXMLPStructuredDataWriter. |
|
Get/Set the writer's input. |
|
Get/Set the writer's input. |
|
Get the default file extension for files written by this writer. Implements vtkXMLWriter. |
|
Implements vtkXMLWriter. |
|
Implements vtkXMLPStructuredDataWriter. |
|
Reimplemented from vtkXMLPDataWriter. |