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