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;
111 vtkXMLCompositeDataReaderInternals* Internal;
vtkXMLDataElement * GetPrimaryElement()
~vtkXMLCompositeDataReader()
int ShouldReadDataSet(unsigned int datasetIndex)
Given the inorder index for a leaf node, this method tells if the current process should read the dat...
virtual void SetupEmptyOutput()
virtual vtkDataSet * ReadDataset(vtkXMLDataElement *xmlElem, const char *filePath)
vtkCompositeDataSet * GetOutput()
Get the output data object for a port on this algorithm.
virtual const char * GetDataSetName()
virtual int FillOutputPortInformation(int, vtkInformation *info)
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract superclass for composite (multi-block or AMR) datasets
vtkXMLCompositeDataReader()
Superclass for all pipeline executives in VTK.
Reader for multi-group datasets.
virtual void ReadComposite(vtkXMLDataElement *element, vtkCompositeDataSet *composite, const char *filePath, unsigned int &dataSetIndex)=0
a simple class to control print indentation
Represents an XML element and those nested inside.
virtual int ReadPrimaryElement(vtkXMLDataElement *ePrimary)
abstract class to specify dataset behavior
vtkCompositeDataSet * GetOutput(int)
virtual vtkExecutive * CreateDefaultExecutive()
Create a default executive.
vtkXMLReader * GetReaderOfType(const char *type)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void AddChild(vtkCompositeDataSet *parent, vtkDataObject *child, vtkXMLDataElement *childXML)
unsigned int CountLeaves(vtkXMLDataElement *elem)
virtual void ReadXMLData()
general representation of visualization data
Superclass for VTK's XML format readers.