Struct JobCopyRectangle Extends IJob
Public
Treats input as a 3-dimensional array and copies it into the output at the specified position.
The input is a 3D array, and inputSlice refers to a rectangular slice of this array. The output is defined similarly.
The two slices must naturally have the same shape.
Public Methods
Execute
()
Public
Public Static Methods
Copy
(input, output, inputSlice, outputSlice)
Treats input as a 3-dimensional array and copies it into the output at the specified position.
Public
Static
Public Variables
input
Public
inputSlice
Public
output
Public
outputSlice
Public