29 #ifndef vtkXMLPPolyDataWriter_h 30 #define vtkXMLPPolyDataWriter_h 32 #include "vtkIOParallelXMLModule.h" 56 ~vtkXMLPPolyDataWriter() VTK_OVERRIDE;
61 const
char* GetDataSetName() VTK_OVERRIDE;
65 vtkXMLPPolyDataWriter(const vtkXMLPPolyDataWriter&) VTK_DELETE_FUNCTION;
66 void operator=(const vtkXMLPPolyDataWriter&) VTK_DELETE_FUNCTION;
Write PVTK XML PolyData files.
vtkDataObject * GetInput()
Assign a data object as input.
Superclass for VTK XML unstructured data writers.
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for PVTK XML unstructured data writers.
a simple class to control print indentation
virtual const char * GetDefaultFileExtension()=0
Get the default file extension for files written by this writer.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()