VTK
|
Write PVTK XML UnstructuredGrid files. More...
#include <vtkXMLPUnstructuredGridWriter.h>
Public Types | |
typedef vtkXMLPUnstructuredDataWriter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkXMLPUnstructuredGridWriter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
const char * | GetDefaultFileExtension () |
vtkUnstructuredGridBase * | GetInput () |
Static Public Member Functions | |
static vtkXMLPUnstructuredGridWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkXMLPUnstructuredGridWriter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkXMLPUnstructuredGridWriter () | |
~vtkXMLPUnstructuredGridWriter () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
const char * | GetDataSetName () |
vtkXMLUnstructuredDataWriter * | CreateUnstructuredPieceWriter () |
Write PVTK XML UnstructuredGrid files.
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 40 of file vtkXMLPUnstructuredGridWriter.h.
Reimplemented from vtkXMLPUnstructuredDataWriter.
Definition at line 44 of file vtkXMLPUnstructuredGridWriter.h.
vtkXMLPUnstructuredGridWriter::vtkXMLPUnstructuredGridWriter | ( | ) | [protected] |
vtkXMLPUnstructuredGridWriter::~vtkXMLPUnstructuredGridWriter | ( | ) | [protected] |
static vtkXMLPUnstructuredGridWriter* vtkXMLPUnstructuredGridWriter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
static int vtkXMLPUnstructuredGridWriter::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 vtkXMLPUnstructuredDataWriter.
virtual int vtkXMLPUnstructuredGridWriter::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 vtkXMLPUnstructuredDataWriter.
static vtkXMLPUnstructuredGridWriter* vtkXMLPUnstructuredGridWriter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLPUnstructuredDataWriter.
virtual vtkObjectBase* vtkXMLPUnstructuredGridWriter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLPUnstructuredDataWriter.
Reimplemented from vtkXMLPUnstructuredDataWriter.
void vtkXMLPUnstructuredGridWriter::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 vtkXMLPUnstructuredDataWriter.
Get/Set the writer's input.
Reimplemented from vtkXMLWriter.
const char* vtkXMLPUnstructuredGridWriter::GetDefaultFileExtension | ( | ) | [virtual] |
Get the default file extension for files written by this writer.
Implements vtkXMLWriter.
virtual int vtkXMLPUnstructuredGridWriter::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* vtkXMLPUnstructuredGridWriter::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLWriter.
vtkXMLUnstructuredDataWriter* vtkXMLPUnstructuredGridWriter::CreateUnstructuredPieceWriter | ( | ) | [protected, virtual] |
Implements vtkXMLPUnstructuredDataWriter.