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

This interface represents simple types. More...

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

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xc33c5a05, 0xe7a5, 0x4154, 0xb8, 0x87, 0xee, 0x1f, 0x4d, 0x5b, 0x02, 0x02, IData >
typedef Interface_declare< id1,
id2, id3, id4, id5, id6, id7,
id8, id9, id10, id11, IData
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...
 
- Public Member Functions inherited from mi::IData
virtual const char *  get_type_name () const =0
  Returns the type name. More...
 
- Static Public Member Functions inherited from mi::base::Interface_declare< 0xc33c5a05, 0xe7a5, 0x4154, 0xb8, 0x87, 0xee, 0x1f, 0x4d, 0x5b, 0x02, 0x02, IData >
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 simple types.

Simple types are numbers, strings, pointers, UUIDs, void, pointers, references, attachables, and indices.The interface does not provide any specific methods. It is just a common base interface for all simple types.

See Types for description of the type system.

See Also
mi::IData_collection