29 #ifndef vtkXMLCompositeDataReader_h
30 #define vtkXMLCompositeDataReader_h
32 #include "vtkIOXMLModule.h"
39 struct vtkXMLCompositeDataReaderInternals;
60 const
char* GetDataSetName() VTK_OVERRIDE;
65 void ReadXMLData() VTK_OVERRIDE;
69 void SetupEmptyOutput() VTK_OVERRIDE;
80 vtkInformationVector*) VTK_OVERRIDE;
93 unsigned int &dataSetIndex)=0;
105 int ShouldReadDataSet(
unsigned int datasetIndex);
111 vtkXMLCompositeDataReaderInternals* Internal;
Represents an XML element and those nested inside.
abstract class to specify dataset behavior
Reader for multi-group datasets.
Superclass for all pipeline executives in VTK.
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data
Superclass for VTK's XML format readers.