The type of kind matrix. More...
Public Member Functions | |
virtual const IType_vector * | get_element_type () const =0 |
Returns the type of the matrix elements, i.e., the type of a column vector. More... | |
Static Public Attributes | |
static const Kind | s_kind = TK_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::IType_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... | |
The type of kind matrix.
The matrix is represented as a compound of column vectors. The number of matrix columns is given by the size of the underlying compound, see mi::neuraylib::IType_compound::get_size(). The number of matrix rows is given by the dimension of a column vector. Both dimensions are either 2, 3, or 4.
|
pure virtual |
Returns the type of the matrix elements, i.e., the type of a column vector.