Assimp
v4.1. (December 2018)
|
Implementation of the 'assimp info' utility
More...
Functions | |
int | Assimp_Info (const char *const *params, unsigned int num) |
assimp info utility More... | |
unsigned int | CountAnimChannels (const aiScene *scene) |
unsigned int | CountBones (const aiScene *scene) |
unsigned int | CountFaces (const aiScene *scene) |
unsigned int | CountNodes (const aiNode *root) |
unsigned int | CountVertices (const aiScene *scene) |
std::string | FindPTypes (const aiScene *scene) |
void | FindSpecialPoints (const aiScene *scene, aiVector3D special_points[3]) |
void | FindSpecialPoints (const aiScene *scene, const aiNode *root, aiVector3D special_points[3], const aiMatrix4x4 &mat=aiMatrix4x4()) |
unsigned int | GetAvgFacePerMesh (const aiScene *scene) |
unsigned int | GetAvgVertsPerMesh (const aiScene *scene) |
unsigned int | GetMaxDepth (const aiNode *root) |
void | PrintHierarchy (const aiNode *node, const std::string &indent, bool verbose, bool last=false, bool first=true) |
Variables | |
const char * | AICMD_MSG_INFO_HELP_E |
const char * | TREE_BRANCH = TREE_BRANCH_UTF8 |
const char * | TREE_BRANCH_ASCII = "|-" |
const char * | TREE_BRANCH_UTF8 = "\xe2\x94\x9c\xe2\x95\xb4" |
const char * | TREE_CONTINUE = TREE_CONTINUE_UTF8 |
const char * | TREE_CONTINUE_ASCII = "| " |
const char * | TREE_CONTINUE_UTF8 = "\xe2\x94\x82 " |
const char * | TREE_STOP = TREE_STOP_UTF8 |
const char * | TREE_STOP_ASCII = "'-" |
const char * | TREE_STOP_UTF8 = "\xe2\x94\x94\xe2\x95\xb4" |
Implementation of the 'assimp info' utility
int Assimp_Info | ( | const char *const * | params, |
unsigned int | num | ||
) |
assimp info utility
params | Command line parameters to 'assimp info' |
Number | of params |
unsigned int CountAnimChannels | ( | const aiScene * | scene | ) |
unsigned int CountBones | ( | const aiScene * | scene | ) |
unsigned int CountFaces | ( | const aiScene * | scene | ) |
unsigned int CountNodes | ( | const aiNode * | root | ) |
unsigned int CountVertices | ( | const aiScene * | scene | ) |
std::string FindPTypes | ( | const aiScene * | scene | ) |
void FindSpecialPoints | ( | const aiScene * | scene, |
aiVector3D | special_points[3] | ||
) |
void FindSpecialPoints | ( | const aiScene * | scene, |
const aiNode * | root, | ||
aiVector3D | special_points[3], | ||
const aiMatrix4x4 & | mat = aiMatrix4x4() |
||
) |
unsigned int GetAvgFacePerMesh | ( | const aiScene * | scene | ) |
unsigned int GetAvgVertsPerMesh | ( | const aiScene * | scene | ) |
unsigned int GetMaxDepth | ( | const aiNode * | root | ) |
void PrintHierarchy | ( | const aiNode * | node, |
const std::string & | indent, | ||
bool | verbose, | ||
bool | last = false , |
||
bool | first = true |
||
) |
const char* AICMD_MSG_INFO_HELP_E |
const char* TREE_BRANCH = TREE_BRANCH_UTF8 |
const char* TREE_BRANCH_ASCII = "|-" |
const char* TREE_BRANCH_UTF8 = "\xe2\x94\x9c\xe2\x95\xb4" |
const char* TREE_CONTINUE = TREE_CONTINUE_UTF8 |
const char* TREE_CONTINUE_ASCII = "| " |
const char* TREE_CONTINUE_UTF8 = "\xe2\x94\x82 " |
const char* TREE_STOP = TREE_STOP_UTF8 |
const char* TREE_STOP_ASCII = "'-" |
const char* TREE_STOP_UTF8 = "\xe2\x94\x94\xe2\x95\xb4" |