GenericMat_iValue (object)¶
The GenericMat_iValue is a typed implementation of the GenericValue using a Mat_i.
Methods¶
GenericMat_iValue ( in GenericMat_iValue other ) | |
GenericMat_iValue ( in Mat_i value ) | |
GenericMat_iValue () | |
GenericMat_iValue | clone ? () |
Boolean | equals ? ( in Ref<GenericValue> other ) |
Mat_i | get ? () |
Type | getValueType ? () |
UInt32 | hash_ ? () |
Boolean | isArray ? () |
set ! ( in Mat_i value ) |
Methods in detail¶
GenericMat_iValue ( in GenericMat_iValue other )
copy constructor
GenericMat_iValue ( in Mat_i value )
default constructor
GenericMat_iValue GenericMat_iValue.clone? ()
clone method
Boolean GenericMat_iValue.equals? ( in Ref<GenericValue> other )
return true if this value matches another one
Mat_i GenericMat_iValue.get? ()
returns the contained value
Type GenericMat_iValue.getValueType? ()
returns the type of the value
UInt32 GenericMat_iValue.hash_? ()
returns a hash value for this
Boolean GenericMat_iValue.isArray? ()
returns true if this value contains an array
GenericMat_iValue.set! ( in Mat_i value )
sets the contained value