SkelGIS
3.0
|
ApplyBinary structure. More...
#include <apply_binary.hpp>
Static Public Member Functions | |
static void | apply (const _ApplyBinary_Func< T, R, T2, T3, R3 > &func, DMatrix< T, R > &m, DMatrix< T2, R > &m2, DMatrix< T3, R3 > &m3) |
ApplyBinary structure.
Third specialization with line=true and local=true
T | is the type of data to store in the first input DMatrix |
R | is the overlap distance needed by the calculation for the two input DMatrix. It has to be the same for the two inputs. |
T2 | is the type of data to store in the second inputDMatrix |
T3 | is the type of data to store in the output DMatrix |
Definition at line 162 of file apply_binary.hpp.