#include <vtkXMLPStructuredGridReader.h>
Inheritance diagram for vtkXMLPStructuredGridReader:
vtkXMLPStructuredGridReader reads the PVTK XML StructuredGrid file format. This reads the parallel format's summary file and then uses vtkXMLStructuredGridReader to read data from the individual StructuredGrid piece files. Streaming is supported. The standard extension for this reader's file format is "pvts".
Definition at line 46 of file vtkXMLPStructuredGridReader.h.
Public Types | |
typedef vtkXMLPStructuredDataReader | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkStructuredGrid * | GetOutput (int idx) |
void | SetOutput (vtkStructuredGrid *output) |
vtkStructuredGrid * | GetOutput () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkXMLPStructuredGridReader * | SafeDownCast (vtkObject *o) |
vtkXMLPStructuredGridReader * | New () |
Protected Member Functions | |
vtkXMLPStructuredGridReader () | |
~vtkXMLPStructuredGridReader () | |
vtkStructuredGrid * | GetPieceInput (int index) |
const char * | GetDataSetName () |
void | SetOutputExtent (int *extent) |
void | GetPieceInputExtent (int index, int *extent) |
int | ReadPrimaryElement (vtkXMLDataElement *ePrimary) |
void | SetupOutputInformation () |
void | SetupOutputData () |
int | ReadPieceData () |
vtkXMLDataReader * | CreatePieceReader () |
Protected Attributes | |
vtkXMLDataElement * | PPointsElement |
|
Reimplemented from vtkXMLPStructuredDataReader. Definition at line 49 of file vtkXMLPStructuredGridReader.h. |
|
|
|
|
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
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 vtkXMLPStructuredDataReader. |
|
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 vtkXMLPStructuredDataReader. |
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
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 vtkXMLPStructuredDataReader. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
|
Needed for ParaView Reimplemented from vtkSource. |
|
|
|
Implements vtkXMLReader. |
|
Implements vtkXMLPStructuredDataReader. |
|
Implements vtkXMLPStructuredDataReader. |
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
Reimplemented from vtkXMLPDataReader. |
|
Reimplemented from vtkXMLPStructuredDataReader. |
|
Implements vtkXMLPDataReader. |
|
Definition at line 78 of file vtkXMLPStructuredGridReader.h. |