23 #ifndef vtkOBJImporter_h
24 #define vtkOBJImporter_h
26 #include "vtkIOImportModule.h"
94 void ImportEnd() override ;
95 void ReadData() override ;
a simple class to control print indentation
import from .obj wavefront files
std::string GetOutputDescription(int idx)
Get a string describing an output.
std::string GetOutputsDescription() override
Get a printable string describing all outputs.
void SetTexturePath(const char *path)
static vtkOBJImporter * New()
void SetFileName(const char *arg)
Specify the name of the file to read.
const char * GetFileNameMTL() const
void SetFileNameMTL(const char *arg)
int ImportBegin() override
~vtkOBJImporter() override
const char * GetTexturePath() const
const char * GetFileName() const
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.