A compound type. More...
Public Member Functions | |
virtual const IType * | get_component_type (Size index) const =0 |
Returns the component type at index . More... | |
virtual Size | get_size () const =0 |
Returns the number of components. More... | |
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, neuraylib::IType > | 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 bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
A compound type.
|
pure virtual |
Returns the component type at index
.
|
pure virtual |
Returns the number of components.
Implemented in mi::neuraylib::IType_array.