mi::neuraylib::IMdl_discovery_result Class Reference
Description
Interface for the discovery result.
Public Member Functions
- virtual const IMdl_package_info* get_graph() const =0
- Returns a pointer to the root of the discovered graph.
- virtual const char* get_search_path( Size index) const =0
- Returns the search path in the local file system referenced by index. More...
- virtual Size get_search_paths_count() const =0
- Returns the number of search paths.
Member Functions
- virtual const IMdl_package_info* mi::neuraylib::IMdl_discovery_result::get_graph() const [pure virtual]
-
Returns a pointer to the root of the discovered graph.
- virtual const char* mi::neuraylib::IMdl_discovery_result::get_search_path( Size index) const [pure virtual]
-
Returns the search path in the local file system referenced by index.
Parameters
- index
- Index in the search path list of this discovery result.
- virtual Size mi::neuraylib::IMdl_discovery_result::get_search_paths_count() const [pure virtual]
-
Returns the number of search paths.