#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 36 of file vtkXMLPDataSetWriter.h.
vtkDataSet * | GetInput () |
static vtkXMLPDataSetWriter * | New () |
Public Types | |
typedef vtkXMLPDataWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLPDataSetWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLPDataSetWriter () | |
~vtkXMLPDataSetWriter () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | WriteInternal () |
const char * | GetDataSetName () |
const char * | GetDefaultFileExtension () |
vtkXMLWriter * | CreatePieceWriter (int index) |
|
Reimplemented from vtkXMLPDataWriter. Definition at line 39 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. |
|
Enumerate big and little endian byte order settings. Reimplemented from vtkXMLPDataWriter. |
|
Get/Set the writer's input. Reimplemented from vtkAlgorithm. |
|
Get/Set the writer's input. Reimplemented from vtkXMLWriter. |
|
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. |
|
Reimplemented from vtkXMLPDataWriter. |
|
Implements vtkXMLWriter. |
|
Get the default file extension for files written by this writer. Implements vtkXMLWriter. |
|
Implements vtkXMLPDataWriter. |