vil1_convolve_signal_1d< T > Struct Template Reference

#include <vil1_convolve.h>

List of all members.


Detailed Description

template<class T>
struct vil1_convolve_signal_1d< T >

Parameters for convolution.

These structs exist purely to group the parameters to the convolution routines. It is not intended that they be expressive or even useful in any other context.

Usually, begin <= origin < end. Expect assertion failures if that is not the case.

Definition at line 67 of file vil1_convolve.h.


Public Member Functions

 vil1_convolve_signal_1d (T *a, int b, int o, int e)

Public Attributes

T * array_
int begin_
int origin_
int end_

Constructor & Destructor Documentation

template<class T>
vil1_convolve_signal_1d< T >::vil1_convolve_signal_1d ( T *  a,
int  b,
int  o,
int  e 
) [inline]

Definition at line 72 of file vil1_convolve.h.


Member Data Documentation

template<class T>
T* vil1_convolve_signal_1d< T >::array_

Definition at line 68 of file vil1_convolve.h.

template<class T>
int vil1_convolve_signal_1d< T >::begin_

Definition at line 69 of file vil1_convolve.h.

template<class T>
int vil1_convolve_signal_1d< T >::origin_

Definition at line 70 of file vil1_convolve.h.

template<class T>
int vil1_convolve_signal_1d< T >::end_

Definition at line 71 of file vil1_convolve.h.


The documentation for this struct was generated from the following file:
Generated on Wed Oct 8 05:08:35 2008 for core/vil1 by  doxygen 1.5.1