#include <vtkXMLPUnstructuredGridWriter.h>
Inheritance diagram for vtkXMLPUnstructuredGridWriter:
vtkXMLPUnstructuredGridWriter writes the PVTK XML UnstructuredGrid file format. One unstructured 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 "pvtu". This writer uses vtkXMLUnstructuredGridWriter to write the individual piece files.
Definition at line 46 of file vtkXMLPUnstructuredGridWriter.h.
Public Types | |
typedef vtkXMLPUnstructuredDataWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
const char * | GetDefaultFileExtension () |
void | SetInput (vtkUnstructuredGrid *input) |
vtkUnstructuredGrid * | GetInput () |
Static Public Member Functions | |
vtkXMLPUnstructuredGridWriter * | New () |
int | IsTypeOf (const char *type) |
vtkXMLPUnstructuredGridWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLPUnstructuredGridWriter () | |
~vtkXMLPUnstructuredGridWriter () | |
const char * | GetDataSetName () |
vtkXMLUnstructuredDataWriter * | CreateUnstructuredPieceWriter () |
|
Reimplemented from vtkXMLPUnstructuredDataWriter. Definition at line 50 of file vtkXMLPUnstructuredGridWriter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkXMLPUnstructuredDataWriter. |
|
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 vtkXMLPUnstructuredDataWriter. |
|
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 vtkXMLPUnstructuredDataWriter. |
|
Reimplemented from vtkXMLPUnstructuredDataWriter. |
|
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 vtkXMLPUnstructuredDataWriter. |
|
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 vtkXMLPUnstructuredDataWriter. |