Public Member Functions |
| | PandaIOSystem (VirtualFileSystem *vfs=VirtualFileSystem::get_global_ptr()) |
| | Initializes the object with the given VFS, or the global one if none was specified.
|
| void | Close (Assimp::IOStream *file) |
| | Closes the indicated file stream.
|
| bool | ComparePaths (const char *p1, const char *p2) const |
| | Returns true if the two paths point to the same file, false if not.
|
| bool | Exists (const char *file) const |
| | Returns true if the file exists, duh.
|
| char | getOsSeparator () const |
| | Returns the path separator for this operating system.
|
| Assimp::IOStream * | Open (const char *file, const char *mode) |
| | Opens the indicated file.
|
Custom implementation of Assimp::IOSystem.
Definition at line 27 of file pandaIOSystem.h.