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

Read PVTK XML PolyData files. More...

#include <vtkXMLPPolyDataReader.h>

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

List of all members.

Public Types

typedef
vtkXMLPUnstructuredDataReader 
Superclass

Public Member Functions

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

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkXMLPPolyDataReaderSafeDownCast (vtkObjectBase *o)
static vtkXMLPPolyDataReaderNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLPPolyDataReader ()
 ~vtkXMLPPolyDataReader ()
const char * GetDataSetName ()
void GetOutputUpdateExtent (int &piece, int &numberOfPieces, int &ghostLevel)
vtkIdType GetNumberOfCellsInPiece (int piece)
vtkIdType GetNumberOfVertsInPiece (int piece)
vtkIdType GetNumberOfLinesInPiece (int piece)
vtkIdType GetNumberOfStripsInPiece (int piece)
vtkIdType GetNumberOfPolysInPiece (int piece)
void SetupOutputTotals ()
void SetupOutputData ()
void SetupNextPiece ()
int ReadPieceData ()
void CopyArrayForCells (vtkDataArray *inArray, vtkDataArray *outArray)
vtkXMLDataReaderCreatePieceReader ()
virtual int FillOutputPortInformation (int, vtkInformation *)

Protected Attributes

vtkIdType TotalNumberOfVerts
vtkIdType TotalNumberOfLines
vtkIdType TotalNumberOfStrips
vtkIdType TotalNumberOfPolys
vtkIdType StartVert
vtkIdType StartLine
vtkIdType StartStrip
vtkIdType StartPoly

Detailed Description

Read PVTK XML PolyData files.

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

See also:
vtkXMLPolyDataReader

Definition at line 36 of file vtkXMLPPolyDataReader.h.


Member Typedef Documentation

Reimplemented from vtkXMLPUnstructuredDataReader.

Definition at line 39 of file vtkXMLPPolyDataReader.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkXMLPPolyDataReader::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 vtkXMLPUnstructuredDataReader.

virtual int vtkXMLPPolyDataReader::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 vtkXMLPUnstructuredDataReader.

Reimplemented from vtkXMLPUnstructuredDataReader.

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

Reimplemented from vtkXMLPUnstructuredDataReader.

Reimplemented from vtkXMLPUnstructuredDataReader.

void vtkXMLPPolyDataReader::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 vtkXMLPUnstructuredDataReader.

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

Reimplemented from vtkAlgorithm.

Get the reader's output.

Get the reader's output.

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

Implements vtkXMLReader.

void vtkXMLPPolyDataReader::GetOutputUpdateExtent ( int piece,
int numberOfPieces,
int ghostLevel 
) [protected, virtual]

Reimplemented from vtkXMLPUnstructuredDataReader.

void vtkXMLPPolyDataReader::SetupOutputTotals ( ) [protected, virtual]

Reimplemented from vtkXMLPUnstructuredDataReader.

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

Reimplemented from vtkXMLPUnstructuredDataReader.

void vtkXMLPPolyDataReader::SetupNextPiece ( ) [protected, virtual]

Reimplemented from vtkXMLPUnstructuredDataReader.

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

Reimplemented from vtkXMLPUnstructuredDataReader.

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

Implements vtkXMLPDataReader.

Implements vtkXMLPDataReader.

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

Definition at line 72 of file vtkXMLPPolyDataReader.h.

Definition at line 73 of file vtkXMLPPolyDataReader.h.

Definition at line 74 of file vtkXMLPPolyDataReader.h.

Definition at line 75 of file vtkXMLPPolyDataReader.h.

Definition at line 76 of file vtkXMLPPolyDataReader.h.

Definition at line 77 of file vtkXMLPPolyDataReader.h.

Definition at line 78 of file vtkXMLPPolyDataReader.h.


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