|
Assimp v3.1.1 (June 2014)
|
Parser for a obj waveform file. More...
#include <ObjFileParser.h>
Public Types | |
| typedef std::vector< char >::const_iterator | ConstDataArrayIt |
| typedef std::vector< char > | DataArray |
| typedef std::vector< char >::iterator | DataArrayIt |
Public Member Functions | |
| ObjFile::Model * | GetModel () const |
| Model getter. More... | |
| ObjFileParser (std::vector< char > &Data, const std::string &strModelName, IOSystem *io, ProgressHandler *progress, const std::string &originalObjFileName) | |
| Constructor with data array. More... | |
| ~ObjFileParser () | |
| Destructor. More... | |
Static Public Attributes | |
| static const size_t | Buffersize = 4096 |
Parser for a obj waveform file.
| typedef std::vector<char>::const_iterator Assimp::ObjFileParser::ConstDataArrayIt |
| typedef std::vector<char> Assimp::ObjFileParser::DataArray |
| typedef std::vector<char>::iterator Assimp::ObjFileParser::DataArrayIt |
| Assimp::ObjFileParser::ObjFileParser | ( | std::vector< char > & | Data, |
| const std::string & | strModelName, | ||
| IOSystem * | io, | ||
| ProgressHandler * | progress, | ||
| const std::string & | originalObjFileName | ||
| ) |
Constructor with data array.
| Assimp::ObjFileParser::~ObjFileParser | ( | ) |
Destructor.
| ObjFile::Model * Assimp::ObjFileParser::GetModel | ( | ) | const |
Model getter.
|
static |