#include <vtkXMLPUnstructuredGridReader.h>
Inheritance diagram for vtkXMLPUnstructuredGridReader:
vtkXMLPUnstructuredGridReader reads the PVTK XML UnstructuredGrid file format. This reads the parallel format's summary file and then uses vtkXMLUnstructuredGridReader to read data from the individual UnstructuredGrid piece files. Streaming is supported. The standard extension for this reader's file format is "pvtu".
Definition at line 45 of file vtkXMLPUnstructuredGridReader.h.
Public Types | |
typedef vtkXMLPUnstructuredDataReader | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetOutput (vtkUnstructuredGrid *output) |
vtkUnstructuredGrid * | GetOutput () |
vtkUnstructuredGrid * | GetOutput (int idx) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkXMLPUnstructuredGridReader * | SafeDownCast (vtkObject *o) |
vtkXMLPUnstructuredGridReader * | New () |
Protected Member Functions | |
vtkXMLPUnstructuredGridReader () | |
~vtkXMLPUnstructuredGridReader () | |
const char * | GetDataSetName () |
void | GetOutputUpdateExtent (int &piece, int &numberOfPieces, int &ghostLevel) |
void | SetupOutputTotals () |
void | SetupOutputData () |
void | SetupNextPiece () |
int | ReadPieceData () |
void | CopyArrayForCells (vtkDataArray *inArray, vtkDataArray *outArray) |
vtkXMLDataReader * | CreatePieceReader () |
Protected Attributes | |
vtkIdType | StartCell |
|
Reimplemented from vtkXMLPUnstructuredDataReader. Definition at line 48 of file vtkXMLPUnstructuredGridReader.h. |
|
|
|
|
|
Reimplemented from vtkXMLPUnstructuredDataReader. |
|
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 vtkXMLPUnstructuredDataReader. |
|
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 vtkXMLPUnstructuredDataReader. |
|
Reimplemented from vtkXMLPUnstructuredDataReader. |
|
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 vtkXMLPUnstructuredDataReader. |
|
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. |
|
Get/Set the reader's output. Reimplemented from vtkSource. |
|
Implements vtkXMLReader. |
|
Implements vtkXMLPUnstructuredDataReader. |
|
Reimplemented from vtkXMLPUnstructuredDataReader. |
|
Reimplemented from vtkXMLPUnstructuredDataReader. |
|
Reimplemented from vtkXMLPUnstructuredDataReader. |
|
Reimplemented from vtkXMLPUnstructuredDataReader. |
|
Implements vtkXMLPDataReader. |
|
Implements vtkXMLPDataReader. |
|
Definition at line 76 of file vtkXMLPUnstructuredGridReader.h. |