29 #ifndef vtkXMLRectilinearGridWriter_h
30 #define vtkXMLRectilinearGridWriter_h
32 #include "vtkIOXMLModule.h"
56 ~vtkXMLRectilinearGridWriter() VTK_OVERRIDE;
63 void WriteAppendedPieceData(
int index) VTK_OVERRIDE;
64 void WriteInlinePiece(
vtkIndent indent) VTK_OVERRIDE;
65 void GetInputExtent(
int*
extent) VTK_OVERRIDE;
66 const
char* GetDataSetName() VTK_OVERRIDE;
67 void CalculateSuperclassFraction(
float* fractions);
72 void AllocatePositionArrays() VTK_OVERRIDE;
73 void DeletePositionArrays() VTK_OVERRIDE;
76 vtkXMLRectilinearGridWriter(const vtkXMLRectilinearGridWriter&) VTK_DELETE_FUNCTION;
77 void operator=(const vtkXMLRectilinearGridWriter&) VTK_DELETE_FUNCTION;
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
vtkDataObject * GetInput()
Assign a data object as input.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for VTK XML structured 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.
Write VTK XML RectilinearGrid files.
static vtkAlgorithm * New()