26 #ifndef vtkXMLGenericDataObjectReader_h
27 #define vtkXMLGenericDataObjectReader_h
29 #include "vtkIOXMLModule.h"
82 vtkIdType GetNumberOfCells() VTK_OVERRIDE;
87 void SetupEmptyOutput() VTK_OVERRIDE;
93 virtual
int ReadOutputType(const
char *
name,
bool ¶llel);
97 ~vtkXMLGenericDataObjectReader() VTK_OVERRIDE;
102 const
char* GetDataSetName() VTK_OVERRIDE;
106 vtkInformationVector *) VTK_OVERRIDE;
107 int RequestInformation(vtkInformation *, vtkInformationVector **,
108 vtkInformationVector *) VTK_OVERRIDE;
109 virtual
int RequestUpdateExtent(vtkInformation *request,
110 vtkInformationVector **inputVector,
111 vtkInformationVector *outputVector);
113 int RequestData(vtkInformation *, vtkInformationVector **,
114 vtkInformationVector *) VTK_OVERRIDE;
115 int FillOutputPortInformation(
int, vtkInformation *) VTK_OVERRIDE;
120 vtkXMLGenericDataObjectReader(const vtkXMLGenericDataObjectReader&) VTK_DELETE_FUNCTION;
121 void operator=(const vtkXMLGenericDataObjectReader&) VTK_DELETE_FUNCTION;
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
Read any type of vtk data object.
Backwards compatibility class.
concrete dataset represents vertices, lines, polygons, and triangle strips
A dataset structured as a tree where each node has exactly 2^n children.
a simple class to control print indentation
topologically and geometrically regular array of data
dataset represents arbitrary combinations of all possible cell types
virtual vtkIdType GetNumberOfPoints()=0
Get the number of points in the output.
Superclass for VTK XML file readers.
topologically regular array of data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Composite dataset that organizes datasets into blocks.
static vtkAlgorithm * New()
general representation of visualization data
Superclass for VTK's XML format readers.