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

This interface is the base interface of all types. More...

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

Public Member Functions

virtual const char *  get_type_name () const =0
  Returns the type name. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x2e5f84bc, 0x783a, 0x4551, 0x9f, 0xca, 0x72, 0x2f, 0xb8, 0x38, 0xc4, 0x7c >
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< 0x2e5f84bc, 0x783a, 0x4551, 0x9f, 0xca, 0x72, 0x2f, 0xb8, 0x38, 0xc4, 0x7c >
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 is the base interface of all types.

See Types for description of the type system.

This base interface provides a single method get_type_name() to allow dynamic inspection of type names. See Types for possible type names.

Member Function Documentation

virtual const char* mi::IData::get_type_name ( ) const
pure virtual

Returns the type name.