29#ifndef vtkXMLPPolyDataWriter_h
30#define vtkXMLPPolyDataWriter_h
32#include "vtkIOParallelXMLModule.h"
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
Write PVTK XML PolyData files.
vtkPolyData * GetInput()
Get/Set the writer's input.
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
~vtkXMLPPolyDataWriter() 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.
vtkXMLUnstructuredDataWriter * CreateUnstructuredPieceWriter() override
static vtkXMLPPolyDataWriter * New()
const char * GetDataSetName() override
Superclass for PVTK XML unstructured data writers.
Superclass for VTK XML unstructured data writers.