SliceO_Buffer::Matrix_Copy

 

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

 

Matrix_Get_X

Matrix_Get_Y

Matrix_Get_Dim

Matrix_Get

Matrix_Clear

Matrix_Delete