SkelGIS
3.0
|
_ApplyList_Func structure More...
#include <apply_list.hpp>
Public Member Functions | |
virtual void | operator() (DMatrix_vector< T, 0, false > &, DMatrix_vector< T2, R2, false > &) const =0 |
_ApplyList_Func structure
T | is the type of data to store in the input list of DMatrix R overlap template parameter is not asked and specialized to 0 |
T2 | is the type of data to store in the output list of DMatrix |
R2 | is the overlap distance needed by the calculation for output DMatrix. The line template parameter is specialized with the false value. In this case the parallel data distribution will be done along height and width (by block). |
Definition at line 69 of file apply_list.hpp.