Assimp  v3.1.1 (June 2014)
Assimp::LoadRequest Struct Reference

Public Member Functions

 LoadRequest (const std::string &_file, unsigned int _flags, const BatchLoader::PropertyMap *_map, unsigned int _id)
 
bool operator== (const std::string &f)
 

Public Attributes

const std::string file
 
unsigned int flags
 
unsigned int id
 
bool loaded
 
BatchLoader::PropertyMap map
 
unsigned int refCnt
 
aiScenescene
 

Constructor & Destructor Documentation

◆ LoadRequest()

Assimp::LoadRequest::LoadRequest ( const std::string &  _file,
unsigned int  _flags,
const BatchLoader::PropertyMap *  _map,
unsigned int  _id 
)
inline

Member Function Documentation

◆ operator==()

bool Assimp::LoadRequest::operator== ( const std::string &  f)
inline

Member Data Documentation

◆ file

const std::string Assimp::LoadRequest::file

◆ flags

unsigned int Assimp::LoadRequest::flags

◆ id

unsigned int Assimp::LoadRequest::id

◆ loaded

bool Assimp::LoadRequest::loaded

◆ map

BatchLoader::PropertyMap Assimp::LoadRequest::map

◆ refCnt

unsigned int Assimp::LoadRequest::refCnt

◆ scene

aiScene* Assimp::LoadRequest::scene

The documentation for this struct was generated from the following file: