SkelGIS
3.0
|
ApplyUnary structure. More...
#include <apply_unary.hpp>
Static Public Member Functions | |
static void | apply (const _ApplyUnary_Func< T, R, T2, R2 > &func, DMatrix< T, R > &m, DMatrix< T2, R2 > &m2) |
ApplyUnary structure.
Third specialization with line=true and local=true
T | is the type of data to store in the input DMatrix |
R | is the overlap distance needed by the calculation for the input DMatrix. |
T2 | is the type of data to store in the output DMatrix |
R2 | is the overlap distance needed by the calculation for the output DMatrix. |
Definition at line 156 of file apply_unary.hpp.