Protected Member Functions |
| vtkXMLPolyDataReader () |
| ~vtkXMLPolyDataReader () |
const char * | GetDataSetName () |
void | GetOutputUpdateExtent (int &piece, int &numberOfPieces, int &ghostLevel) |
void | SetupOutputTotals () |
void | SetupNextPiece () |
void | SetupPieces (int numPieces) |
void | DestroyPieces () |
void | SetupOutputData () |
int | ReadPiece (vtkXMLDataElement *ePiece) |
int | ReadPieceData () |
virtual int | ReadArrayForCells (vtkXMLDataElement *da, vtkAbstractArray *outArray) |
virtual vtkIdType | GetNumberOfCellsInPiece (int piece) |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
| vtkXMLUnstructuredDataReader () |
| ~vtkXMLUnstructuredDataReader () |
vtkPointSet * | GetOutputAsPointSet () |
vtkXMLDataElement * | FindDataArrayWithName (vtkXMLDataElement *eParent, const char *name) |
vtkIdTypeArray * | ConvertToIdTypeArray (vtkDataArray *a) |
vtkUnsignedCharArray * | ConvertToUnsignedCharArray (vtkDataArray *a) |
void | ReadXMLData () |
virtual void | SetupEmptyOutput () |
void | SetupOutputInformation (vtkInformation *outInfo) |
int | ReadCellArray (vtkIdType numberOfCells, vtkIdType totalNumberOfCells, vtkXMLDataElement *eCells, vtkCellArray *outCells) |
int | ReadFaceArray (vtkIdType numberOfCells, vtkXMLDataElement *eCells, vtkIdTypeArray *outFaces, vtkIdTypeArray *outFaceOffsets) |
virtual int | ReadArrayForPoints (vtkXMLDataElement *da, vtkAbstractArray *outArray) |
virtual vtkIdType | GetNumberOfPointsInPiece (int piece) |
int | PointsNeedToReadTimeStep (vtkXMLDataElement *eNested) |
int | CellsNeedToReadTimeStep (vtkXMLDataElement *eNested, int &cellstimestep, unsigned long &cellsoffset) |
| vtkXMLDataReader () |
| ~vtkXMLDataReader () |
int | SetUpdateExtentInfo (vtkXMLDataElement *eDSA, vtkInformationVector *infoVector, int piece, int numPieces) |
virtual void | CreateXMLParser () |
virtual void | DestroyXMLParser () |
virtual void | SetupUpdateExtentInformation (vtkInformation *outInfo) |
int | ReadPrimaryElement (vtkXMLDataElement *ePrimary) |
int | ReadPiece (vtkXMLDataElement *ePiece, int piece) |
int | ReadPieceData (int piece) |
int | ReadArrayValues (vtkXMLDataElement *da, vtkIdType arrayIndex, vtkAbstractArray *array, vtkIdType startIndex, vtkIdType numValues) |
virtual void | DataProgressCallback () |
int | PointDataNeedToReadTimeStep (vtkXMLDataElement *eNested) |
int | CellDataNeedToReadTimeStep (vtkXMLDataElement *eNested) |
| vtkXMLReader () |
| ~vtkXMLReader () |
virtual int | ReadXMLInformation () |
virtual int | CanReadFileVersion (int major, int minor) |
virtual void | SetupOutputInformation (vtkInformation *vtkNotUsed(outInfo)) |
virtual void | SetupUpdateExtentInformation (vtkInformation *vtkNotUsed(outInfo)) |
int | ReadVTKFile (vtkXMLDataElement *eVTKFile) |
vtkAbstractArray * | CreateArray (vtkXMLDataElement *da) |
int | CreateInformationKey (vtkXMLDataElement *eInfoKey, vtkInformation *info) |
virtual int | OpenVTKFile () |
virtual void | CloseVTKFile () |
void | SetupCompressor (const char *type) |
int | CanReadFileVersionString (const char *version) |
virtual int | GetFileMajorVersion () |
virtual int | GetFileMinorVersion () |
int | IntersectExtents (int *extent1, int *extent2, int *result) |
int | Min (int a, int b) |
int | Max (int a, int b) |
void | ComputePointDimensions (int *extent, int *dimensions) |
void | ComputePointIncrements (int *extent, vtkIdType *increments) |
void | ComputeCellDimensions (int *extent, int *dimensions) |
void | ComputeCellIncrements (int *extent, vtkIdType *increments) |
vtkIdType | GetStartTuple (int *extent, vtkIdType *increments, int i, int j, int k) |
void | ReadAttributeIndices (vtkXMLDataElement *eDSA, vtkDataSetAttributes *dsa) |
char ** | CreateStringArray (int numStrings) |
void | DestroyStringArray (int numStrings, char **strings) |
void | SetDataArraySelections (vtkXMLDataElement *eDSA, vtkDataArraySelection *sel) |
int | SetFieldDataInfo (vtkXMLDataElement *eDSA, int association, int numTuples, vtkInformationVector *(&infoVector)) |
int | PointDataArrayIsEnabled (vtkXMLDataElement *ePDA) |
int | CellDataArrayIsEnabled (vtkXMLDataElement *eCDA) |
virtual void | GetProgressRange (float *range) |
virtual void | SetProgressRange (float *range, int curStep, int numSteps) |
virtual void | SetProgressRange (float *range, int curStep, float *fractions) |
virtual void | UpdateProgressDiscrete (float progress) |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestDataObject (vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *vtkNotUsed(outputVector)) |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestUpdateExtentInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
void | SetNumberOfTimeSteps (int num) |
vtkDataObject * | GetCurrentOutput () |
vtkInformation * | GetCurrentOutputInformation () |
| vtkAlgorithm () |
| ~vtkAlgorithm () |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual void | SetNumberOfInputPorts (int n) |
virtual void | SetNumberOfOutputPorts (int n) |
int | InputPortIndexInRange (int index, const char *action) |
int | OutputPortIndexInRange (int index, const char *action) |
int | GetInputArrayAssociation (int idx, vtkInformationVector **inputVector) |
virtual vtkExecutive * | CreateDefaultExecutive () |
virtual void | ReportReferences (vtkGarbageCollector *) |
virtual void | SetNumberOfInputConnections (int port, int n) |
int | GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector) |
int | GetInputArrayAssociation (int idx, vtkDataObject *input) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input, int &association) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association) |
vtkInformation * | GetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector) |
virtual void | SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input) |
virtual void | SetErrorCode (unsigned long) |
| vtkObject () |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
| vtkObjectBase () |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &os) |
| vtkObjectBase (const vtkObjectBase &) |
void | operator= (const vtkObjectBase &) |
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
- Examples:
- vtkXMLPolyDataReader (Examples)
- Tests:
- vtkXMLPolyDataReader (Tests)
Definition at line 41 of file vtkXMLPolyDataReader.h.