47 #ifndef AI_IMPORTER_DESC_H_INC 48 #define AI_IMPORTER_DESC_H_INC 111 unsigned int mMinMinor;
120 unsigned int mMaxMinor;
145 #endif // AI_IMPORTER_DESC_H_INC unsigned int mMaxMajor
Maximum format version that can be loaded im major.minor format, both are set to 0 if there is either...
Definition: importerdesc.h:119
unsigned int mFlags
These flags indicate some characteristics common to many importers.
Definition: importerdesc.h:105
ASSIMP_API const C_STRUCT aiImporterDesc * aiGetImporterDesc(const char *extension)
Returns the Importer description for a given extension.
const char * mMaintainer
Current maintainer, left blank if the author maintains.
Definition: importerdesc.h:98
aiImporterFlags
Mixed set of flags for aiImporterDesc, indicating some features common to many importers.
Definition: importerdesc.h:53
Indicates that there is a compressed encoding of the file format; and that it is supported.
Definition: importerdesc.h:65
const char * mAuthor
Original author (left blank if unknown or whole assimp team)
Definition: importerdesc.h:95
Indicates that the importer is highly experimental and should be used with care.
Definition: importerdesc.h:77
Indicates that the importer reads only a very particular subset of the file format.
Definition: importerdesc.h:71
Meta information about a particular importer.
Definition: importerdesc.h:89
unsigned int mMinMajor
Minimum format version that can be loaded im major.minor format, both are set to 0 if there is either...
Definition: importerdesc.h:110
const char * mName
Full name of the importer (i.e.
Definition: importerdesc.h:92
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:61
const char * mComments
Implementation comments, i.e.
Definition: importerdesc.h:101
Indicates that there is a textual encoding of the file format; and that it is supported.
Definition: importerdesc.h:57
const char * mFileExtensions
List of file extensions this importer can handle.
Definition: importerdesc.h:134