Go to the documentation of this file.
32 #include "vtkIOGeometryModule.h"
56 vtkSetStringMacro(FileName);
57 vtkGetStringMacro(FileName);
63 this->FileName =
nullptr;
68 delete[] this->FileName;
72 void WritePolyData(
vtkPolyData *polyData, FILE *fp);
export polydata into OpenInventor 2.0 format.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void WriteData()=0
vtkDataObject * GetInput()
a simple class to control print indentation
abstract class to write data to file(s)
static vtkAlgorithm * New()
concrete dataset represents vertices, lines, polygons, and triangle strips