#include <vtkXMLPDataSetWriter.h>
Inheritance diagram for vtkXMLPDataSetWriter:
vtkXMLPDataSetWriter is a wrapper around the PVTK XML file format writers. Given an input vtkDataSet, the correct writer is automatically selected based on the type of input.
Definition at line 46 of file vtkXMLPDataSetWriter.h.
Public Types | |
typedef vtkXMLPDataWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetInput (vtkDataSet *input) |
vtkDataSet * | GetInput () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkXMLPDataSetWriter * | SafeDownCast (vtkObject *o) |
vtkXMLPDataSetWriter * | New () |
Protected Member Functions | |
vtkXMLPDataSetWriter () | |
~vtkXMLPDataSetWriter () | |
virtual int | WriteInternal () |
const char * | GetDataSetName () |
const char * | GetDefaultFileExtension () |
vtkXMLWriter * | CreatePieceWriter (int index) |
|
Reimplemented from vtkXMLPDataWriter. Definition at line 49 of file vtkXMLPDataSetWriter.h. |
|
|
|
|
|
Reimplemented from vtkXMLPDataWriter. |
|
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 vtkXMLPDataWriter. |
|
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 vtkXMLPDataWriter. |
|
Reimplemented from vtkXMLPDataWriter. |
|
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 vtkXMLPDataWriter. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Get/Set the writer's input. |
|
Get/Set the writer's input. |
|
Reimplemented from vtkXMLPDataWriter. |
|
Implements vtkXMLWriter. |
|
Get the default file extension for files written by this writer. Implements vtkXMLWriter. |
|
Implements vtkXMLPDataWriter. |