SkelGIS
3.0
|
ApplyUnary structure. More...
#include <apply_unary.hpp>
Static Public Member Functions | |
static void | apply (const _ApplyUnary_Func< T, 0, T2, R2 > &func, DMatrix< T, 0 > &m, DMatrix< T2, R2 > &m2) |
ApplyUnary structure.
Fourth specialization with line=true and local=true and R=0
T | is the type of data to store in the input DMatrix R overlap template parameter is not asked and specialized to 0 |
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 181 of file apply_unary.hpp.