vtkXMLPPolyDataReader Class Reference
#include <vtkXMLPPolyDataReader.h>
Inheritance diagram for vtkXMLPPolyDataReader:
[legend]Collaboration diagram for vtkXMLPPolyDataReader:
[legend]List of all members.
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
- Created by:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
.h (/IO/vtkXMLPPolyDataReader
.h)
.cxx (/IO/vtkXMLPPolyDataReader
.cxx)
Definition at line 45 of file vtkXMLPPolyDataReader.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkXMLPPolyDataReader::vtkXMLPPolyDataReader |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkXMLPPolyDataReader::GetClassName |
( |
|
) |
[virtual] |
|
int vtkXMLPPolyDataReader::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 vtkXMLPUnstructuredDataReader. |
virtual int vtkXMLPPolyDataReader::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 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. |
void vtkXMLPPolyDataReader::SetOutput |
( |
vtkPolyData * |
output |
) |
|
|
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
vtkPolyData* vtkXMLPPolyDataReader::GetOutput |
( |
int |
idx |
) |
|
|
|
Get/Set the reader's output.
Reimplemented from vtkSource. |
const char* vtkXMLPPolyDataReader::GetDataSetName |
( |
|
) |
[protected, virtual] |
|
void vtkXMLPPolyDataReader::GetOutputUpdateExtent |
( |
int & |
piece, |
|
|
int & |
numberOfPieces, |
|
|
int & |
ghostLevel |
|
) |
[protected, virtual] |
|
vtkIdType vtkXMLPPolyDataReader::GetNumberOfCellsInPiece |
( |
int |
piece |
) |
[protected, virtual] |
|
vtkIdType vtkXMLPPolyDataReader::GetNumberOfVertsInPiece |
( |
int |
piece |
) |
[protected] |
|
vtkIdType vtkXMLPPolyDataReader::GetNumberOfLinesInPiece |
( |
int |
piece |
) |
[protected] |
|
vtkIdType vtkXMLPPolyDataReader::GetNumberOfStripsInPiece |
( |
int |
piece |
) |
[protected] |
|
vtkIdType vtkXMLPPolyDataReader::GetNumberOfPolysInPiece |
( |
int |
piece |
) |
[protected] |
|
void vtkXMLPPolyDataReader::SetupOutputTotals |
( |
|
) |
[protected, virtual] |
|
void vtkXMLPPolyDataReader::SetupOutputData |
( |
|
) |
[protected, virtual] |
|
void vtkXMLPPolyDataReader::SetupNextPiece |
( |
|
) |
[protected, virtual] |
|
int vtkXMLPPolyDataReader::ReadPieceData |
( |
|
) |
[protected, virtual] |
|
vtkXMLDataReader* vtkXMLPPolyDataReader::CreatePieceReader |
( |
|
) |
[protected, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: