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

Used to specify a set of elements by name. More...

Inheritance diagram for mi::bridge::IElement_set:
Inheritance graph
[legend]

Public Member Functions

virtual Size  get_length () const =0
  Returns the number of elements in the set. More...
 
virtual const char *  get_element (Size index) const =0
  Returns the index -th element of the element set. More...
 
virtual void  add_element (const char *element_name)=0
  Adds element to the tag set. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x2242471d, 0x96f3, 0x4962, 0x84, 0x7e, 0xd1, 0x20, 0xa9, 0x6b, 0xb6, 0x98 >
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< 0x2242471d, 0x96f3, 0x4962, 0x84, 0x7e, 0xd1, 0x20, 0xa9, 0x6b, 0xb6, 0x98 >
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

Used to specify a set of elements by name.

See Also
mi::bridge::IClient_job::get_references()

Member Function Documentation

virtual void mi::bridge::IElement_set::add_element ( const char *  element_name)
pure virtual

Adds element to the tag set.

virtual const char* mi::bridge::IElement_set::get_element ( Size  index) const
pure virtual

Returns the index -th element of the element set.

See Also
get_length()
virtual Size mi::bridge::IElement_set::get_length ( ) const
pure virtual

Returns the number of elements in the set.

See Also
get_element()