Go to the documentation of this file.
29 #ifndef vtkXMLCompositeDataReader_h
30 #define vtkXMLCompositeDataReader_h
32 #include "vtkIOXMLModule.h"
39 struct vtkXMLCompositeDataReaderInternals;
93 unsigned int &dataSetIndex)=0;
105 int ShouldReadDataSet(
unsigned int datasetIndex);
111 vtkXMLCompositeDataReaderInternals* Internal;
virtual vtkExecutive * CreateDefaultExecutive()
Create a default executive.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int ReadPrimaryElement(vtkXMLDataElement *ePrimary)
abstract superclass for composite (multi-block or AMR) datasets
Superclass for all pipeline executives in VTK.
Reader for multi-group datasets.
virtual void ReadXMLData()
virtual void SetupEmptyOutput()=0
a simple class to control print indentation
virtual const char * GetDataSetName()=0
Represents an XML element and those nested inside.
abstract class to specify dataset behavior
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Superclass for VTK's XML format readers.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.