7#ifndef MI_NEURAYLIB_IEXTENSION_API_H
8#define MI_NEURAYLIB_IEXTENSION_API_H
31 mi::base::Interface_declare<0xdf2dd31e,0xeeaf,0x40b2,0x8c,0x5f,0x0a,0xb2,0xad,0x44,0x61,0x91>
244 const char* enum_name,
const IEnum_decl* decl) = 0;
An enum declaration is used to describe enum types.
Definition: ienum_decl.h:36
A structure declaration is used to describe structure types.
Definition: istructure_decl.h:34
Handle class template for interfaces, automatizing the lifetime control via reference counting.
Definition: handle.h:113
Mixin class template for deriving new interface declarations.
Definition: interface_declare.h:43
This interface is used to extent the DiCE API.
Definition: iextension_api.h:32
virtual Sint32 register_exporter(IExporter *exporter)=0
Registers a new exporter with the DiCE API.
virtual Sint32 register_enum_decl(const char *enum_name, const IEnum_decl *decl)=0
Registers an enum declaration with the DiCE API.
virtual Sint32 unregister_enum_decl(const char *enum_name)=0
Unregisters an enum declaration with the DiCE API.
virtual Sint32 register_structure_decl(const char *structure_name, const IStructure_decl *decl)=0
Registers a structure declaration with the DiCE API.
virtual Sint32 unregister_structure_decl(const char *structure_name)=0
Unregisters a structure declaration with the DiCE API.
virtual Sint32 unregister_exporter(IExporter *exporter)=0
Unregisters an exporter registered with the DiCE API.
virtual Sint32 unregister_class(const char *class_name, base::Uuid uuid)=0
Unregisters a class with the DiCE API.
Sint32 register_class(const char *class_name)
Registers a class with the DiCE API.
Definition: iextension_api.h:82
Sint32 unregister_class(const char *class_name)
Unregisters a class with the DiCE API.
Definition: iextension_api.h:123
virtual Sint32 register_importer(IImporter *importer)=0
Registers a new importer with the DiCE API.
virtual Sint32 unregister_importer(IImporter *importer)=0
Unregisters an importer registered with the DiCE API.
virtual Sint32 register_class(const char *class_name, base::Uuid uuid, IUser_class_factory *factory)=0
Registers a class with the DiCE API.
Abstract interface for user class factories.
Definition: iuser_class_factory.h:31
This mixin class provides a default implementation of the IUser_class_factory interface.
Definition: iuser_class_factory.h:66
Interface * get() const
Access to the interface. Returns 0 for an invalid interface.
Definition: handle.h:294
signed int Sint32
32-bit signed integer.
Definition: types.h:46
Smart-pointer handle class for interfaces, const and non-const version.
Mixin class template for deriving new interface declarations.
Abstract interface for factories for user-defined class.
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
Definition: dice.h:89
A 128 bit representation of a universally unique identifier (UUID or GUID).
Definition: uuid.h:26