Interface for a graph node representing an MDL module. More...
#include <imdl_discovery_api.h>
Public Member Functions | |
virtual Size | get_search_path_index () const =0 |
Returns the index of the search path where this module has been found. More... | |
virtual const char * | get_search_path () const =0 |
Returns the search path in the local file system that contains this module. More... | |
virtual const IString * | get_resolved_path () const =0 |
Returns an absolute path to the module file in the local file system. More... | |
virtual Size | get_shadows_count () const =0 |
Returns the number of shadows of this module. More... | |
virtual const IMdl_module_info * | get_shadow (Size index) const =0 |
Returns one of the shadows this module has. More... | |
virtual bool | in_archive () const =0 |
Returns true if the module has been discovered inside of an archive, false if not. More... | |
Additional Inherited Members | |
Public Types inherited from mi::base::Interface_declare< 0x22, ... > | |
typedef Interface_declare< id1, ... > | Self |
Own type. More... | |
typedef Uuid_t< id1, ... > | IID |
Declares the interface ID (IID) of this interface. More... | |
Static Public Member Functions inherited from mi::base::Interface_declare< 0x22, ... > | |
static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
Interface for a graph node representing an MDL module.
|
pure virtual |
Returns an absolute path to the module file in the local file system.
|
pure virtual |
Returns the search path in the local file system that contains this module.
|
pure virtual |
Returns the index of the search path where this module has been found.
|
pure virtual |
Returns one of the shadows this module has.
index | Index in the shadow list of this module. |
|
pure virtual |
Returns the number of shadows of this module.
|
pure virtual |
Returns true
if the module has been discovered inside of an archive, false
if not.