24#include "vtkIOGeometryModule.h"  
   27VTK_ABI_NAMESPACE_BEGIN
 
abstract class to specify dataset behavior
 
topologically and geometrically regular array of data
 
a simple class to control print indentation
 
vtkGetFilePathMacro(TextureFileName)
Get/Set the path to an existing texture file for the OBJ.
 
vtkSetFilePathMacro(FileName)
Get/Set the file name of the OBJ file.
 
vtkSetFilePathMacro(TextureFileName)
Get/Set the path to an existing texture file for the OBJ.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
static vtkOBJWriter * New()
 
vtkGetFilePathMacro(FileName)
Get/Set the file name of the OBJ file.
 
void WriteData() override
 
vtkDataSet * GetInput(int port)
Get the inputs to this writer.
 
vtkPolyData * GetInputGeometry()
Get the inputs to this writer.
 
vtkImageData * GetInputTexture()
Get the inputs to this writer.
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
abstract class to write data to file(s)