Go to the documentation of this file.
39 #ifndef vtkFacetWriter_h
40 #define vtkFacetWriter_h
42 #include "vtkIOGeometryModule.h"
58 vtkSetStringMacro(FileName);
59 vtkGetStringMacro(FileName);
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void WriteToStream(ostream *ost)
int WriteDataToStream(ostream *ost, vtkPolyData *data)
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
reads a dataset in Facet format
~vtkFacetWriter() override
static vtkFacetWriter * New()
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only polydata as output.