#include <vtkXMLStructuredGridReader.h>
Inheritance diagram for vtkXMLStructuredGridReader:
vtkXMLStructuredGridReader reads the VTK XML StructuredGrid file format. One structured grid file can be read to produce one output. Streaming is supported. The standard extension for this reader's file format is "vts". This reader is also used to read a single piece of the parallel file format.
Definition at line 41 of file vtkXMLStructuredGridReader.h.
void | SetOutput (vtkStructuredGrid *output) |
vtkStructuredGrid * | GetOutput () |
vtkStructuredGrid * | GetOutput (int idx) |
static vtkXMLStructuredGridReader * | New () |
Public Types | |
typedef vtkXMLStructuredDataReader | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLStructuredGridReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLStructuredGridReader () | |
~vtkXMLStructuredGridReader () | |
const char * | GetDataSetName () |
void | SetOutputExtent (int *extent) |
void | SetupPieces (int numPieces) |
void | DestroyPieces () |
void | SetupOutputData () |
int | ReadPiece (vtkXMLDataElement *ePiece) |
int | ReadPieceData () |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
Protected Attributes | |
vtkXMLDataElement ** | PointElements |
|
Reimplemented from vtkXMLStructuredDataReader. Definition at line 44 of file vtkXMLStructuredGridReader.h. |
|
|
|
|
|
Reimplemented from vtkXMLStructuredDataReader. |
|
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 vtkXMLStructuredDataReader. |
|
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 vtkXMLStructuredDataReader. |
|
Reimplemented from vtkXMLStructuredDataReader. |
|
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 vtkXMLStructuredDataReader. |
|
Get/Set the reader's output. Reimplemented from vtkAlgorithm. |
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
|
Implements vtkXMLReader. |
|
Implements vtkXMLStructuredDataReader. |
|
Reimplemented from vtkXMLStructuredDataReader. |
|
Reimplemented from vtkXMLStructuredDataReader. |
|
Reimplemented from vtkXMLDataReader. |
|
Reimplemented from vtkXMLStructuredDataReader. |
|
Reimplemented from vtkXMLDataReader. |
|
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkAlgorithm. |
|
Definition at line 71 of file vtkXMLStructuredGridReader.h. |