Assimp  v3.1.1 (June 2014)
Export.cpp File Reference

Implementation of the 'assimp export' utility. More...

Functions

int Assimp_Export (const char *const *params, unsigned int num)
 assimp_export utility More...
 
size_t GetMatchingFormat (const std::string &outf, bool byext=false)
 

Variables

const char * AICMD_MSG_EXPORT_HELP_E
 

Detailed Description

Implementation of the 'assimp export' utility.

Function Documentation

int Assimp_Export ( const char *const *  params,
unsigned int  num 
)

assimp_export utility

Parameters
paramsCommand line parameters to 'assimp export'
Numberof params
Returns
0 for success
size_t GetMatchingFormat ( const std::string &  outf,
bool  byext = false 
)

Variable Documentation

const char* AICMD_MSG_EXPORT_HELP_E
Initial value:
=
"assimp export <model> [<out>] [-f<h>] [common parameters]\n"
"\t -f<h> Specify the file format. If omitted, the output format is \n"
"\t\tderived from the file extension of the given output file \n"
"\t[See the assimp_cmd docs for a full list of all common parameters] \n"