NVIDIA Iray API Home  Up
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::neuraylib::ISoftware_package Class Referenceabstract

Represents a software package installed on the pool of nodes. More...

Inheritance diagram for mi::neuraylib::ISoftware_package:
Inheritance graph
[legend]

Public Member Functions

virtual const char *  get_id () const =0
  Returns the ID of the software package. More...
 
virtual const char *  get_description () const =0
  Returns the description of the software package. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xa7a3a95c, 0x3db8, 0x4fef, 0xb9, 0x10, 0x56, 0x68, 0xd7, 0xa2, 0xac, 0x5 >
typedef Interface_declare< id1,
id2, id3, id4, id5, id6, id7,
id8, id9, id10, id11,
IInterface
Self
  Own type. More...
 
typedef Uuid_t< id1, id2, id3,
id4, id5, id6, id7, id8, id9,
id10, id11 > 
IID
  Declares the interface ID (IID) of this interface. More...
 
- Static Public Member Functions inherited from mi::base::Interface_declare< 0xa7a3a95c, 0x3db8, 0x4fef, 0xb9, 0x10, 0x56, 0x68, 0xd7, 0xa2, 0xac, 0x5 >
static bool  compare_iid (const Uuid &iid)
  Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
 

Detailed Description

Member Function Documentation

virtual const char* mi::neuraylib::ISoftware_package::get_description ( ) const
pure virtual

Returns the description of the software package.

virtual const char* mi::neuraylib::ISoftware_package::get_id ( ) const
pure virtual

Returns the ID of the software package.