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);
concrete dataset represents vertices, lines, polygons, and triangle strips
export polydata into OpenInventor 2.0 format.
abstract class to write data to file(s)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkDataObject * GetInput()
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkAlgorithm * New()
virtual void WriteData()=0