vtkXMLRectilinearGridReader Class Reference

#include <vtkXMLRectilinearGridReader.h>

Inheritance diagram for vtkXMLRectilinearGridReader:

Inheritance graph
[legend]
Collaboration diagram for vtkXMLRectilinearGridReader:

Collaboration graph
[legend]

List of all members.


Detailed Description

Read VTK XML RectilinearGrid files.

vtkXMLRectilinearGridReader reads the VTK XML RectilinearGrid file format. One rectilinear grid file can be read to produce one output. Streaming is supported. The standard extension for this reader's file format is "vtr". This reader is also used to read a single piece of the parallel file format.

See also:
vtkXMLPRectilinearGridReader
Examples:
vtkXMLRectilinearGridReader (Examples)
Tests:
vtkXMLRectilinearGridReader (Tests)

Definition at line 41 of file vtkXMLRectilinearGridReader.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)
vtkRectilinearGridGetOutput ()
vtkRectilinearGridGetOutput (int idx)

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkXMLRectilinearGridReader
SafeDownCast (vtkObject *o)
static
vtkXMLRectilinearGridReader
New ()

Protected Member Functions

 vtkXMLRectilinearGridReader ()
 ~vtkXMLRectilinearGridReader ()
const char * GetDataSetName ()
void SetOutputExtent (int *extent)
void SetupPieces (int numPieces)
void DestroyPieces ()
void SetupOutputData ()
int ReadPiece (vtkXMLDataElement *ePiece)
int ReadPieceData ()
int ReadSubCoordinates (int *inBounds, int *outBounds, int *subBounds, vtkXMLDataElement *da, vtkDataArray *array)
virtual int FillOutputPortInformation (int, vtkInformation *)

Protected Attributes

vtkXMLDataElement ** CoordinateElements

Member Typedef Documentation

Reimplemented from vtkXMLStructuredDataReader.

Definition at line 44 of file vtkXMLRectilinearGridReader.h.


Constructor & Destructor Documentation

vtkXMLRectilinearGridReader::vtkXMLRectilinearGridReader (  )  [protected]

vtkXMLRectilinearGridReader::~vtkXMLRectilinearGridReader (  )  [protected]


Member Function Documentation

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

Reimplemented from vtkXMLStructuredDataReader.

static int vtkXMLRectilinearGridReader::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 vtkXMLStructuredDataReader.

virtual int vtkXMLRectilinearGridReader::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 vtkXMLStructuredDataReader.

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

Reimplemented from vtkXMLStructuredDataReader.

void vtkXMLRectilinearGridReader::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 vtkXMLRectilinearGridReader* vtkXMLRectilinearGridReader::New (  )  [static]

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

Reimplemented from vtkAlgorithm.

vtkRectilinearGrid* vtkXMLRectilinearGridReader::GetOutput (  ) 

Get the reader's output.

vtkRectilinearGrid* vtkXMLRectilinearGridReader::GetOutput ( int  idx  ) 

Get the reader's output.

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

Implements vtkXMLReader.

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

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

Reimplemented from vtkXMLStructuredDataReader.

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

Reimplemented from vtkXMLStructuredDataReader.

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

Reimplemented from vtkXMLDataReader.

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

Reimplemented from vtkXMLStructuredDataReader.

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

Reimplemented from vtkXMLDataReader.

int vtkXMLRectilinearGridReader::ReadSubCoordinates ( int *  inBounds,
int *  outBounds,
int *  subBounds,
vtkXMLDataElement da,
vtkDataArray array 
) [protected]

virtual int vtkXMLRectilinearGridReader::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 vtkXMLRectilinearGridReader.h.


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

Generated on Mon Sep 27 19:04:06 2010 for VTK by  doxygen 1.5.6