13#ifndef vtkOBJImporterInternals_h
14#define vtkOBJImporterInternals_h
17#include "vtkIOImportModule.h"
32 double map_Kd_scale[3];
33 double map_Kd_offset[3];
48struct vtkOBJImportedPolyDataWithMaterial;
65 if (!strcmp(this->FileName.c_str(), arg))
69 FileName = std::string(arg);
77 if (!strcmp(this->MTLFileName.c_str(), arg))
81 MTLFileName = std::string(arg);
82 this->DefaultMTLFileName =
false;
86 TexturePath = std::string(arg);
87 if (TexturePath.empty())
90 const char sep =
'\\';
94 if (TexturePath.at(TexturePath.size() - 1) != sep)
103 vtkSetMacro(VertexScale,
double);
104 vtkGetMacro(VertexScale,
double);
105 vtkGetMacro(SuccessParsingFiles,
int);
121 std::vector<vtkOBJImportedPolyDataWithMaterial*>
poly_list;
129 std::vector<vtkOBJImportedMaterial*>
ParseOBJandMTL(std::string filename,
int& result_code);
131 void ReadVertices(
bool gotFirstUseMaterialTag,
char* pLine,
float xyz,
int lineNr,
132 const double v_scale,
bool everything_ok,
vtkPoints* points,
const bool use_scale);
140 vtkSetMacro(SuccessParsingFiles,
int);
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
const std::string & GetFileName() const
std::string GetTextureFilename(int idx)
vtkOBJImportedMaterial * GetMaterial(int k)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
std::vector< vtkSmartPointer< vtkActor > > actor_list
void SetTexturePath(const char *arg)
void SetFileName(const char *arg)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
const std::string & GetMTLFileName() const
std::vector< vtkSmartPointer< vtkPolyData > > outVector_of_vtkPolyData
virtual vtkPolyData * GetOutput(int idx)
void ReadVertices(bool gotFirstUseMaterialTag, char *pLine, float xyz, int lineNr, const double v_scale, bool everything_ok, vtkPoints *points, const bool use_scale)
static vtkOBJPolyDataProcessor * New()
std::vector< vtkOBJImportedMaterial * > parsedMTLs
std::vector< vtkOBJImportedPolyDataWithMaterial * > poly_list
const std::string & GetTexturePath() const
std::map< std::string, vtkOBJImportedMaterial * > mtlName_to_mtlData
~vtkOBJPolyDataProcessor() override
vtkOBJPolyDataProcessor()
std::vector< vtkOBJImportedMaterial * > ParseOBJandMTL(std::string filename, int &result_code)
void SetMTLfileName(const char *arg)
represent and manipulate 3D points
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
create a window for renderers to draw into
abstract specification for renderers
const char * GetClassName()
std::string texture_filename
VTKIOIMPORT_EXPORT void obj_set_material_defaults(vtkOBJImportedMaterial *mtl)
VTKIOIMPORT_EXPORT void bindTexturedPolydataToRenderWindow(vtkRenderWindow *renderWindow, vtkRenderer *renderer, vtkOBJPolyDataProcessor *reader)