|
HDK
|
#include <GLTF_CodecRegistry.h>
Classes | |
| class | Entry |
| class | EntryBase |
Public Member Functions | |
| GLTF_CodecRegistry ()=default | |
| ~GLTF_CodecRegistry ()=default | |
| GLTF_CodecRegistry (const GLTF_CodecRegistry &other)=delete | |
| GLTF_CodecRegistry & | operator= (const GLTF_CodecRegistry &other)=delete |
| GLTF_CodecRegistry (GLTF_CodecRegistry &&other)=default | |
| void | registerEntry (UT_UniquePtr< EntryBase > &&entry) |
| bool | isExtensionSupported (const char *ext_name) const |
Definition at line 22 of file GLTF_CodecRegistry.h.
|
default |
|
default |
|
delete |
|
default |
| bool GLTF_CodecRegistry::isExtensionSupported | ( | const char * | ext_name | ) | const |
|
delete |
| void GLTF_CodecRegistry::registerEntry | ( | UT_UniquePtr< EntryBase > && | entry | ) |