Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkXMLPImageDataReader Class Reference

#include <vtkXMLPImageDataReader.h>

Inheritance diagram for vtkXMLPImageDataReader:

Inheritance graph
[legend]
Collaboration diagram for vtkXMLPImageDataReader:

Collaboration graph
[legend]
List of all members.

Detailed Description

Read PVTK XML ImageData files.

vtkXMLPImageDataReader reads the PVTK XML ImageData file format. This reads the parallel format's summary file and then uses vtkXMLImageDataReader to read data from the individual ImageData piece files. Streaming is supported. The standard extension for this reader's file format is "pvti".

See also:
vtkXMLImageDataReader
Created by:
  • King, Brad
CVS contributions (if > 5%):
  • King, Brad (88%)
  • Geveci, Berk (6%)
CVS logs (CVSweb):
  • .cxx (/IO/vtkXMLPImageDataReader.cxx)
  • .h (/IO/vtkXMLPImageDataReader.h)

Definition at line 46 of file vtkXMLPImageDataReader.h.

Public Types

typedef vtkXMLPStructuredDataReader Superclass

Public Member Functions

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

Static Public Member Functions

int IsTypeOf (const char *type)
vtkXMLPImageDataReaderSafeDownCast (vtkObject *o)
vtkXMLPImageDataReaderNew ()

Protected Member Functions

 vtkXMLPImageDataReader ()
 ~vtkXMLPImageDataReader ()
vtkImageDataGetPieceInput (int index)
const char * GetDataSetName ()
void SetOutputExtent (int *extent)
void GetPieceInputExtent (int index, int *extent)
int ReadPrimaryElement (vtkXMLDataElement *ePrimary)
void SetupOutputInformation ()
vtkXMLDataReaderCreatePieceReader ()

Protected Attributes

double Origin [3]
double Spacing [3]


Member Typedef Documentation

typedef vtkXMLPStructuredDataReader vtkXMLPImageDataReader::Superclass
 

Reimplemented from vtkXMLPStructuredDataReader.

Definition at line 49 of file vtkXMLPImageDataReader.h.


Constructor & Destructor Documentation

vtkXMLPImageDataReader::vtkXMLPImageDataReader  )  [protected]
 

vtkXMLPImageDataReader::~vtkXMLPImageDataReader  )  [protected]
 


Member Function Documentation

virtual const char* vtkXMLPImageDataReader::GetClassName  )  [virtual]
 

Reimplemented from vtkXMLPStructuredDataReader.

int vtkXMLPImageDataReader::IsTypeOf const char *  type  )  [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 vtkXMLPStructuredDataReader.

virtual int vtkXMLPImageDataReader::IsA const char *  type  )  [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 vtkXMLPStructuredDataReader.

vtkXMLPImageDataReader* vtkXMLPImageDataReader::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkXMLPStructuredDataReader.

void vtkXMLPImageDataReader::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.

vtkXMLPImageDataReader* vtkXMLPImageDataReader::New  )  [static]
 

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

Reimplemented from vtkAlgorithm.

void vtkXMLPImageDataReader::SetOutput vtkImageData output  ) 
 

Get/Set the reader's output.

vtkImageData* vtkXMLPImageDataReader::GetOutput  ) 
 

Get/Set the reader's output.

vtkImageData* vtkXMLPImageDataReader::GetOutput int  idx  ) 
 

Get/Set the reader's output.

Reimplemented from vtkSource.

vtkImageData* vtkXMLPImageDataReader::GetPieceInput int  index  )  [protected]
 

const char* vtkXMLPImageDataReader::GetDataSetName  )  [protected, virtual]
 

Implements vtkXMLReader.

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

Implements vtkXMLPStructuredDataReader.

void vtkXMLPImageDataReader::GetPieceInputExtent int  index,
int *  extent
[protected, virtual]
 

Implements vtkXMLPStructuredDataReader.

int vtkXMLPImageDataReader::ReadPrimaryElement vtkXMLDataElement ePrimary  )  [protected, virtual]
 

Reimplemented from vtkXMLPStructuredDataReader.

void vtkXMLPImageDataReader::SetupOutputInformation  )  [protected, virtual]
 

Reimplemented from vtkXMLPStructuredDataReader.

vtkXMLDataReader* vtkXMLPImageDataReader::CreatePieceReader  )  [protected, virtual]
 

Implements vtkXMLPDataReader.


Member Data Documentation

double vtkXMLPImageDataReader::Origin[3] [protected]
 

Definition at line 64 of file vtkXMLPImageDataReader.h.

double vtkXMLPImageDataReader::Spacing[3] [protected]
 

Definition at line 65 of file vtkXMLPImageDataReader.h.


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