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

ApplyUnary structure. More...

#include <apply_unary.hpp>

List of all members.

Static Public Member Functions

static void apply (const _ApplyUnary_Func< T, R, T2, R2, false > &func, DMatrix< T, R, false > &m, DMatrix< T2, R2, false > &m2)

Detailed Description

template<class T, int R, class T2, int R2>
struct skelgis::ApplyUnary< T, R, T2, R2, false, true >

ApplyUnary structure.

Seventh specialization with line=false and local=true

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.

Definition at line 261 of file apply_unary.hpp.


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