SkelGIS
3.0
|
#include <apply_list.hpp>
Static Public Member Functions | |
static void | apply (const _ApplyList_Func< T, 0, T2, R2, false > &func, DMatrix_vector< T, 0, false > &inputs, DMatrix_vector< T2, R2, false > &outputs) |
ApplyList structure.
Sixth specialization with line=false and local=false default value 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 204 of file apply_list.hpp.