GenericBox3Value (object)

The GenericBox3Value is a typed implementation of the GenericValue using a Box3.

GenericBox3Value GenericBox3Value GenericBox3Value GenericValue GenericValue GenericBox3Value->GenericValue

Methods

  GenericBox3Value ( in Box3 value )
  GenericBox3Value ( in GenericBox3Value other )
  GenericBox3Value ()
GenericBox3Value clone ? ()
Boolean equals ? ( in Ref<GenericValue> other )
Box3 get ? ()
Type getValueType ? ()
UInt32 hash_ ? ()
Boolean isArray ? ()
  set ! ( in Box3 value )

Methods in detail

GenericBox3Value ( in Box3 value )


GenericBox3Value ( in GenericBox3Value other )

copy constructor


GenericBox3Value ()

default constructor


GenericBox3Value GenericBox3Value.clone? ()

clone method


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

return true if this value matches another one


Box3 GenericBox3Value.get? ()

returns the contained value


Type GenericBox3Value.getValueType? ()

returns the type of the value


UInt32 GenericBox3Value.hash_? ()

returns a hash value for this


Boolean GenericBox3Value.isArray? ()

returns true if this value contains an array


GenericBox3Value.set! ( in Box3 value )

sets the contained value