class NumRu::VArrayComposite < NumRu::VArray

a VArray that consists of multiple VArrays tiled regularly (possibly in multi-dimension). Except for the constructer "new" and attr_update, the usage of this class is the same as VArray.

Note that the name and the attributes of a VArrayComposite is borrowed form one of the VArrays contained (actually, the first one is used). Currently, no check is made regarding whether the names and attributes are the same among the VArrays contained. If you rename a VArrayComposite, the change will be made with all the VArrays contained. However, currently, change of the attributes are only reflected only in the first VArray. You have to call attr_update separately.

Class methods

VArrayComposite.new(varrays)

Constructor

ARGUMENTS

RETURN VALUE

EXAMPLES

Usage of all the other class methods are the same as in VArray.