SkelGIS
3.0
|
_ApplyList_Func structure More...
#include <apply_list.hpp>
Public Member Functions | |
virtual void | operator() (DMatrix_vector< T, R > &, DMatrix_vector< T2, R2 > &) const =0 |
_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.
T | is the type of data to store in the input list of DMatrix |
R | is the overlap distance needed by the calculation for input DMatrix. |
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. |
line | is 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.