#include <vtkXMLPUnstructuredDataWriter.h>
Inheritance diagram for vtkXMLPUnstructuredDataWriter:
vtkXMLPUnstructuredDataWriter provides PVTK XML writing functionality that is common among all the parallel unstructured data formats.
Definition at line 42 of file vtkXMLPUnstructuredDataWriter.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) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkXMLPUnstructuredDataWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLPUnstructuredDataWriter () | |
~vtkXMLPUnstructuredDataWriter () | |
vtkPointSet * | GetInputAsPointSet () |
virtual vtkXMLUnstructuredDataWriter * | CreateUnstructuredPieceWriter ()=0 |
vtkXMLWriter * | CreatePieceWriter (int index) |
void | WritePData (vtkIndent indent) |
|
Reimplemented from vtkXMLPDataWriter. Reimplemented in vtkXMLPPolyDataWriter, and vtkXMLPUnstructuredGridWriter. Definition at line 45 of file vtkXMLPUnstructuredDataWriter.h. |
|
|
|
|
|
Reimplemented from vtkXMLPDataWriter. Reimplemented in vtkXMLPPolyDataWriter, and vtkXMLPUnstructuredGridWriter. |
|
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. Reimplemented in vtkXMLPPolyDataWriter, and vtkXMLPUnstructuredGridWriter. |
|
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 in vtkXMLPPolyDataWriter, and vtkXMLPUnstructuredGridWriter. |
|
Reimplemented from vtkXMLPDataWriter. Reimplemented in vtkXMLPPolyDataWriter, and vtkXMLPUnstructuredGridWriter. |
|
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. Reimplemented in vtkXMLPPolyDataWriter, and vtkXMLPUnstructuredGridWriter. |
|
|
|
Implemented in vtkXMLPPolyDataWriter, and vtkXMLPUnstructuredGridWriter. |
|
Implements vtkXMLPDataWriter. |
|
Reimplemented from vtkXMLPDataWriter. |