63#ifndef vtkOBJImporter_h
64#define vtkOBJImporter_h
66#include "vtkIOImportModule.h"
71VTK_ABI_NAMESPACE_BEGIN
141 void ImportEnd() override ;
142 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.
const char * GetFileNameMTL() const
Specify the name of the file to read.
const char * GetFileName() const
Specify the name of the file to read.
void SetTexturePath(const char *path)
Specify the name of the file to read.
const char * GetTexturePath() const
Specify the name of the file to read.
void SetFileName(const char *arg)
Specify the name of the file to read.
void SetFileNameMTL(const char *arg)
Specify the name of the file to read.
int ImportBegin() override
~vtkOBJImporter() override
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.