vspline 1.1.0
Generic C++11 Code for Uniform B-Splines
Public Types | Public Member Functions | Public Attributes | List of all members
test< dim, T > Struct Template Reference

Public Types

typedef vigra::TinyVector< int, dim > shape_type
 

Public Member Functions

double operator() ()
 

Public Attributes

double emax = 0.0
 

Detailed Description

template<int dim, typename T>
struct test< dim, T >

Definition at line 492 of file restore_test.cc.

Member Typedef Documentation

◆ shape_type

template<int dim, typename T >
typedef vigra::TinyVector< int , dim > test< dim, T >::shape_type

Definition at line 494 of file restore_test.cc.

Member Function Documentation

◆ operator()()

template<int dim, typename T >
double test< dim, T >::operator() ( )
inline

Definition at line 497 of file restore_test.cc.

Member Data Documentation

◆ emax

template<int dim, typename T >
double test< dim, T >::emax = 0.0

Definition at line 495 of file restore_test.cc.


The documentation for this struct was generated from the following file: