mi::neuraylib::IValue_matrix Class Reference
[MDL type system]
Description
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.
Public Member Functions
- virtual const IType_matrix* get_type() const =0
- Returns the type of this value.
- virtual const IValue_vector* get_value( Size index) const =0
- Returns the value at index, or NULL if index is out of bounds.
- virtual IValue_vector* get_value( Size index) =0
- Returns the value at index, or NULL if index is out of bounds.
Static Public Variables
Member Functions
- virtual const IType_matrix* mi::neuraylib::IValue_matrix::get_type() const [pure virtual]
-
Returns the type of this value.
- virtual const IValue_vector* mi::neuraylib::IValue_matrix::get_value( Size index) const [pure virtual]
-
Returns the value at index, or NULL if index is out of bounds.
- virtual IValue_vector* mi::neuraylib::IValue_matrix::get_value( Size index) [pure virtual]
-
Returns the value at index, or NULL if index is out of bounds.
Variables
- const Kind mi::neuraylib::IValue_matrix::s_kind = VK_MATRIX [static]
-
The kind of this subclass.