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

Superclass for parallel structured data XML readers. More...

#include <vtkXMLPStructuredDataReader.h>

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

List of all members.

Public Types

typedef vtkXMLPDataReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLPStructuredDataReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkExtentTranslatorGetExtentTranslator ()
virtual void CopyOutputInformation (vtkInformation *outInfo, int port)

Static Public Member Functions

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

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLPStructuredDataReader ()
 ~vtkXMLPStructuredDataReader ()
vtkIdType GetNumberOfPoints ()
vtkIdType GetNumberOfCells ()
void CopyArrayForPoints (vtkDataArray *inArray, vtkDataArray *outArray)
void CopyArrayForCells (vtkDataArray *inArray, vtkDataArray *outArray)
virtual void SetOutputExtent (int *extent)=0
virtual void GetPieceInputExtent (int index, int *extent)=0
void ReadXMLData ()
int ReadPrimaryElement (vtkXMLDataElement *ePrimary)
void SetupOutputData ()
void SetupPieces (int numPieces)
void DestroyPieces ()
int ReadPiece (vtkXMLDataElement *ePiece)
int ReadPieceData ()
void CopySubExtent (int *inExtent, int *inDimensions, vtkIdType *inIncrements, int *outExtent, int *outDimensions, vtkIdType *outIncrements, int *subExtent, int *subDimensions, vtkDataArray *inArray, vtkDataArray *outArray)
int ComputePieceSubExtents ()
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)

Protected Attributes

vtkExtentSplitterExtentSplitter
int UpdateExtent [6]
int PointDimensions [3]
vtkIdType PointIncrements [3]
int CellDimensions [3]
vtkIdType CellIncrements [3]
int SubExtent [6]
int SubPointDimensions [3]
int SubCellDimensions [3]
int SubPieceExtent [6]
int SubPiecePointDimensions [3]
vtkIdType SubPiecePointIncrements [3]
int SubPieceCellDimensions [3]
vtkIdType SubPieceCellIncrements [3]
intPieceExtents

Detailed Description

Superclass for parallel structured data XML readers.

vtkXMLPStructuredDataReader provides functionality common to all parallel structured data format readers.

See also:
vtkXMLPImageDataReader vtkXMLPStructuredGridReader vtkXMLPRectilinearGridReader

Definition at line 37 of file vtkXMLPStructuredDataReader.h.


Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented in vtkXMLPImageDataReader, vtkXMLPRectilinearGridReader, and vtkXMLPStructuredGridReader.

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

Reimplemented in vtkXMLPImageDataReader, vtkXMLPRectilinearGridReader, and vtkXMLPStructuredGridReader.

virtual vtkObjectBase* vtkXMLPStructuredDataReader::NewInstanceInternal ( ) const [protected, virtual]
void vtkXMLPStructuredDataReader::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 vtkXMLPDataReader.

Reimplemented in vtkXMLPImageDataReader, vtkXMLPRectilinearGridReader, and vtkXMLPStructuredGridReader.

Get an extent translator that will create pieces matching the input file's piece breakdown. This can be used further down the pipeline to prevent reading from outside this process's piece. The translator is only valid after an UpdateInformation has been called.

virtual void vtkXMLPStructuredDataReader::CopyOutputInformation ( vtkInformation outInfo,
int  port 
) [virtual]

Reimplemented from vtkXMLPDataReader.

Reimplemented in vtkXMLPImageDataReader.

Implements vtkXMLPDataReader.

Implements vtkXMLPDataReader.

void vtkXMLPStructuredDataReader::CopyArrayForPoints ( vtkDataArray inArray,
vtkDataArray outArray 
) [protected, virtual]

Implements vtkXMLPDataReader.

void vtkXMLPStructuredDataReader::CopyArrayForCells ( vtkDataArray inArray,
vtkDataArray outArray 
) [protected, virtual]

Implements vtkXMLPDataReader.

virtual void vtkXMLPStructuredDataReader::SetOutputExtent ( int extent) [protected, pure virtual]
virtual void vtkXMLPStructuredDataReader::GetPieceInputExtent ( int  index,
int extent 
) [protected, pure virtual]
void vtkXMLPStructuredDataReader::ReadXMLData ( ) [protected, virtual]

Reimplemented from vtkXMLReader.

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

Reimplemented from vtkXMLPDataReader.

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

Reimplemented from vtkXMLPDataReader.

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

Reimplemented from vtkXMLPDataReader.

void vtkXMLPStructuredDataReader::CopySubExtent ( int inExtent,
int inDimensions,
vtkIdType inIncrements,
int outExtent,
int outDimensions,
vtkIdType outIncrements,
int subExtent,
int subDimensions,
vtkDataArray inArray,
vtkDataArray outArray 
) [protected]
virtual int vtkXMLPStructuredDataReader::RequestInformation ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Reimplemented from vtkXMLReader.


Member Data Documentation

Definition at line 81 of file vtkXMLPStructuredDataReader.h.

Definition at line 84 of file vtkXMLPStructuredDataReader.h.

Definition at line 85 of file vtkXMLPStructuredDataReader.h.

Definition at line 86 of file vtkXMLPStructuredDataReader.h.

Definition at line 87 of file vtkXMLPStructuredDataReader.h.

Definition at line 88 of file vtkXMLPStructuredDataReader.h.

Definition at line 91 of file vtkXMLPStructuredDataReader.h.

Definition at line 92 of file vtkXMLPStructuredDataReader.h.

Definition at line 93 of file vtkXMLPStructuredDataReader.h.

Definition at line 94 of file vtkXMLPStructuredDataReader.h.

Definition at line 95 of file vtkXMLPStructuredDataReader.h.

Definition at line 96 of file vtkXMLPStructuredDataReader.h.

Definition at line 97 of file vtkXMLPStructuredDataReader.h.

Definition at line 98 of file vtkXMLPStructuredDataReader.h.

Definition at line 101 of file vtkXMLPStructuredDataReader.h.


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