26 #ifndef vtkXMLTableWriter_h 27 #define vtkXMLTableWriter_h 29 #include "vtkIOXMLModule.h" 46 vtkSetMacro(NumberOfPieces,
int);
47 vtkGetMacro(NumberOfPieces,
int);
55 vtkSetMacro(WritePiece,
int);
56 vtkGetMacro(WritePiece,
int);
79 void SetInputUpdateExtent(
int piece,
int numPieces);
85 void AllocatePositionArrays();
86 void DeletePositionArrays();
89 void WriteInlinePieceAttributes();
92 void WriteAppendedPieceAttributes(
int index);
94 void WriteAppendedPieceData(
int index);
96 void WriteRowDataAppended(
99 void WriteRowDataAppendedData(
virtual const char * GetDataSetName()=0
vtkTypeInt64 * NumberOfColsPositions
Positions of attributes for each piece.
int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
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
int WritePiece
Which piece to write, if not all.
Superclass for VTK's XML file writers.
a simple class to control print indentation
virtual const char * GetDefaultFileExtension()=0
Get the default file extension for files written by this writer.
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.
static vtkAlgorithm * New()
Write VTK XML Table files.