30 #ifndef vtkXMLUnstructuredGridWriter_h
31 #define vtkXMLUnstructuredGridWriter_h
33 #include "vtkIOXMLModule.h"
58 ~vtkXMLUnstructuredGridWriter() VTK_OVERRIDE;
63 void AllocatePositionArrays() VTK_OVERRIDE;
64 void DeletePositionArrays() VTK_OVERRIDE;
66 const
char* GetDataSetName() VTK_OVERRIDE;
68 void WriteInlinePieceAttributes() VTK_OVERRIDE;
69 void WriteInlinePiece(
vtkIndent indent) VTK_OVERRIDE;
71 void WriteAppendedPieceAttributes(
int index) VTK_OVERRIDE;
73 void WriteAppendedPieceData(
int index) VTK_OVERRIDE;
75 vtkIdType GetNumberOfInputCells() VTK_OVERRIDE;
76 void CalculateSuperclassFraction(
float* fractions);
79 vtkTypeInt64* NumberOfCellsPositions;
83 vtkXMLUnstructuredGridWriter(const vtkXMLUnstructuredGridWriter&) VTK_DELETE_FUNCTION;
84 void operator=(const vtkXMLUnstructuredGridWriter&) VTK_DELETE_FUNCTION;
vtkDataObject * GetInput()
Assign a data object as input.
Superclass for VTK 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.
Write VTK XML UnstructuredGrid files.
static vtkAlgorithm * New()
dataset represents arbitrary combinations of all possible cell types.