|
HDK
|
#include <GLTF_IO.h>
Public Types | |
| enum | Mode : int { Mode::Invalid, Mode::Read, Mode::Write } |
Public Member Functions | |
| GLTF_IO (GLTF_IO::Mode mode) | |
| ~GLTF_IO () | |
| bool | open (const char *path, GLTF_ErrorManager &errors) |
| void | close () |
| bool | isOpen () const |
| bool | read (GLTF_ErrorManager &errors) |
| bool | write (GLTF_ErrorManager &errors) |
| UT_StringHolder | getFilename () const |
| UT_StringHolder | getFileExtension () const |
| cgltf_data * | getCgltfData () |
| const cgltf_data * | getCgltfData () const |
| cgltf_options * | getCgltfOptions () |
| const cgltf_options * | getCgltfOptions () const |
| GLTF_CgltfWrapper * | getCgltfWrapper () |
|
strong |
|
explicit |
| void GLTF_IO::close | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| UT_StringHolder GLTF_IO::getFileExtension | ( | ) | const |
| UT_StringHolder GLTF_IO::getFilename | ( | ) | const |
| bool GLTF_IO::open | ( | const char * | path, |
| GLTF_ErrorManager & | errors | ||
| ) |
| bool GLTF_IO::read | ( | GLTF_ErrorManager & | errors | ) |
| bool GLTF_IO::write | ( | GLTF_ErrorManager & | errors | ) |