29 #ifndef vtkXMLCompositeDataReader_h 30 #define vtkXMLCompositeDataReader_h 32 #include "vtkIOXMLModule.h" 39 struct vtkXMLCompositeDataReaderInternals;
65 vtkSetClampMacro(PieceDistribution,
int,
Block, Interleave)
66 vtkGetMacro(PieceDistribution,
int)
115 unsigned int &dataSetIndex)=0;
130 int ShouldReadDataSet(
unsigned int datasetIndex);
132 bool DataSetIsValidForBlockStrategy(
unsigned int datasetIndex);
133 bool DataSetIsValidForInterleaveStrategy(
unsigned int datasetIndex);
139 int PieceDistribution;
141 vtkXMLCompositeDataReaderInternals* Internal;
virtual const char * GetDataSetName()=0
virtual void SetupEmptyOutput()=0
Represents an XML element and those nested inside.
virtual vtkExecutive * CreateDefaultExecutive()
Create a default executive.
abstract class to specify dataset behavior
Reader for multi-group datasets.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void ReadXMLData()
Superclass for all pipeline executives in VTK.
abstract superclass for composite (multi-block or AMR) datasets
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
virtual int ReadPrimaryElement(vtkXMLDataElement *ePrimary)
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.