Interface for resources.
More...
#include <imdl_discovery_api.h>
◆ get_extension()
virtual const char * mi::neuraylib::IMdl_resource_info::get_extension |
( |
| ) |
const |
|
pure virtual |
Returns the file extension of the resource file.
◆ get_resolved_path()
virtual const char * mi::neuraylib::IMdl_resource_info::get_resolved_path |
( |
| ) |
const |
|
pure virtual |
Returns an absolute path to the resource file in the local file system.
◆ get_search_path()
virtual const char * mi::neuraylib::IMdl_resource_info::get_search_path |
( |
| ) |
const |
|
pure virtual |
Returns the search path in the local file system that contains this resource.
◆ get_search_path_index()
virtual Size mi::neuraylib::IMdl_resource_info::get_search_path_index |
( |
| ) |
const |
|
pure virtual |
Returns the index of the search path where this resource has been found.
◆ get_shadow()
Returns one of the shadows this resource has.
- Parameters
-
index | Index in the shadow list of this resource. |
◆ get_shadows_count()
virtual Size mi::neuraylib::IMdl_resource_info::get_shadows_count |
( |
| ) |
const |
|
pure virtual |
Returns the number of shadows of this resource.
◆ in_archive()
virtual bool mi::neuraylib::IMdl_resource_info::in_archive |
( |
| ) |
const |
|
pure virtual |
Returns true
if the resource has been discovered inside of an archive, false
if not.