Go to the documentation of this file.
28 #ifndef vtkCompositeDataReader_h
29 #define vtkCompositeDataReader_h
31 #include "vtkIOLegacyModule.h"
int ReadMeshSimple(const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
composite dataset to encapsulates a dataset consisting of partitions.
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
read vtkCompositeDataSet data file.
vtkCompositeDataSet * GetOutput()
Get the output of this reader.
Backwards compatibility class.
bool ReadCompositeData(vtkNonOverlappingAMR *)
Composite dataset that organizes datasets into blocks.
abstract superclass for composite (multi-block or AMR) datasets
~vtkCompositeDataReader() override
bool ReadCompositeData(vtkPartitionedDataSet *)
bool ReadCompositeData(vtkHierarchicalBoxDataSet *)
bool ReadCompositeData(vtkOverlappingAMR *)
a simple class to control print indentation
vtkDataObject * ReadChild()
void SetOutput(vtkCompositeDataSet *output)
hierarchical dataset of vtkUniformGrids
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(vtkMultiPieceDataSet *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Composite dataset that groups datasets as a collection.
bool ReadCompositeData(vtkPartitionedDataSetCollection *)
general representation of visualization data
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
A concrete instance of vtkUniformGridAMR to store uniform grids at different levels of resolution tha...