20 #include "vtkIOGeometryModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
45 vtkSetFilePathMacro(FileName);
46 vtkGetFilePathMacro(FileName);
55 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