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

Common base interface for all scene elements. More...

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

Public Member Functions

virtual Element_type  get_element_type () const =0
  Indicates the actual scene element represented by interfaces derived from this interface. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x8a2a4da9, 0xe323, 0x452c, 0xb8, 0xda, 0x92, 0x45, 0x67, 0x85, 0xd7, 0x78, neuraylib::IAttribute_set >
typedef Interface_declare< id1,
id2, id3, id4, id5, id6, id7,
id8, id9, id10, id11,
neuraylib::IAttribute_set
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< 0x8a2a4da9, 0xe323, 0x452c, 0xb8, 0xda, 0x92, 0x45, 0x67, 0x85, 0xd7, 0x78, neuraylib::IAttribute_set >
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

Common base interface for all scene elements.

Member Function Documentation

virtual Element_type mi::neuraylib::IScene_element::get_element_type ( ) const
pure virtual

Indicates the actual scene element represented by interfaces derived from this interface.