GenericRGBArrayValue (object)

The GenericRGBArrayValue is a typed implementation of the GenericArrayValue using a RGB array element.

GenericRGBArrayValue GenericRGBArrayValue GenericRGBArrayValue GenericArrayValue GenericArrayValue GenericRGBArrayValue->GenericArrayValue GenericValue GenericValue GenericRGBArrayValue->GenericValue

Methods

  GenericRGBArrayValue ( in GenericRGBArrayValue other )
  GenericRGBArrayValue ( in RGBArray value )
  GenericRGBArrayValue ()
GenericRGBArrayValue clone ? ()
Boolean equals ? ( in Ref<GenericValue> other )
RGB get ? ( in Index index )
RGBArray get ? ()
Type getValueType ? ()
UInt32 hash_ ? ()
Boolean isArray ? ()
  push ! ( in RGB value )
  resize ! ( in Size newSize )
  set ! ( in Index index, in RGB value )
  setCopy ! ( in RGBArray value )
  setShared ! ( in RGBArray value )
Size size ? ()

Methods in detail

GenericRGBArrayValue ( in GenericRGBArrayValue other )

copy constructor


GenericRGBArrayValue ( in RGBArray value )

value constructor


GenericRGBArrayValue ()

default constructor


GenericRGBArrayValue GenericRGBArrayValue.clone? ()

clone method


Boolean GenericRGBArrayValue.equals? ( in Ref<GenericValue> other )

return true if this value array matches another one


RGB GenericRGBArrayValue.get? ( in Index index )

returns an element the contained value array by index


RGBArray GenericRGBArrayValue.get? ()

returns the contained value array


Type GenericRGBArrayValue.getValueType? ()

returns the name of the value type


UInt32 GenericRGBArrayValue.hash_? ()

returns a hash value for this


Boolean GenericRGBArrayValue.isArray? ()

returns true if this value contains an array


GenericRGBArrayValue.push! ( in RGB value )

pushed an element to the contained value array


GenericRGBArrayValue.resize! ( in Size newSize )

resizes the contained value array


GenericRGBArrayValue.set! ( in Index index, in RGB value )

sets an element the contained value array by index


GenericRGBArrayValue.setCopy! ( in RGBArray value )

sets the contained value array (copying its contents)


GenericRGBArrayValue.setShared! ( in RGBArray value )

sets the contained value array (sharing the reference)


Size GenericRGBArrayValue.size? ()

returns the size of the contained value array