Go to the documentation of this file.
28 #ifndef vtkUnstructuredGridWriter_h
29 #define vtkUnstructuredGridWriter_h
31 #include "vtkIOLegacyModule.h"
vtkUnstructuredGrid * GetInput(int port)
vtkUnstructuredGridWriter()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
int WriteCellsAndFaces(ostream *fp, vtkUnstructuredGrid *grid, const char *label)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkUnstructuredGridWriter * New()
void WriteData() override
dataset represents arbitrary combinations of all possible cell types
helper class for objects that write vtk data files
vtkUnstructuredGrid * GetInput()
Get the input to this writer.
write vtk unstructured grid data file
~vtkUnstructuredGridWriter() override