VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkXMLPStructuredGridReader Class Reference

Read PVTK XML StructuredGrid files. More...

#include <vtkXMLPStructuredGridReader.h>

Inheritance diagram for vtkXMLPStructuredGridReader:
Inheritance graph
[legend]
Collaboration diagram for vtkXMLPStructuredGridReader:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkXMLPStructuredDataReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLPStructuredGridReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
vtkStructuredGridGetOutput ()
vtkStructuredGridGetOutput (int idx)

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkXMLPStructuredGridReader
SafeDownCast (vtkObjectBase *o)
static
vtkXMLPStructuredGridReader
New ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLPStructuredGridReader ()
 ~vtkXMLPStructuredGridReader ()
vtkStructuredGridGetPieceInput (int index)
void SetupEmptyOutput ()
const char * GetDataSetName ()
void SetOutputExtent (int *extent)
void GetPieceInputExtent (int index, int *extent)
int ReadPrimaryElement (vtkXMLDataElement *ePrimary)
void SetupOutputData ()
int ReadPieceData ()
vtkXMLDataReaderCreatePieceReader ()
virtual int FillOutputPortInformation (int, vtkInformation *)

Protected Attributes

vtkXMLDataElementPPointsElement

Detailed Description

Read PVTK XML StructuredGrid files.

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".

See also:
vtkXMLStructuredGridReader

Definition at line 36 of file vtkXMLPStructuredGridReader.h.


Member Typedef Documentation

Reimplemented from vtkXMLPStructuredDataReader.

Definition at line 39 of file vtkXMLPStructuredGridReader.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkXMLPStructuredGridReader::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 vtkXMLPStructuredDataReader.

virtual int vtkXMLPStructuredGridReader::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 vtkXMLPStructuredDataReader.

Reimplemented from vtkXMLPStructuredDataReader.

virtual vtkObjectBase* vtkXMLPStructuredGridReader::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkXMLPStructuredDataReader.

Reimplemented from vtkXMLPStructuredDataReader.

void vtkXMLPStructuredGridReader::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 vtkXMLPStructuredDataReader.

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

Get the reader's output.

Needed for ParaView

void vtkXMLPStructuredGridReader::SetupEmptyOutput ( ) [protected, virtual]

Implements vtkXMLReader.

const char* vtkXMLPStructuredGridReader::GetDataSetName ( ) [protected, virtual]

Implements vtkXMLReader.

void vtkXMLPStructuredGridReader::SetOutputExtent ( int extent) [protected, virtual]
void vtkXMLPStructuredGridReader::GetPieceInputExtent ( int  index,
int extent 
) [protected, virtual]

Reimplemented from vtkXMLPStructuredDataReader.

void vtkXMLPStructuredGridReader::SetupOutputData ( ) [protected, virtual]

Reimplemented from vtkXMLPStructuredDataReader.

Reimplemented from vtkXMLPStructuredDataReader.

Implements vtkXMLPDataReader.

virtual int vtkXMLPStructuredGridReader::FillOutputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

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.


Member Data Documentation

Definition at line 66 of file vtkXMLPStructuredGridReader.h.


The documentation for this class was generated from the following file: