11#ifndef vtkXMLStatisticalModelWriter_h
12#define vtkXMLStatisticalModelWriter_h
15#include "vtkIOXMLModule.h"
18VTK_ABI_NAMESPACE_BEGIN
49 void SetInputUpdateExtent(
int piece,
int numPieces);
56 void WriteInlinePieceAttributes();
59 void WriteAppendedPieceData(
int index);
63 void AllocatePositionArrays();
64 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.