29#ifndef vtkOBJImporter_h
30#define vtkOBJImporter_h
32#include "vtkIOImportModule.h"
a simple class to control print indentation
std::string GetOutputDescription(int idx)
Get a string describing an output.
vtkSmartPointer< vtkOBJPolyDataProcessor > Impl
std::string GetOutputsDescription() override
Get a printable string describing all outputs.
void ImportEnd() override
void SetTexturePath(VTK_FILEPATH const char *path)
Specify the name of the file to read.
VTK_FILEPATH const char * GetFileName() const
Specify the name of the file to read.
int ImportBegin() override
VTK_FILEPATH const char * GetTexturePath() const
Specify the name of the file to read.
void SetFileNameMTL(VTK_FILEPATH const char *arg)
Specify the name of the file to read.
~vtkOBJImporter() override
void SetFileName(VTK_FILEPATH const char *arg)
Specify the name of the file to read.
VTK_FILEPATH const char * GetFileNameMTL() const
Specify the name of the file to read.
static vtkOBJImporter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
create a window for renderers to draw into
abstract specification for renderers
Hold a reference to a vtkObjectBase instance.