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