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

This interface represents UUIDs. More...

Inheritance diagram for mi::IUuid:
Inheritance graph
[legend]

Public Member Functions

virtual void  set_uuid (base::Uuid uuid)=0
  Sets the UUID. More...
 
virtual base::Uuid  get_uuid () const =0
  Returns the UUID. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xc89e880b, 0x78ff, 0x40b7, 0x9c, 0xcf, 0x0b, 0x21, 0x45, 0xfe, 0xe7, 0x7b, IData_simple >
typedef Interface_declare< id1,
id2, id3, id4, id5, id6, id7,
id8, id9, id10, id11,
IData_simple
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< 0xc89e880b, 0x78ff, 0x40b7, 0x9c, 0xcf, 0x0b, 0x21, 0x45, 0xfe, 0xe7, 0x7b, IData_simple >
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

This interface represents UUIDs.

See Also
mi::base::Uuid.

Member Function Documentation

virtual base::Uuid mi::IUuid::get_uuid ( ) const
pure virtual

Returns the UUID.

virtual void mi::IUuid::set_uuid ( base::Uuid  uuid)
pure virtual

Sets the UUID.