12#ifndef vtkXMLStatisticalModelReader_h
13#define vtkXMLStatisticalModelReader_h
15#include "vtkIOXMLModule.h"
20VTK_ABI_NAMESPACE_BEGIN
87 int ReadPieceData(
int);
91 std::vector<vtkXMLDataElement*> TableGroupElements;
object to represent cell connectivity
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
a base class for statistical modeling of other data
dynamic, self-adjusting array of unsigned char
Represents an XML element and those nested inside.
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
Pipeline execute data driver.
vtkStatisticalModel * GetOutput(int idx)
Get the reader's output.
~vtkXMLStatisticalModelReader() override
void SetupOutputInformation(vtkInformation *outInfo) override
Setup the output's information.
vtkStatisticalModel * GetOutput()
Get the reader's output.
void ReadXMLData() override
Pipeline execute data driver.
static vtkXMLStatisticalModelReader * New()
vtkXMLStatisticalModelReader()
void CopyOutputInformation(vtkInformation *outInfo, int port) override
For the specified port, copy the information this reader sets up in SetupOutputInformation to outInfo...
void SetupEmptyOutput() override
Initialize current output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
const char * GetDataSetName() override
Get the name of the data set being read.