This method copy the data from a source matrix to the data matrix of this buffer. Both matrix must have the same X, Y and Dim dimensions.
Syntax
void Matrix_Copy(
void ** source
) ;
Parameters
source
A pointer to the source matrix.
Return value
This method does not return a value.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also