SkelGIS  3.0
skelgis::_ApplyList_Func< T, R, T2, R2, line > Struct Template Reference

_ApplyList_Func structure More...

#include <apply_list.hpp>

List of all members.

Public Member Functions

virtual void operator() (DMatrix_vector< T, R > &, DMatrix_vector< T2, R2 > &) const =0

Detailed Description

template<typename T, int R, typename T2, int R2, bool line = true>
struct skelgis::_ApplyList_Func< T, R, T2, R2, line >

_ApplyList_Func structure

These objects are not directly used by the user, but the macros used by the user, to define its functions, uses these. Four specializations of this structure are available.

Template Parameters:
Tis the type of data to store in the input list of DMatrix
Ris the overlap distance needed by the calculation for input DMatrix.
T2is the type of data to store in the output list of DMatrix
R2is the overlap distance needed by the calculation for output DMatrix.
lineis the parallel distribution wanted, the default value is true, then the parallel distribution will be divided along height but not along width

Definition at line 24 of file apply_list.hpp.


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