#include <SLAssimpIOSystem.h>
Inherits Assimp::IOSystem.
|
bool | Exists (const char *pFile) const override |
|
char | getOsSeparator () const override |
|
Assimp::IOStream * | Open (const char *pFile, const char *pMode) override |
|
void | Close (Assimp::IOStream *pFile) override |
|
Definition at line 35 of file SLAssimpIOSystem.h.
◆ Close()
void SLAssimpIOSystem::Close |
( |
Assimp::IOStream * |
pFile | ) |
|
|
override |
Definition at line 88 of file SLAssimpIOSystem.cpp.
void close(SLIOStream *stream)
Closes and deletes a stream.
◆ Exists()
bool SLAssimpIOSystem::Exists |
( |
const char * |
pFile | ) |
const |
|
override |
Definition at line 62 of file SLAssimpIOSystem.cpp.
bool exists(std::string path, SLIOStreamKind kind)
Checks whether a given file exists.
◆ getOsSeparator()
char SLAssimpIOSystem::getOsSeparator |
( |
| ) |
const |
|
override |
◆ Open()
Assimp::IOStream * SLAssimpIOSystem::Open |
( |
const char * |
pFile, |
|
|
const char * |
pMode |
|
) |
| |
|
override |
Definition at line 72 of file SLAssimpIOSystem.cpp.
81 else if (pMode[0] ==
'w')
SLIOStreamMode
Enum of stream opening modes.
Interface for accessing external data using streams.
SLIOStream * open(std::string path, SLIOStreamKind kind, SLIOStreamMode mode)
Opens a file stream for I/O operations.
The documentation for this class was generated from the following files: