11#ifndef vtkXMLStatisticalModelWriter_h
12#define vtkXMLStatisticalModelWriter_h
14#include "vtkIOXMLModule.h"
17VTK_ABI_NAMESPACE_BEGIN
48 void SetInputUpdateExtent(
int piece,
int numPieces);
55 void WriteInlinePieceAttributes();
58 void WriteAppendedPieceData(
int index);
62 void AllocatePositionArrays();
63 void DeletePositionArrays();
a simple class to control print indentation
a base class for statistical modeling of other data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
const char * GetDataSetName() override
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
vtkStatisticalModel * GetModelInput()
static vtkXMLStatisticalModelWriter * New()
vtkXMLStatisticalModelWriter()
~vtkXMLStatisticalModelWriter() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
See the vtkAlgorithm for a description of what these do.