16#ifndef vtkHoudiniPolyDataWriter_h 
   17#define vtkHoudiniPolyDataWriter_h 
   19#include "vtkIOGeometryModule.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
write vtk polygonal data to Houdini file.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkHoudiniPolyDataWriter() override
 
vtkGetFilePathMacro(FileName)
Specifies the delimited text file to be loaded.
 
void WriteData() override
 
vtkSetFilePathMacro(FileName)
Specifies the delimited text file to be loaded.
 
vtkHoudiniPolyDataWriter()
 
static vtkHoudiniPolyDataWriter * New()
 
int FillInputPortInformation(int port, vtkInformation *info) override
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)