neuray API Programmer's Manual

mi::neuraylib::IMdl_resource_info Class Reference

Description

Interface for resources.

Public Member Functions

virtual const char* get_extension() const =0
Returns the file extension of the resource file.
virtual const char* get_resolved_path() const =0
Returns an absolute path to the resource file in the local file system.
virtual const char* get_search_path() const =0
Returns the search path in the local file system that contains this resource.
virtual Size get_search_path_index() const =0
Returns the index of the search path where this resource has been found.
virtual const IMdl_resource_infoget_shadow( Size index) const =0
Returns one of the shadows this resource has. More...
virtual Size get_shadows_count() const =0
Returns the number of shadows of this resource.
virtual bool  in_archive() const =0
Returns true if the resource has been discovered inside of an archive, false if not.

Member Functions

virtual const char* mi::​neuraylib::​IMdl_resource_info::get_extension() const [pure virtual]

Returns the file extension of the resource file.

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.

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.

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.

virtual const IMdl_resource_info* mi::​neuraylib::​IMdl_resource_info::get_shadow( Size index) const [pure virtual]

Returns one of the shadows this resource has.

Parameters

index
Index in the shadow list of this resource.
virtual Size mi::​neuraylib::​IMdl_resource_info::get_shadows_count() const [pure virtual]

Returns the number of shadows of this resource.

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.