14 #ifndef vtkXMLTableWriter_h
15 #define vtkXMLTableWriter_h
17 #include "vtkIOXMLModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
35 vtkSetMacro(NumberOfPieces,
int);
36 vtkGetMacro(NumberOfPieces,
int);
44 vtkSetMacro(WritePiece,
int);
45 vtkGetMacro(WritePiece,
int);
68 void SetInputUpdateExtent(
int piece,
int numPieces);
74 void AllocatePositionArrays();
75 void DeletePositionArrays();
78 void WriteInlinePieceAttributes();
81 void WriteAppendedPieceAttributes(
int index);
83 void WriteAppendedPieceData(
int index);
85 void WriteRowDataAppended(
88 void WriteRowDataAppendedData(
121 VTK_ABI_NAMESPACE_END
virtual const char * GetDataSetName()=0
vtkTypeInt64 * NumberOfColsPositions
Positions of attributes for each piece.
OffsetsManagerArray * RowsOM
For TimeStep support.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeInt64 * NumberOfRowsPositions
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
int WritePiece
Which piece to write, if not all.
Superclass for VTK's XML file writers.
a simple class to control print indentation
represent and manipulate attribute data in a dataset
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
A table, which contains similar-typed columns of data.
int NumberOfPieces
Number of pieces used for streaming.
virtual const char * GetDefaultFileExtension()=0
Get the default file extension for files written by this writer.
static vtkAlgorithm * New()
Write VTK XML Table files.