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