SkelGIS  3.0
skelgis::_ApplyUnary_Func< T, R, T2, R2, false > Struct Template Reference

_ApplyUnary_Func structure More...

#include <apply_unary.hpp>

Inheritance diagram for skelgis::_ApplyUnary_Func< T, R, T2, R2, false >:
skelgis::_ApplyUnary_Map< T, R, T2, R2, false >

List of all members.

Public Member Functions

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

Detailed Description

template<typename T, int R, typename T2, int R2>
struct skelgis::_ApplyUnary_Func< T, R, T2, R2, false >

_ApplyUnary_Func structure

Template Parameters:
Tis the type of data to store in the input DMatrix
Ris the overlap distance needed by the calculation for the input DMatrix.
T2is the type of data to store in the output DMatrix
R2is the overlap distance needed by the calculation for 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_unary.hpp.


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