The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home MathPack Matrix Class TMat4D Methods CopyFrom | |||||||||||
See also: Clone, CopyTimeSlotToMat3D, CopyMat3DToTimeSlot, CopyTimeSlotToArray, CopyArrayToTimeSlot | |||||||||||
CopyFrom |
|||||||||||
The method CopyFrom copies a part of the matrix MatSource into its own data area (self). The region to be copied is specified by the the parameters SrcLowCol, SrcHighCol, SrcLowRow, SrcHighRow, SrcLowLayer, SrcHighLayer, SrcLowTSlot, and SrcHighTSlot. The destination area is defined by the parameters DestCol, DestRow, DestLayer, and DestTSlot. The element [DestCol, DestRow, DestLayer, DestTSlot] is filled by the value of the source matrix at address [SrcLowCol, SrcLowRow, SrcLowLayer, SrcLowTSlot ] and all other elements are copied to appropriate higher addresses.
|