Assimp  v4.1. (December 2018)
Assimp::Blender::Statistics Class Reference

Import statistics, i.e. More...

Public Member Functions

 Statistics ()
 

Public Attributes

unsigned int cache_hits
 number of pointers resolved from the cache More...
 
unsigned int cached_objects
 number of blocks (from FileDatabase::entries) we did actually read from. More...
 
unsigned int fields_read
 total number of fields we read More...
 
unsigned int pointers_resolved
 total number of resolved pointers More...
 

Detailed Description

Import statistics, i.e.

number of file blocks read

Constructor & Destructor Documentation

◆ Statistics()

Assimp::Blender::Statistics::Statistics ( )
inline

Member Data Documentation

◆ cache_hits

unsigned int Assimp::Blender::Statistics::cache_hits

number of pointers resolved from the cache

◆ cached_objects

unsigned int Assimp::Blender::Statistics::cached_objects

number of blocks (from FileDatabase::entries) we did actually read from.

objects in FileData::cache

◆ fields_read

unsigned int Assimp::Blender::Statistics::fields_read

total number of fields we read

◆ pointers_resolved

unsigned int Assimp::Blender::Statistics::pointers_resolved

total number of resolved pointers


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