VTK
|
Superclass for PVTK XML structured data writers. More...
#include <vtkXMLPStructuredDataWriter.h>
Public Types | |
typedef vtkXMLPDataWriter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkXMLPStructuredDataWriter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLPStructuredDataWriter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkXMLPStructuredDataWriter () | |
~vtkXMLPStructuredDataWriter () | |
virtual vtkXMLStructuredDataWriter * | CreateStructuredPieceWriter ()=0 |
void | WritePrimaryElementAttributes (ostream &os, vtkIndent indent) |
void | WritePPieceAttributes (int index) |
vtkXMLWriter * | CreatePieceWriter (int index) |
virtual int | RequestUpdateExtent (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Superclass for PVTK XML structured data writers.
vtkXMLPStructuredDataWriter provides PVTK XML writing functionality that is common among all the parallel structured data formats.
Definition at line 30 of file vtkXMLPStructuredDataWriter.h.
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, and vtkXMLPImageDataWriter.
Definition at line 33 of file vtkXMLPStructuredDataWriter.h.
vtkXMLPStructuredDataWriter::vtkXMLPStructuredDataWriter | ( | ) | [protected] |
vtkXMLPStructuredDataWriter::~vtkXMLPStructuredDataWriter | ( | ) | [protected] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, and vtkXMLPImageDataWriter.
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, and vtkXMLPImageDataWriter.
static vtkXMLPStructuredDataWriter* vtkXMLPStructuredDataWriter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, and vtkXMLPImageDataWriter.
virtual vtkObjectBase* vtkXMLPStructuredDataWriter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, and vtkXMLPImageDataWriter.
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, and vtkXMLPImageDataWriter.
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 vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, and vtkXMLPImageDataWriter.
virtual int vtkXMLPStructuredDataWriter::ProcessRequest | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfo, | ||
vtkInformationVector * | outInfo | ||
) | [virtual] |
Upstream/Downstream requests form the generalized interface through which executives invoke a algorithm's functionality. Upstream requests correspond to information flow from the algorithm's outputs to its inputs. Downstream requests correspond to information flow from the algorithm's inputs to its outputs. A downstream request is defined by the contents of the request information object. The input to the request is stored in the input information vector passed to ProcessRequest. The results of an downstream request are stored in the output information vector passed to ProcessRequest. An upstream request is defined by the contents of the request information object. The input to the request is stored in the output information vector passed to ProcessRequest. The results of an upstream request are stored in the input information vector passed to ProcessRequest. It returns the boolean status of the pipeline (false means failure).
Reimplemented from vtkXMLWriter.
virtual vtkXMLStructuredDataWriter* vtkXMLPStructuredDataWriter::CreateStructuredPieceWriter | ( | ) | [protected, pure virtual] |
Implemented in vtkXMLPRectilinearGridWriter, vtkXMLPStructuredGridWriter, and vtkXMLPImageDataWriter.
void vtkXMLPStructuredDataWriter::WritePrimaryElementAttributes | ( | ostream & | os, |
vtkIndent | indent | ||
) | [protected, virtual] |
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPImageDataWriter.
void vtkXMLPStructuredDataWriter::WritePPieceAttributes | ( | int | index | ) | [protected, virtual] |
Reimplemented from vtkXMLPDataWriter.
vtkXMLWriter* vtkXMLPStructuredDataWriter::CreatePieceWriter | ( | int | index | ) | [protected, virtual] |
Implements vtkXMLPDataWriter.
virtual int vtkXMLPStructuredDataWriter::RequestUpdateExtent | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |