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 CopyMat3DToTimeSlot | |||||||||
See also: CopyTimeSlotToMat3D, CopyFrom | |||||||||
CopyMat3DToTimeSlot |
|||||||||
The method CopyMat3DToTimeSlot copies part of the 3D matrix SrcMat into the time slot TimeSlot. The range to be copied is specified in the parameters SrcLowCol, SrcHighCol, SrcLowRow, SrcHighRow, SrcLowLay, and SrcHighLay. The position of the first cell to be filled in is given by the parameters DestCol, DestRow, and DestLayer. The parameter TimeSlot has to be within the valid range (i.e. between 1 and NrOfTimeSlots), otherwise an exception is raised. If the specified source range is larger than the destination matrix, the excess values are lost.
|