VTK
|
Write PVTK XML StructuredGrid files. More...
#include <vtkXMLPStructuredGridWriter.h>
Public Types | |
typedef vtkXMLPStructuredDataWriter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkXMLPStructuredGridWriter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkStructuredGrid * | GetInput () |
Static Public Member Functions | |
static vtkXMLPStructuredGridWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkXMLPStructuredGridWriter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkXMLPStructuredGridWriter () | |
~vtkXMLPStructuredGridWriter () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
const char * | GetDataSetName () |
const char * | GetDefaultFileExtension () |
vtkXMLStructuredDataWriter * | CreateStructuredPieceWriter () |
void | WritePData (vtkIndent indent) |
Write PVTK XML StructuredGrid files.
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 37 of file vtkXMLPStructuredGridWriter.h.
Reimplemented from vtkXMLPStructuredDataWriter.
Definition at line 41 of file vtkXMLPStructuredGridWriter.h.
vtkXMLPStructuredGridWriter::vtkXMLPStructuredGridWriter | ( | ) | [protected] |
vtkXMLPStructuredGridWriter::~vtkXMLPStructuredGridWriter | ( | ) | [protected] |
static vtkXMLPStructuredGridWriter* vtkXMLPStructuredGridWriter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
static int vtkXMLPStructuredGridWriter::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkXMLPStructuredDataWriter.
virtual int vtkXMLPStructuredGridWriter::IsA | ( | const char * | name | ) | [virtual] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkXMLPStructuredDataWriter.
static vtkXMLPStructuredGridWriter* vtkXMLPStructuredGridWriter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLPStructuredDataWriter.
virtual vtkObjectBase* vtkXMLPStructuredGridWriter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLPStructuredDataWriter.
Reimplemented from vtkXMLPStructuredDataWriter.
void vtkXMLPStructuredGridWriter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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.
Reimplemented from vtkXMLWriter.
virtual int vtkXMLPStructuredGridWriter::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
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.
const char* vtkXMLPStructuredGridWriter::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLWriter.
const char* vtkXMLPStructuredGridWriter::GetDefaultFileExtension | ( | ) | [protected, virtual] |
Get the default file extension for files written by this writer.
Implements vtkXMLWriter.
vtkXMLStructuredDataWriter* vtkXMLPStructuredGridWriter::CreateStructuredPieceWriter | ( | ) | [protected, virtual] |
Implements vtkXMLPStructuredDataWriter.
void vtkXMLPStructuredGridWriter::WritePData | ( | vtkIndent | indent | ) | [protected, virtual] |
Reimplemented from vtkXMLPDataWriter.