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