32 #include "vtkIOGeometryModule.h"
56 vtkSetStringMacro(FileName);
63 this->FileName = NULL;
68 delete[] this->FileName;
80 void operator=(
const vtkIVWriter&) VTK_DELETE_FUNCTION;
export polydata into OpenInventor 2.0 format.
vtkPolyData * GetInput(int port)
static vtkIVWriter * New()
void WritePolyData(vtkPolyData *polyData, FILE *fp)
vtkPolyData * GetInput()
Get the input to this writer.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract class to write data to file(s)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.