SkelGIS  3.0
skelgis::ApplyBinary< T, R, T2, T3, R3, false > Struct Template Reference

ApplyBinary structure. More...

#include <apply_binary.hpp>

List of all members.

Static Public Member Functions

static void apply (const _ApplyBinary_Func< T, R, T2, T3, R3, false > &func, DMatrix< T, R, false > &m, DMatrix< T2, R, false > &m2, DMatrix< T3, R3, false > &m3)

Detailed Description

template<class T, int R, class T2, class T3, int R3>
struct skelgis::ApplyBinary< T, R, T2, T3, R3, false >

ApplyBinary structure.

Fith specialization with line=false and local=false default value

Template Parameters:
Tis the type of data to store in the first input DMatrix
Ris the overlap distance needed by the calculation, in other words, the size of the physical border needed
T2is the type of data to store in the second inputDMatrix
T3is the type of data to store in the output DMatrix

Definition at line 218 of file apply_binary.hpp.


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