Go to the documentation of this file.
29 #ifndef vtkXMLGenericDataObjectReader_h
30 #define vtkXMLGenericDataObjectReader_h
32 #include "vtkIOXMLModule.h"
94 virtual int ReadOutputType(
const char *
name,
bool ¶llel);
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual vtkIdType GetNumberOfCells()=0
Get the number of cells in the output.
virtual vtkIdType GetNumberOfPoints()=0
Get the number of points in the output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a dataset that is topologically regular with variable spacing in the three coordinate directions
topologically regular array of data
virtual int RequestDataObject(vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *vtkNotUsed(outputVector))
Backwards compatibility class.
Superclass for VTK XML file readers.
Composite dataset that organizes datasets into blocks.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void SetupEmptyOutput()=0
topologically and geometrically regular array of data
a simple class to control print indentation
virtual const char * GetDataSetName()=0
Read any type of vtk data object.
static vtkAlgorithm * New()
concrete dataset represents vertices, lines, polygons, and triangle strips
dataset represents arbitrary combinations of all possible cell types
general representation of visualization data
Superclass for VTK's XML format readers.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.