25#ifndef vtkCompositeDataReader_h
26#define vtkCompositeDataReader_h
29#include "vtkIOLegacyModule.h"
read vtkCompositeDataSet data file.
vtkDataObject * ReadChild()
bool ReadCompositeData(vtkHierarchicalBoxDataSet *)
bool ReadCompositeData(vtkMultiBlockDataSet *)
vtkDataObject * CreateOutput(vtkDataObject *currentOutput) override
This can be overridden by a subclass to create an output that is determined by the file being read.
bool ReadCompositeData(vtkOverlappingAMR *)
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
bool ReadCompositeData(vtkPartitionedDataSet *)
bool ReadCompositeData(vtkMultiPieceDataSet *)
static vtkCompositeDataReader * New()
bool ReadCompositeData(vtkPartitionedDataSetCollection *)
vtkCompositeDataSet * GetOutput()
Get the output of this reader.
int ReadMeshSimple(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
vtkCompositeDataSet * GetOutput(int idx)
Get the output of this reader.
int ReadOutputType()
Read the output type information.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkCompositeDataReader() override
void SetOutput(vtkCompositeDataSet *output)
Get the output of this reader.
bool ReadCompositeData(vtkNonOverlappingAMR *)
abstract superclass for composite (multi-block or AMR) datasets
general representation of visualization data
helper superclass for objects that read vtk data files
Backwards compatibility class.
a simple class to control print indentation
Composite dataset that organizes datasets into blocks.
composite dataset to encapsulates pieces of dataset.
A concrete instance of vtkUniformGridAMR to store uniform grids at different levels of resolution tha...
hierarchical dataset of vtkUniformGrids
Composite dataset that groups datasets as a collection.
composite dataset to encapsulates a dataset consisting of partitions.