SkelGIS
3.0
|
_ApplyBinary_Func structure More...
#include <apply_binary.hpp>
Public Member Functions | |
virtual void | operator() (DMatrix< T, R, false > &, DMatrix< T2, R, false > &, DMatrix< T3, R3, false > &) const =0 |
_ApplyBinary_Func structure
T | is the type of data to store in the first input DMatrix |
R | is the overlap distance needed by the calculation for the two input DMatrix. It has to be the same for the two inputs. |
T2 | is the type of data to store in the second inputDMatrix |
T3 | is the type of data to store in the 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 52 of file apply_binary.hpp.