GenericVec3_cValue (object)

The GenericVec3_cValue is a typed implementation of the GenericValue using a Vec3_c.

GenericVec3_cValue GenericVec3_cValue GenericVec3_cValue GenericValue GenericValue GenericVec3_cValue->GenericValue

Methods

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

Methods in detail

GenericVec3_cValue ( in GenericVec3_cValue other )

copy constructor


GenericVec3_cValue ( in Vec3_c value )


GenericVec3_cValue ()

default constructor


GenericVec3_cValue GenericVec3_cValue.clone? ()

clone method


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

return true if this value matches another one


Vec3_c GenericVec3_cValue.get? ()

returns the contained value


Type GenericVec3_cValue.getValueType? ()

returns the type of the value


UInt32 GenericVec3_cValue.hash_? ()

returns a hash value for this


Boolean GenericVec3_cValue.isArray? ()

returns true if this value contains an array


GenericVec3_cValue.set! ( in Vec3_c value )

sets the contained value