vtkXMLPolyDataReader Class Reference
#include <vtkXMLPolyDataReader.h>
Inheritance diagram for vtkXMLPolyDataReader:
[legend]Collaboration diagram for vtkXMLPolyDataReader:
[legend]List of all members.
Detailed Description
Read VTK XML PolyData files.
vtkXMLPolyDataReader reads the VTK XML PolyData file format. One polygonal data file can be read to produce one output. Streaming is supported. The standard extension for this reader's file format is "vtp". This reader is also used to read a single piece of the parallel file format.
- See also:
- vtkXMLPPolyDataReader
- Created by:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
.cxx (/IO/vtkXMLPolyDataReader
.cxx)
.h (/IO/vtkXMLPolyDataReader
.h)
Definition at line 45 of file vtkXMLPolyDataReader.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkXMLPolyDataReader::vtkXMLPolyDataReader |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkXMLPolyDataReader::GetClassName |
( |
|
) |
[virtual] |
|
int vtkXMLPolyDataReader::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 vtkXMLUnstructuredDataReader. |
virtual int vtkXMLPolyDataReader::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 vtkXMLUnstructuredDataReader. |
void vtkXMLPolyDataReader::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 vtkXMLUnstructuredDataReader. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
void vtkXMLPolyDataReader::SetOutput |
( |
vtkPolyData * |
output |
) |
|
|
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
vtkPolyData* vtkXMLPolyDataReader::GetOutput |
( |
int |
idx |
) |
|
|
|
Get/Set the reader's output.
Reimplemented from vtkSource. |
virtual vtkIdType vtkXMLPolyDataReader::GetNumberOfVerts |
( |
|
) |
[virtual] |
|
|
Get the number of verts/lines/strips/polys in the output. |
virtual vtkIdType vtkXMLPolyDataReader::GetNumberOfLines |
( |
|
) |
[virtual] |
|
|
Get the number of verts/lines/strips/polys in the output. |
virtual vtkIdType vtkXMLPolyDataReader::GetNumberOfStrips |
( |
|
) |
[virtual] |
|
|
Get the number of verts/lines/strips/polys in the output. |
virtual vtkIdType vtkXMLPolyDataReader::GetNumberOfPolys |
( |
|
) |
[virtual] |
|
|
Get the number of verts/lines/strips/polys in the output. |
const char* vtkXMLPolyDataReader::GetDataSetName |
( |
|
) |
[protected, virtual] |
|
void vtkXMLPolyDataReader::GetOutputUpdateExtent |
( |
int & |
piece, |
|
|
int & |
numberOfPieces, |
|
|
int & |
ghostLevel |
|
) |
[protected, virtual] |
|
void vtkXMLPolyDataReader::SetupOutputTotals |
( |
|
) |
[protected, virtual] |
|
void vtkXMLPolyDataReader::SetupNextPiece |
( |
|
) |
[protected, virtual] |
|
void vtkXMLPolyDataReader::SetupPieces |
( |
int |
numPieces |
) |
[protected, virtual] |
|
void vtkXMLPolyDataReader::DestroyPieces |
( |
|
) |
[protected, virtual] |
|
void vtkXMLPolyDataReader::SetupOutputData |
( |
|
) |
[protected, virtual] |
|
int vtkXMLPolyDataReader::ReadPiece |
( |
vtkXMLDataElement * |
ePiece |
) |
[protected, virtual] |
|
int vtkXMLPolyDataReader::ReadPieceData |
( |
|
) |
[protected, virtual] |
|
virtual vtkIdType vtkXMLPolyDataReader::GetNumberOfCellsInPiece |
( |
int |
piece |
) |
[protected, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: