 |
VTK
9.0.1
|
Go to the documentation of this file.
23 #ifndef vtkOBJImporter_h
24 #define vtkOBJImporter_h
26 #include "vtkIOImportModule.h"
71 void SetFileName(
const char* arg);
72 void SetFileNameMTL(
const char* arg);
73 void SetTexturePath(
const char* path);
75 const char* GetFileNameMTL()
const;
76 const char* GetTexturePath()
const;
94 void ImportEnd() override ;
95 void ReadData() override ;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Hold a reference to a vtkObjectBase instance.
import from .obj wavefront files
virtual std::string GetOutputsDescription()
Recover a printable string that let importer implementation Describe their outputs.
a simple class to control print indentation
virtual int ImportBegin()
abstract specification for renderers
create a window for renderers to draw into
std::string GetFileName(const std::string &fileName) noexcept
Set the appropriate file name based on recognized user input.