Go to the documentation of this file.
29 #ifndef vtkXMLGenericDataObjectReader_h
30 #define vtkXMLGenericDataObjectReader_h
32 #include "vtkIOXMLModule.h"
virtual int ReadOutputType(const char *name, bool ¶llel)
This method can be used to find out the type of output expected without needing to read the whole fil...
vtkRectilinearGrid * GetRectilinearGridOutput()
a dataset that is topologically regular with variable spacing in the three coordinate directions
vtkImageData * GetImageDataOutput()
~vtkXMLGenericDataObjectReader()
topologically regular array of data
Backwards compatibility class.
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
Superclass for VTK XML file readers.
Composite dataset that organizes datasets into blocks.
virtual int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkHyperOctree * GetHyperOctreeOutput()
vtkDataObject * GetOutput()
Get the reader's output.
vtkIdType GetNumberOfCells()
Overridden method.
vtkPolyData * GetPolyDataOutput()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetupEmptyOutput()
Overridden method.
vtkMultiBlockDataSet * GetMultiBlockDataSetOutput()
vtkXMLGenericDataObjectReader()
vtkDataObject * GetOutput(int idx)
topologically and geometrically regular array of data
a simple class to control print indentation
vtkHierarchicalBoxDataSet * GetHierarchicalBoxDataSetOutput()
Get the output as various concrete types.
static vtkXMLGenericDataObjectReader * New()
Read any type of vtk data object.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkUnstructuredGrid * GetUnstructuredGridOutput()
vtkIdType GetNumberOfPoints()
Overridden method.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkStructuredGrid * GetStructuredGridOutput()
const char * GetDataSetName()
Overridden method.
dataset represents arbitrary combinations of all possible cell types
A dataset structured as a tree where each node has exactly 2^n children.
general representation of visualization data
Superclass for VTK's XML format readers.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)