Path Tracer
Classes | Namespaces | Macros
IOSystem.hpp File Reference

File system wrapper for C++. Inherit this class to supply custom file handling logic to the Import library. More...

#include "types.h"
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <vector>

Go to the source code of this file.

Classes

class  Assimp::IOSystem
 CPP-API: Interface to the file system. More...
 

Namespaces

 Assimp
 

Detailed Description

File system wrapper for C++. Inherit this class to supply custom file handling logic to the Import library.