Go to the documentation of this file.
28 #ifndef vtkCompositeDataReader_h
29 #define vtkCompositeDataReader_h
31 #include "vtkIOLegacyModule.h"
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkCompositeDataReader * New()
int ReadOutputType()
Read the output type information.
composite dataset to encapsulates pieces of dataset.
bool ReadCompositeData(vtkMultiBlockDataSet *)
vtkCompositeDataSet * GetOutput(int idx)
helper superclass for objects that read vtk data files
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
read vtkCompositeDataSet data file.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkCompositeDataSet * GetOutput()
Get the output of this reader.
Backwards compatibility class.
~vtkCompositeDataReader()
bool ReadCompositeData(vtkNonOverlappingAMR *)
Composite dataset that organizes datasets into blocks.
abstract superclass for composite (multi-block or AMR) datasets
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
bool ReadCompositeData(vtkHierarchicalBoxDataSet *)
bool ReadCompositeData(vtkOverlappingAMR *)
a simple class to control print indentation
vtkDataObject * ReadChild()
void SetOutput(vtkCompositeDataSet *output)
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
hierarchical dataset of vtkUniformGrids
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
bool ReadCompositeData(vtkMultiPieceDataSet *)
general representation of visualization data
A concrete instance of vtkUniformGridAMR to store uniform grids at different levels of resolution tha...