Interface for measured bsdf files. More...
#include <imdl_discovery_api.h>

Additional Inherited Members | |
Public Types inherited from mi::base::Interface_declare< 0xce, ... > | |
| using | Self = Interface_declare< id1, ... > |
| Own type. More... | |
| using | IID = Uuid_t< id1, ... > |
| Declares the interface ID (IID) of this interface. More... | |
Public Types inherited from mi::base::Interface_declare< 0x28, ... > | |
| using | Self = Interface_declare< id1, ... > |
| Own type. More... | |
| using | IID = Uuid_t< id1, ... > |
| Declares the interface ID (IID) of this interface. More... | |
Public Types inherited from mi::neuraylib::IMdl_info | |
| enum | Kind : Uint32 |
| The kinds of the graph nodes. More... | |
Public Types inherited from mi::base::Interface_declare< 0xd2f50312, ... > | |
| using | Self = Interface_declare< id1, ... > |
| Own type. More... | |
| using | IID = Uuid_t< id1, ... > |
| Declares the interface ID (IID) of this interface. More... | |
Public Types inherited from mi::base::IInterface | |
| using | IID = Uuid_t<0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0> |
| Declares the interface ID (IID) of this interface. More... | |
Public Member Functions inherited from mi::neuraylib::IMdl_resource_info | |
| virtual Size | get_search_path_index () const =0 |
| Returns the index of the search path where this resource has been found. More... | |
| virtual const char * | get_search_path () const =0 |
| Returns the search path in the local file system that contains this resource. More... | |
| virtual const char * | get_extension () const =0 |
| Returns the file extension of the resource file. More... | |
| virtual const char * | get_resolved_path () const =0 |
| Returns an absolute path to the resource file in the local file system. More... | |
| virtual Size | get_shadows_count () const =0 |
| Returns the number of shadows of this resource. More... | |
| virtual const IMdl_resource_info * | get_shadow (Size index) const =0 |
| Returns one of the shadows this resource has. More... | |
| virtual bool | in_archive () const =0 |
Returns true if the resource has been discovered inside of an archive, false if not. More... | |
Public Member Functions inherited from mi::neuraylib::IMdl_info | |
| virtual Kind | get_kind () const =0 |
| Returns the kind of the graph node. More... | |
| virtual const char * | get_qualified_name () const =0 |
| Returns the qualified name of the graph node. More... | |
| virtual const char * | get_simple_name () const =0 |
| Returns the simple_name (tail of the qualified_name) of the graph node. More... | |
Public Member Functions inherited from mi::base::IInterface | |
| virtual Uint32 | retain () const =0 |
| Increments the reference count. More... | |
| virtual Uint32 | release () const =0 |
| Decrements the reference count. More... | |
| virtual const IInterface * | get_interface (const Uuid &interface_id) const =0 |
| Acquires a const interface from another. More... | |
| template<class T> | |
| const T * | get_interface () const |
| Acquires a const interface from another. More... | |
| virtual IInterface * | get_interface (const Uuid &interface_id)=0 |
| Acquires a mutable interface from another. More... | |
| template<class T> | |
| T * | get_interface () |
| Acquires a mutable interface from another. More... | |
| virtual Uuid | get_iid () const =0 |
| Returns the interface ID of the most derived interface. More... | |
Static Public Member Functions inherited from mi::base::Interface_declare< 0xce, ... > | |
| static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
Static Public Member Functions inherited from mi::base::Interface_declare< 0x28, ... > | |
| static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
Static Public Member Functions inherited from mi::base::Interface_declare< 0xd2f50312, ... > | |
| static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
Static Public Member Functions inherited from mi::base::IInterface | |
| static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface. More... | |
Interface for measured bsdf files.