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