A value of type matrix. More...
Public Member Functions | |
virtual const IType_matrix * | get_type () const =0 |
Returns the type of this value. More... | |
virtual const IValue_vector * | get_value (Size index) const =0 |
Returns the value at index , or NULL if index is out of bounds. More... | |
virtual IValue_vector * | get_value (Size index)=0 |
Returns the value at index , or NULL if index is out of bounds. More... | |
Static Public Attributes | |
static const Kind | s_kind = VK_MATRIX |
The kind of this subclass. More... | |
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, neuraylib::IValue_compound > | 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 value of type matrix.
The get_value
() methods from mi::neuraylib::IValue_compound are duplicated here due to their covariant return type. See the parent interface for methods to set values.
|
pure virtual |
Returns the type of this value.
Implements mi::neuraylib::IValue_compound.
|
pure virtual |
Returns the value at index
, or NULL
if index
is out of bounds.
Implements mi::neuraylib::IValue_compound.
|
pure virtual |
Returns the value at index
, or NULL
if index
is out of bounds.
Implements mi::neuraylib::IValue_compound.