30#ifndef vtkXMLPRectilinearGridWriter_h
31#define vtkXMLPRectilinearGridWriter_h
33#include "vtkIOParallelXMLModule.h"
a simple class to control print indentation
a dataset that is topologically regular with variable spacing in the three coordinate directions
Write PVTK XML RectilinearGrid files.
vtkRectilinearGrid * GetInput()
Get/Set the writer's input.
void WritePData(vtkIndent indent) override
Write Data associated with the input dataset.
~vtkXMLPRectilinearGridWriter() override
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
static vtkXMLPRectilinearGridWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
const char * GetDataSetName() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkXMLPRectilinearGridWriter()
vtkXMLStructuredDataWriter * CreateStructuredPieceWriter() override
Superclass for PVTK XML structured data writers.
Superclass for VTK XML structured data writers.