Assimp  v4.1. (December 2018)
Assimp::ObjFileMtlImporter Class Reference

Loads the material description from a mtl file. More...

Public Types

typedef std::vector< char >::const_iterator ConstDataArrayIt
 
typedef std::vector< char > DataArray
 
typedef std::vector< char >::iterator DataArrayIt
 

Public Member Functions

 ObjFileMtlImporter (std::vector< char > &buffer, const std::string &strAbsPath, ObjFile::Model *pModel)
 Default constructor. More...
 
 ~ObjFileMtlImporter ()
 DEstructor. More...
 

Static Public Attributes

static const size_t BUFFERSIZE = 2048
 

Detailed Description

Loads the material description from a mtl file.

Member Typedef Documentation

◆ ConstDataArrayIt

typedef std::vector<char>::const_iterator Assimp::ObjFileMtlImporter::ConstDataArrayIt

◆ DataArray

typedef std::vector<char> Assimp::ObjFileMtlImporter::DataArray

◆ DataArrayIt

typedef std::vector<char>::iterator Assimp::ObjFileMtlImporter::DataArrayIt

Constructor & Destructor Documentation

◆ ObjFileMtlImporter()

Assimp::ObjFileMtlImporter::ObjFileMtlImporter ( std::vector< char > &  buffer,
const std::string &  strAbsPath,
ObjFile::Model pModel 
)

Default constructor.

◆ ~ObjFileMtlImporter()

Assimp::ObjFileMtlImporter::~ObjFileMtlImporter ( )

DEstructor.

Member Data Documentation

◆ BUFFERSIZE

const size_t Assimp::ObjFileMtlImporter::BUFFERSIZE = 2048
static

The documentation for this class was generated from the following files: