63#ifndef vtkOBJImporter_h
64#define vtkOBJImporter_h
66#include "vtkIOImportModule.h"
71VTK_ABI_NAMESPACE_BEGIN
150 void ImportEnd() override ;
151 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 or the stream to read as MTL file.
void SetTexturePath(const char *path)
Set TexturePath or TextureStreams.
const char * GetTexturePath() const
Set TexturePath or TextureStreams.
void SetFileNameMTL(const char *arg)
Specify the name of the file or the stream to read as MTL file.
int ImportBegin() override
~vtkOBJImporter() override
void SetMTLStream(vtkResourceStream *stream)
Specify the name of the file or the stream to read as MTL file.
static vtkOBJImporter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetTextureStreams(std::map< std::string, vtkResourceStream * > streamMap)
Set TexturePath or TextureStreams.
create a window for renderers to draw into
abstract specification for renderers
Abstract class used for custom streams.
Hold a reference to a vtkObjectBase instance.