#include <vtkXMLPStructuredDataWriter.h>
vtkXMLPStructuredDataWriter provides PVTK XML writing functionality that is common among all the parallel structured data formats.
Definition at line 30 of file vtkXMLPStructuredDataWriter.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) |
virtual void | SetExtentTranslator (vtkExtentTranslator *) |
virtual vtkExtentTranslator * | GetExtentTranslator () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLPStructuredDataWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLPStructuredDataWriter () | |
~vtkXMLPStructuredDataWriter () | |
virtual vtkXMLStructuredDataWriter * | CreateStructuredPieceWriter ()=0 |
void | WritePrimaryElementAttributes (ostream &os, vtkIndent indent) |
void | WritePPieceAttributes (int index) |
vtkXMLWriter * | CreatePieceWriter (int index) |
Protected Attributes | |
vtkExtentTranslator * | ExtentTranslator |
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPImageDataWriter, vtkXMLPRectilinearGridWriter, and vtkXMLPStructuredGridWriter.
Definition at line 33 of file vtkXMLPStructuredDataWriter.h.
vtkXMLPStructuredDataWriter::vtkXMLPStructuredDataWriter | ( | ) | [protected] |
vtkXMLPStructuredDataWriter::~vtkXMLPStructuredDataWriter | ( | ) | [protected] |
virtual const char* vtkXMLPStructuredDataWriter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPImageDataWriter, vtkXMLPRectilinearGridWriter, and vtkXMLPStructuredGridWriter.
static int vtkXMLPStructuredDataWriter::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPImageDataWriter, vtkXMLPRectilinearGridWriter, and vtkXMLPStructuredGridWriter.
virtual int vtkXMLPStructuredDataWriter::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPImageDataWriter, vtkXMLPRectilinearGridWriter, and vtkXMLPStructuredGridWriter.
static vtkXMLPStructuredDataWriter* vtkXMLPStructuredDataWriter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPImageDataWriter, vtkXMLPRectilinearGridWriter, and vtkXMLPStructuredGridWriter.
void vtkXMLPStructuredDataWriter::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 vtkXMLPDataWriter.
Reimplemented in vtkXMLPImageDataWriter, vtkXMLPRectilinearGridWriter, and vtkXMLPStructuredGridWriter.
virtual void vtkXMLPStructuredDataWriter::SetExtentTranslator | ( | vtkExtentTranslator * | ) | [virtual] |
Get/Set the extent translator used for creating pieces.
virtual vtkExtentTranslator* vtkXMLPStructuredDataWriter::GetExtentTranslator | ( | ) | [virtual] |
Get/Set the extent translator used for creating pieces.
virtual vtkXMLStructuredDataWriter* vtkXMLPStructuredDataWriter::CreateStructuredPieceWriter | ( | ) | [protected, pure virtual] |
Implemented in vtkXMLPImageDataWriter, vtkXMLPRectilinearGridWriter, and vtkXMLPStructuredGridWriter.
void vtkXMLPStructuredDataWriter::WritePrimaryElementAttributes | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [protected, virtual] |
void vtkXMLPStructuredDataWriter::WritePPieceAttributes | ( | int | index | ) | [protected, virtual] |
Reimplemented from vtkXMLPDataWriter.
vtkXMLWriter* vtkXMLPStructuredDataWriter::CreatePieceWriter | ( | int | index | ) | [protected, virtual] |
Implements vtkXMLPDataWriter.
Definition at line 51 of file vtkXMLPStructuredDataWriter.h.