27#ifndef vtkFacetWriter_h 
   28#define vtkFacetWriter_h 
   30#include "vtkIOGeometryModule.h"  
   33VTK_ABI_NAMESPACE_BEGIN
 
reads a dataset in Facet format
 
void WriteToStream(ostream *ost)
 
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
 
vtkSetFilePathMacro(FileName)
Specify file name of Facet datafile to read.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkFacetWriter() override
 
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
 
static vtkFacetWriter * New()
 
vtkGetFilePathMacro(FileName)
Specify file name of Facet datafile to read.
 
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