SkelGIS
3.0
|
#include <apply_list.hpp>
Static Public Member Functions | |
static void | apply (const _ApplyList_Func< T, R, T2, R2, false > &func, DMatrix_vector< T, R, false > &inputs, DMatrix_vector< T2, R2, false > &outputs) |
ApplyList structure.
Seventh specialization with line=false and local=true
T | is the type of data to store in input list of Dmatrix |
R | is the overlap distance needed by the calculation |
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 221 of file apply_list.hpp.