11 lines
224 B
C
11 lines
224 B
C
|
|
#ifndef REMOVEDATAFROMARRAYS_H
|
||
|
|
#define REMOVEDATAFROMARRAYS_H
|
||
|
|
|
||
|
|
#include "Matrix.h"
|
||
|
|
|
||
|
|
namespace Recon
|
||
|
|
{
|
||
|
|
Aurora::Matrix removeDataFromArrays(const Aurora::Matrix& aOutPutMatrix, const Aurora::Matrix& aRemoveList);
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif
|