SkelGIS  3.0
skelgis::ApplyList< T, 0, T2, R2, false, true > Struct Template Reference

ApplyList structure. More...

#include <apply_list.hpp>

List of all members.

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)

Detailed Description

template<class T, class T2, int R2>
struct skelgis::ApplyList< T, 0, T2, R2, false, true >

ApplyList structure.

Eighth specialization with line=false and local=true and R=0

Template Parameters:
Tis the type of data to store in input list of Dmatrix R overlap template parameter is not asked and specialized to 0
T2is the type of data to store in output DMatrix
R2is the overlap distance needed by the calculation for output DMatrix.

Definition at line 238 of file apply_list.hpp.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Defines