vtkXMLStructuredGridReader Class Reference

#include <vtkXMLStructuredGridReader.h>

Inheritance diagram for vtkXMLStructuredGridReader:

Inheritance graph
[legend]
Collaboration diagram for vtkXMLStructuredGridReader:

Collaboration graph
[legend]

List of all members.


Detailed Description

Read VTK XML StructuredGrid files.

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.

See also:
vtkXMLPStructuredGridReader
Examples:
vtkXMLStructuredGridReader (Examples)
Tests:
vtkXMLStructuredGridReader (Tests)

Definition at line 41 of file vtkXMLStructuredGridReader.h.


Public Types

typedef vtkXMLStructuredDataReader Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void SetOutput (vtkStructuredGrid *output)
vtkStructuredGridGetOutput ()
vtkStructuredGridGetOutput (int idx)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkXMLStructuredGridReaderSafeDownCast (vtkObject *o)
static vtkXMLStructuredGridReaderNew ()

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

Member Typedef Documentation

Reimplemented from vtkXMLStructuredDataReader.

Definition at line 44 of file vtkXMLStructuredGridReader.h.


Constructor & Destructor Documentation

vtkXMLStructuredGridReader::vtkXMLStructuredGridReader (  )  [protected]

vtkXMLStructuredGridReader::~vtkXMLStructuredGridReader (  )  [protected]


Member Function Documentation

virtual const char* vtkXMLStructuredGridReader::GetClassName (  )  [virtual]

Reimplemented from vtkXMLStructuredDataReader.

static int vtkXMLStructuredGridReader::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkXMLStructuredDataReader.

virtual int vtkXMLStructuredGridReader::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkXMLStructuredDataReader.

static vtkXMLStructuredGridReader* vtkXMLStructuredGridReader::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkXMLStructuredDataReader.

void vtkXMLStructuredGridReader::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 vtkXMLStructuredDataReader.

static vtkXMLStructuredGridReader* vtkXMLStructuredGridReader::New (  )  [static]

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

Reimplemented from vtkAlgorithm.

void vtkXMLStructuredGridReader::SetOutput ( vtkStructuredGrid output  ) 

Get/Set the reader's output.

vtkStructuredGrid* vtkXMLStructuredGridReader::GetOutput (  ) 

Get/Set the reader's output.

vtkStructuredGrid* vtkXMLStructuredGridReader::GetOutput ( int  idx  ) 

Get/Set the reader's output.

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

Implements vtkXMLReader.

void vtkXMLStructuredGridReader::SetOutputExtent ( int *  extent  )  [protected, virtual]

void vtkXMLStructuredGridReader::SetupPieces ( int  numPieces  )  [protected, virtual]

Reimplemented from vtkXMLStructuredDataReader.

void vtkXMLStructuredGridReader::DestroyPieces (  )  [protected, virtual]

Reimplemented from vtkXMLStructuredDataReader.

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

Reimplemented from vtkXMLDataReader.

int vtkXMLStructuredGridReader::ReadPiece ( vtkXMLDataElement ePiece  )  [protected, virtual]

Reimplemented from vtkXMLStructuredDataReader.

int vtkXMLStructuredGridReader::ReadPieceData (  )  [protected, virtual]

Reimplemented from vtkXMLDataReader.

virtual int vtkXMLStructuredGridReader::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 71 of file vtkXMLStructuredGridReader.h.


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

Generated on Sat Dec 27 14:01:49 2008 for VTK by  doxygen 1.5.6