SkelGIS  3.0
skelgis::ApplyList< T, R, 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, R, T2, R2, false > &func, DMatrix_vector< T, R, false > &inputs, DMatrix_vector< T2, R2, false > &outputs)

Detailed Description

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

ApplyList structure.

Seventh specialization with line=false and local=true

Template Parameters:
Tis the type of data to store in input list of Dmatrix
Ris the overlap distance needed by the calculation
T2is the type of data to store in output DMatrix
R2is the overlap distance needed by the calculation for output DMatrix.

Definition at line 221 of file apply_list.hpp.


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