|
Assimp
v4.1. (December 2018)
|
Utility declarations for assimp_cmd. More...
Classes | |
| struct | ImportData |
| Defines common import parameters. More... | |
Macros | |
| #define | _CRT_SECURE_NO_WARNINGS |
| #define | SIZE_MAX (std::numeric_limits<size_t>::max()) |
Functions | |
| int | Assimp_CompareDump (const char *const *params, unsigned int num) |
| assimp_cmpdump utility More... | |
| int | Assimp_Dump (const char *const *params, unsigned int num) |
| assimp_dump utility More... | |
| int | Assimp_Export (const char *const *params, unsigned int num) |
| assimp_export utility More... | |
| int | Assimp_Extract (const char *const *params, unsigned int num) |
| assimp_extract utility More... | |
| int | Assimp_Info (const char *const *params, unsigned int num) |
| assimp info utility More... | |
| int | Assimp_TestBatchLoad (const char *const *params, unsigned int num) |
| assimp testbatchload utility More... | |
| bool | ExportModel (const aiScene *pOut, const ImportData &imp, const std::string &path, const char *pID) |
| Export a specific model file. More... | |
| const aiScene * | ImportModel (const ImportData &imp, const std::string &path) |
| Import a specific model file. More... | |
| int | ProcessStandardArguments (ImportData &fill, const char *const *params, unsigned int num) |
| Process standard arguments. More... | |
Variables | |
| Assimp::Exporter * | globalExporter |
| Assimp::Importer * | globalImporter |
Utility declarations for assimp_cmd.
| #define _CRT_SECURE_NO_WARNINGS |
| #define SIZE_MAX (std::numeric_limits<size_t>::max()) |
| int Assimp_CompareDump | ( | const char *const * | params, |
| unsigned int | num | ||
| ) |
assimp_cmpdump utility
| params | Command line parameters to 'assimp cmpdump' |
| Number | of params |
| int Assimp_Dump | ( | const char *const * | params, |
| unsigned int | num | ||
| ) |
assimp_dump utility
| params | Command line parameters to 'assimp dumb' |
| Number | of params |
| int Assimp_Export | ( | const char *const * | params, |
| unsigned int | num | ||
| ) |
assimp_export utility
| params | Command line parameters to 'assimp export' |
| Number | of params |
| int Assimp_Extract | ( | const char *const * | params, |
| unsigned int | num | ||
| ) |
assimp_extract utility
| params | Command line parameters to 'assimp extract' |
| Number | of params |
| int Assimp_Info | ( | const char *const * | params, |
| unsigned int | num | ||
| ) |
assimp info utility
| params | Command line parameters to 'assimp info' |
| Number | of params |
| int Assimp_TestBatchLoad | ( | const char *const * | params, |
| unsigned int | num | ||
| ) |
assimp testbatchload utility
| params | Command line parameters to 'assimp testbatchload' |
| Number | of params |
| bool ExportModel | ( | const aiScene * | pOut, |
| const ImportData & | imp, | ||
| const std::string & | path, | ||
| const char * | pID | ||
| ) |
Export a specific model file.
| imp | Import configuration to be used |
| path | Path to the file to be written |
| format | Format id |
| const aiScene* ImportModel | ( | const ImportData & | imp, |
| const std::string & | path | ||
| ) |
Import a specific model file.
| imp | Import configuration to be used |
| path | Path to the file to be read |
| int ProcessStandardArguments | ( | ImportData & | fill, |
| const char *const * | params, | ||
| unsigned int | num | ||
| ) |
Process standard arguments.
| fill | Filled by function |
| params | Command line parameters to be processed |
| num | NUmber of params |
| Assimp::Exporter* globalExporter |
| Assimp::Importer* globalImporter |