30#ifndef vtkXMLPTableWriter_h
31#define vtkXMLPTableWriter_h
33#include "vtkIOParallelXMLModule.h"
supports function callbacks
represent and manipulate attribute data in a dataset
a simple class to control print indentation
Multiprocessing communication superclass.
A table, which contains similar-typed columns of data.
Write data in a parallel XML format.
virtual void SetupPieceFileNameExtension()
Initializes PieceFileNameExtension.
Write PVTK XML UnstructuredGrid files.
int FillInputPortInformation(int port, vtkInformation *info) override
see algorithm for more info
void WritePData(vtkIndent indent) override
Write Data associated with the input dataset.
int WritePieceInternal() override
Method called by the superclass::WriteInternal().
~vtkXMLPTableWriter() override
static vtkXMLPTableWriter * New()
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
void WritePRowData(vtkDataSetAttributes *ds, vtkIndent indent)
Write RowData.
vtkTable * GetInput()
Get/Set the writer's input.
vtkXMLWriter * CreatePieceWriter(int index)
Create a writer for the piece at a given index.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int WritePiece(int index) override
Write a piece of the dataset on disk.
vtkXMLTableWriter * CreateTablePieceWriter()
Create a table writer for the actual piece.
const char * GetDataSetName() override
Return the type of data being actually written.
Write VTK XML Table files.
Superclass for VTK's XML file writers.