MDL SDK API nvidia_logo_transpbg.gif Up
mi::neuraylib::IMdl_xliff_info Class Referenceabstract

Interface for xliff files. More...

#include <imdl_discovery_api.h>

Inheritance diagram for mi::neuraylib::IMdl_xliff_info:

Public Member Functions

virtual const char * get_resolved_path () const =0
 Returns an absolute path to the xliff file in the local file system. More...
 
virtual Size get_search_path_index () const =0
 Returns the index of the search path where the xliff file has been found. More...
 
virtual const char * get_search_path () const =0
 Returns the search path in the local file system that contains this xliff file. More...
 
virtual bool in_archive () const =0
 Returns true if the xliff file 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 IInterfaceget_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 IInterfaceget_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...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x3a, ... >
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
 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...
 
- Static Public Member Functions inherited from mi::base::Interface_declare< 0x3a, ... >
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...
 

Detailed Description

Interface for xliff files.

Member Function Documentation

 get_resolved_path()

virtual const char * mi::neuraylib::IMdl_xliff_info::get_resolved_path ( ) const
pure virtual

Returns an absolute path to the xliff file in the local file system.

 get_search_path()

virtual const char * mi::neuraylib::IMdl_xliff_info::get_search_path ( ) const
pure virtual

Returns the search path in the local file system that contains this xliff file.

 get_search_path_index()

virtual Size mi::neuraylib::IMdl_xliff_info::get_search_path_index ( ) const
pure virtual

Returns the index of the search path where the xliff file has been found.

 in_archive()

virtual bool mi::neuraylib::IMdl_xliff_info::in_archive ( ) const
pure virtual

Returns true if the xliff file has been discovered inside of an archive, false if not.