The type of kind vector. More...
Public Member Functions | |
virtual const IType_atomic * | get_element_type () const =0 |
Returns the type of the vector elements. More... | |
Static Public Attributes | |
static const Kind | s_kind = TK_VECTOR |
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 vector.
The dimension of the vector is given by the size of the underlying compound, see mi::neuraylib::IType_compound::get_size(). The dimension of a vector is either 2, 3, or 4.
|
pure virtual |
Returns the type of the vector elements.
The element type of vectors is either mi::neuraylib::IType_bool, mi::neuraylib::IType_int, mi::neuraylib::IType_float, or mi::neuraylib::IType_double. If the vector is a column vector of a matrix, then the element type is either mi::neuraylib::IType_float or mi::neuraylib::IType_double.