30 #ifndef vtkXMLPolyDataWriter_h
31 #define vtkXMLPolyDataWriter_h
33 #include "vtkIOXMLModule.h"
57 ~vtkXMLPolyDataWriter() VTK_OVERRIDE;
62 const
char* GetDataSetName() VTK_OVERRIDE;
64 void AllocatePositionArrays() VTK_OVERRIDE;
65 void DeletePositionArrays() VTK_OVERRIDE;
67 void WriteInlinePieceAttributes() VTK_OVERRIDE;
68 void WriteInlinePiece(
vtkIndent indent) VTK_OVERRIDE;
70 void WriteAppendedPieceAttributes(
int index) VTK_OVERRIDE;
72 void WriteAppendedPieceData(
int index) VTK_OVERRIDE;
74 vtkIdType GetNumberOfInputCells() VTK_OVERRIDE;
75 void CalculateSuperclassFraction(
float* fractions);
78 unsigned long* NumberOfVertsPositions;
79 unsigned long* NumberOfLinesPositions;
80 unsigned long* NumberOfStripsPositions;
81 unsigned long* NumberOfPolysPositions;
89 vtkXMLPolyDataWriter(const vtkXMLPolyDataWriter&) VTK_DELETE_FUNCTION;
90 void operator=(const vtkXMLPolyDataWriter&) VTK_DELETE_FUNCTION;
vtkDataObject * GetInput()
Assign a data object as input.
Superclass for VTK XML unstructured data writers.
concrete dataset represents vertices, lines, polygons, and triangle strips
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()
Write VTK XML PolyData files.