SkelGIS  3.0
skelgis::_ApplyBinary_Func< T, 0, T2, T3, R3, false > Struct Template Reference

_ApplyBinary_Func structure More...

#include <apply_binary.hpp>

List of all members.

Public Member Functions

virtual void operator() (DMatrix< T, 0, false > &, DMatrix< T2, 0, false > &, DMatrix< T3, R3, false > &) const =0

Detailed Description

template<typename T, typename T2, typename T3, int R3>
struct skelgis::_ApplyBinary_Func< T, 0, T2, T3, R3, false >

_ApplyBinary_Func structure

Template Parameters:
Tis the type of data to store in the first input DMatrix R overlap template parameter is not asked and specialized to 0
T2is the type of data to store in the second inputDMatrix
T3is 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 67 of file apply_binary.hpp.


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