SkelGIS  3.0
skelgis::ApplyUnary< T, 0, T2, R2 > 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, 0, T2, R2 > &func, DMatrix< T, 0 > &m, DMatrix< T2, R2 > &m2)

Detailed Description

template<class T, class T2, int R2>
struct skelgis::ApplyUnary< T, 0, T2, R2 >

ApplyUnary structure.

Second specialization with line and local default values and R=0

Template Parameters:
Tis the type of data to store in the input DMatrix R overlap template parameter is not asked and specialized to 0
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 131 of file apply_unary.hpp.


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