21 #ifndef vtkOBJWriter_h
22 #define vtkOBJWriter_h
24 #include "vtkIOGeometryModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
54 vtkSetFilePathMacro(TextureFileName);
55 vtkGetFilePathMacro(TextureFileName);
62 vtkSetFilePathMacro(FileName);
63 vtkGetFilePathMacro(FileName);
abstract class to specify dataset behavior
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.
a simple class to control print indentation
vtkDataObject * GetInput()
topologically and geometrically regular array of data
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkAlgorithm * New()
virtual void WriteData()=0