55#ifndef vtkXMLGenericDataObjectReader_h
56#define vtkXMLGenericDataObjectReader_h
58#include "vtkIOXMLModule.h"
general representation of visualization data
Backwards compatibility class.
topologically and geometrically regular array of data
a simple class to control print indentation
Composite dataset that organizes datasets into blocks.
concrete dataset represents vertices, lines, polygons, and triangle strips
a dataset that is topologically regular with variable spacing in the three coordinate directions
Hold a reference to a vtkObjectBase instance.
topologically regular array of data
dataset represents arbitrary combinations of all possible cell types
Superclass for VTK XML file readers.
Read any type of vtk data object.
vtkDataObject * GetOutput(int idx)
Get the reader's output.
static vtkXMLGenericDataObjectReader * New()
virtual int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkXMLGenericDataObjectReader()
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...
vtkImageData * GetImageDataOutput()
Get the output as various concrete types.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkIdType GetNumberOfPoints() override
Overridden method.
static vtkSmartPointer< vtkXMLReader > CreateReader(int data_object_type, bool parallel)
Helper to create a reader based on the data object type.
void SetupEmptyOutput() override
Overridden method.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMultiBlockDataSet * GetMultiBlockDataSetOutput()
Get the output as various concrete types.
vtkPolyData * GetPolyDataOutput()
Get the output as various concrete types.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkStructuredGrid * GetStructuredGridOutput()
Get the output as various concrete types.
vtkIdType GetNumberOfCells() override
Overridden method.
~vtkXMLGenericDataObjectReader() override
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
const char * GetDataSetName() override
Overridden method.
vtkHierarchicalBoxDataSet * GetHierarchicalBoxDataSetOutput()
Get the output as various concrete types.
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkRectilinearGrid * GetRectilinearGridOutput()
Get the output as various concrete types.
vtkUnstructuredGrid * GetUnstructuredGridOutput()
Get the output as various concrete types.
vtkDataObject * GetOutput()
Get the reader's output.
Superclass for VTK's XML format readers.