SkelGIS
3.0
|
#include <apply_list.hpp>
Static Public Member Functions | |
static void | apply (const _ApplyList_Func< T, 0, T2, R2 > &func, DMatrix_vector< T, 0 > &inputs, DMatrix_vector< T2, R2 > &outputs) |
ApplyList structure.
Second specialization with line and local default values and R=0
T | is the type of data to store in input list of Dmatrix R overlap template parameter is not asked and specialized to 0 |
T2 | is the type of data to store in output DMatrix |
R2 | is the overlap distance needed by the calculation for output DMatrix. |
Definition at line 128 of file apply_list.hpp.