23#ifndef vtkXMLTableWriter_h
24#define vtkXMLTableWriter_h
26#include "vtkIOXMLModule.h"
43 vtkSetMacro(NumberOfPieces,
int);
44 vtkGetMacro(NumberOfPieces,
int);
52 vtkSetMacro(WritePiece,
int);
53 vtkGetMacro(WritePiece,
int);
represent and manipulate attribute data in a dataset
a simple class to control print indentation
A table, which contains similar-typed columns of data.
Write VTK XML Table files.
void AllocatePositionArrays()
vtkTable * GetInputAsTable()
vtkTypeInt64 * NumberOfColsPositions
Positions of attributes for each piece.
void DeletePositionArrays()
int WritePiece
Which piece to write, if not all.
void WriteRowDataAppended(vtkDataSetAttributes *ds, vtkIndent indent, OffsetsManagerGroup *dsManager)
void WriteInlinePieceAttributes()
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
void SetInputUpdateExtent(int piece, int numPieces)
void WriteAppendedPieceData(int index)
int WriteInlineMode(vtkIndent indent)
OffsetsManagerArray * RowsOM
For TimeStep support.
vtkTypeInt64 * NumberOfRowsPositions
void WriteAppendedPieceAttributes(int index)
~vtkXMLTableWriter() override
void WriteRowDataInline(vtkDataSetAttributes *ds, vtkIndent indent)
const char * GetDataSetName() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void WriteInlinePiece(vtkIndent indent)
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
See the vtkAlgorithm for a description of what these do.
void WriteRowDataAppendedData(vtkDataSetAttributes *ds, int timestep, OffsetsManagerGroup *pdManager)
int NumberOfPieces
Number of pieces used for streaming.
static vtkXMLTableWriter * New()
void WriteAppendedPiece(int index, vtkIndent indent)
Superclass for VTK's XML file writers.