Protected Member Functions |
| vtkXMLStructuredGridReader () |
| ~vtkXMLStructuredGridReader () |
const char * | GetDataSetName () |
void | SetOutputExtent (int *extent) |
void | SetupPieces (int numPieces) |
void | DestroyPieces () |
void | SetupOutputData () |
int | ReadPiece (vtkXMLDataElement *ePiece) |
int | ReadPieceData () |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
int | ReadPrimaryElement (vtkXMLDataElement *ePrimary) |
void | ReadXMLData () |
void | SetupEmptyOutput () |
virtual int | ReadArrayForPoints (vtkXMLDataElement *da, vtkAbstractArray *outArray) |
virtual int | ReadArrayForCells (vtkXMLDataElement *da, vtkAbstractArray *outArray) |
virtual int | ReadSubExtent (int *inExtent, int *inDimensions, vtkIdType *inIncrements, int *outExtent, int *outDimensions, vtkIdType *outIncrements, int *subExtent, int *subDimensions, vtkXMLDataElement *da, vtkAbstractArray *array) |
| vtkXMLStructuredDataReader () |
| ~vtkXMLStructuredDataReader () |
| vtkXMLDataReader () |
| ~vtkXMLDataReader () |
int | SetUpdateExtentInfo (vtkXMLDataElement *eDSA, vtkInformationVector *infoVector, int piece, int numPieces) |
virtual void | CreateXMLParser () |
virtual void | DestroyXMLParser () |
virtual void | SetupOutputInformation (vtkInformation *outInfo) |
virtual void | SetupUpdateExtentInformation (vtkInformation *outInfo) |
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 StructuredGrid files.
vtkXMLStructuredGridReader reads the VTK XML StructuredGrid file format. One structured grid file can be read to produce one output. Streaming is supported. The standard extension for this reader's file format is "vts". This reader is also used to read a single piece of the parallel file format.
- See also:
- vtkXMLPStructuredGridReader
- Examples:
- vtkXMLStructuredGridReader (Examples)
- Tests:
- vtkXMLStructuredGridReader (Tests)
Definition at line 41 of file vtkXMLStructuredGridReader.h.