16 #ifndef vtkHoudiniPolyDataWriter_h
17 #define vtkHoudiniPolyDataWriter_h
19 #include "vtkIOGeometryModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
36 vtkGetFilePathMacro(FileName);
37 vtkSetFilePathMacro(FileName);
concrete dataset represents vertices, lines, polygons, and triangle strips
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.
write vtk polygonal data to Houdini file.
a simple class to control print indentation
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkAlgorithm * New()
virtual void WriteData()=0