| 52 | * Each #Importer instance maintains its own #ProgressHandler. The default |
| 53 | * implementation provided by Assimp doesn't do anything at all. */ |
| 54 | class ASSIMP_API ProgressHandler |
| 55 | #ifndef SWIG |
| 56 | : public Intern::AllocateFromAssimpHeap |
| 57 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected