VTK
|
Superclass for PVTK XML unstructured data writers. More...
#include <vtkXMLPUnstructuredDataWriter.h>
Public Types | |
typedef vtkXMLPDataWriter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkXMLPUnstructuredDataWriter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLPUnstructuredDataWriter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkXMLPUnstructuredDataWriter () | |
~vtkXMLPUnstructuredDataWriter () | |
vtkPointSet * | GetInputAsPointSet () |
virtual vtkXMLUnstructuredDataWriter * | CreateUnstructuredPieceWriter ()=0 |
vtkXMLWriter * | CreatePieceWriter (int index) |
void | WritePData (vtkIndent indent) |
Superclass for PVTK XML unstructured data writers.
vtkXMLPUnstructuredDataWriter provides PVTK XML writing functionality that is common among all the parallel unstructured data formats.
Definition at line 32 of file vtkXMLPUnstructuredDataWriter.h.
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPUnstructuredGridWriter, and vtkXMLPPolyDataWriter.
Definition at line 35 of file vtkXMLPUnstructuredDataWriter.h.
vtkXMLPUnstructuredDataWriter::vtkXMLPUnstructuredDataWriter | ( | ) | [protected] |
vtkXMLPUnstructuredDataWriter::~vtkXMLPUnstructuredDataWriter | ( | ) | [protected] |
static int vtkXMLPUnstructuredDataWriter::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 vtkXMLPUnstructuredGridWriter, and vtkXMLPPolyDataWriter.
virtual int vtkXMLPUnstructuredDataWriter::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 vtkXMLPUnstructuredGridWriter, and vtkXMLPPolyDataWriter.
static vtkXMLPUnstructuredDataWriter* vtkXMLPUnstructuredDataWriter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPUnstructuredGridWriter, and vtkXMLPPolyDataWriter.
virtual vtkObjectBase* vtkXMLPUnstructuredDataWriter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPUnstructuredGridWriter, and vtkXMLPPolyDataWriter.
Reimplemented from vtkXMLPDataWriter.
Reimplemented in vtkXMLPUnstructuredGridWriter, and vtkXMLPPolyDataWriter.
void vtkXMLPUnstructuredDataWriter::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 vtkXMLPUnstructuredGridWriter, and vtkXMLPPolyDataWriter.
int vtkXMLPUnstructuredDataWriter::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.
vtkPointSet* vtkXMLPUnstructuredDataWriter::GetInputAsPointSet | ( | ) | [protected] |
virtual vtkXMLUnstructuredDataWriter* vtkXMLPUnstructuredDataWriter::CreateUnstructuredPieceWriter | ( | ) | [protected, pure virtual] |
Implemented in vtkXMLPUnstructuredGridWriter, and vtkXMLPPolyDataWriter.
vtkXMLWriter* vtkXMLPUnstructuredDataWriter::CreatePieceWriter | ( | int | index | ) | [protected, virtual] |
Implements vtkXMLPDataWriter.
void vtkXMLPUnstructuredDataWriter::WritePData | ( | vtkIndent | indent | ) | [protected, virtual] |
Reimplemented from vtkXMLPDataWriter.